Skip to content

Releases: alexdebril/feed-io

PHP 5.5 dropped and ruleSet bugfix

03 Aug 12:18
Compare
Choose a tag to compare

Several dependencies were updated :

  • PHP 5.5 is no longer supported : #30
  • PHPUnit is updated to 5.4 : #32
  • Guzzle 6.0 to 6.2 for security reasons : #29

A bug caused by RuleSet::getRules() leading to duplicated tags among items is fixed : #28

Updated dependencies

11 Mar 16:40
Compare
Choose a tag to compare
v2.2.1

update dependencies

Factory class

22 Jan 18:39
Compare
Choose a tag to compare
Merge pull request #25 from alexdebril/feature/factory

Factory class

new Feed::$url attribute

21 Nov 18:18
Compare
Choose a tag to compare
v2.1.3

url support

fix : in some context, $categories can be null

14 Nov 16:15
Compare
Choose a tag to compare
v2.1.2

returned value is an ArrayIterator

fix : categorises array can be empty

09 Nov 23:22
Compare
Choose a tag to compare
Merge pull request #23 from alexdebril/scrutinizer-patch-2

Scrutinizer Auto-Fixes

Categories support

05 Nov 22:51
Compare
Choose a tag to compare

This release supports item's categories

Upgrade to PHP 5.5 and Guzzle 6

26 Jun 13:25
Compare
Choose a tag to compare

This version embeds the following improvements :

  • refactoring of the inheritance system. Now FeedInterface extends NodeInterface (not ItemInterface anymore)
  • get/setLenght() methods are definitely replaced with get/setLength()
  • feed-io now depends on PHP 5.5+ and Guzzle 6
  • code cleaning

File system support

26 Jun 09:10
Compare
Choose a tag to compare

This version brings the ability to use feeds stored on the file system. It also officially supports PHP 5.5 and 5.6.

Better exceptions handling

09 Jun 22:09
Compare
Choose a tag to compare

Now all exceptions thrown by feed-io extend FeedIoException