Releases: alexdebril/rss-atom-bundle
Releases · alexdebril/rss-atom-bundle
Update feed-io to v2.4.9
It brings the ability to reset filters after reading a feed
Update feed-io to v2.4.7
This release fixes the InvalidArgumentException thrown when the description is empty
Update feed-io to v2.4.6
In this update, feed-io no longer requires symfony/console in its dependencies. It solves potential compatibility issues.
Merge : Update feed-io to v2.4.4
v3.0.1 Merge branch 'release/2.x'
Update feed-io to v2.4.4
This update brings back compatibility with symfony 2.8
feed-io full support
From now on, rss-atom-bundle uses only feed-io to read and write feeds. All legacy classes in Protocol/
and Driver/
have been removed, every users are encouraged to follow the upgrade guide to migrate from v2.5 to v3.0.
Update feed-io to v2.4.3
In this release, feed-io now supports CDATA content
Transitionnal version : feed-io integration
In version 3.0, feed-io will be fully integrated in rss-atom-bundle and will replace the Protocol and Driver namespaces.
2.5 brings :
- the deprecation list
- the upgrade guide
- feed-io is used in the MockProvider
- StreamController supports feeds built with feed-io
Added date formats
Merge pull request #119 from alexdebril/issue/99 Close #99
Update to Symfony 3.1.3
Merge pull request #115 from alexdebril/issue/114 Update dependencies