Skip to content

Releases: alexdebril/feed-io

Date detection : strtotime() fallback

06 Jun 17:50
Compare
Choose a tag to compare

If feed-io fails to detect the date format from the list, it tries to guess it automatically.

#87

Date injection + refactoring

03 Jun 16:54
Compare
Choose a tag to compare

This release embeds the following :

#86
#89
#90

Bugfix : fix warning message for some URLs

26 May 15:05
Compare
Choose a tag to compare

Optional Elements full support

23 May 11:42
Compare
Choose a tag to compare

Fix bug : #82

Added full support of sub elements : #76

Fix Atom's author support

16 May 21:55
Compare
Choose a tag to compare
Merge pull request #80 from alexdebril/issue/72

Close #72 : author's properties are stored in nodes

Author support

03 May 17:47
Compare
Choose a tag to compare

Now the author node is correctly handled : #72
Trim XML streams to delete whitespace : #73

New date formats

16 Jan 08:58
Compare
Choose a tag to compare

Added the following date formats :

  • 'Y-m-d\TH:i:s'
  • '*, m#d#Y - H:i'

Ability to reset filters

09 Jan 23:18
Compare
Choose a tag to compare

Now we can reset FeedIo's filters, it's recommended to do so after each feed reading :

        $this->feedIo->read($feed->getUrl(), $feed, $feed->getLastModified());
        $this->feedIo->resetFilters();

It fixes issue #70

Fix aliases not matching upper-cased tags

30 Dec 09:15
Compare
Choose a tag to compare

Fix InvalidArgumentException

15 Dec 08:44
Compare
Choose a tag to compare

Test if the node is valid before accessing its first child. It prevents from InvalidArgumentException when the feed description tag is empty: