Releases: alexdebril/feed-io
Releases · alexdebril/feed-io
symfony/console is no longer required
bugfix : $modifiedSince is no longer ignored
symfony/console 2.8 compatibility
Merge pull request #58 from alexdebril/issue/57 Symfony/console >= 2.8
CDATA and Atom->summary support
In this release, feed-io supports content formatted in CDATA and reads the Atom's summary
tag when it's present.
PHP 7.1 support
From this release, feed-io officially supports PHP 7.1
HTML support
HTML tags are no longer lost in 'description' tag
JSON Support
Feeds can now be encoded into JSON directly :
$feedIo = \FeedIo\Factory::create()->getFeedIo();
$feed = $feedIo->read('http://php.net/feed.atom')->getFeed();
$jsonFeed = json_encode($feed);
Added non standard date formats
Merge pull request #45 from alexdebril/issue/44 Close #44
PHP 7 is officially supported
v2.3.1 Merge branch 'master' of https://github.com/alexdebril/feed-io
feedio binary
The library has now a binary script built to read feeds from command line.
example :
./vendor/bin/feedio read http://php.net/feed.atom -c 1