Releases: alexdebril/rss-atom-bundle
FeedProviderInterface replaces FeedContentProvider
Merge pull request #187 from alexdebril/issue/5.0 BC Break : FeedContentProvider replaced with FeedProvider
StreamController refactoring
StreamController no more depends on AbstractController and the FeedProviderInterface uses the Request to makes things easier to understand
Symfony 4.2+ compatibility
Merge pull request #183 from alexdebril/issue/fix-deprecation Use `AbstractController` instead of `Controller`
Enable autowiring
Merge pull request #178 from alexdebril/issue/176 Issue/176
Content-Type headers customization
Merge pull request #174 from alexdebril/issue/173 strict_types usage
Compatibility with feed-io 3 and 4
rss-atom-bundle now comes with feed-io 4 if PHP's version is 7.1 or higher. It is still possible to use feed-io 3 by requiring it in composer.json like described here : https://github.com/alexdebril/rss-atom-bundle/blob/master/README.md#going-back-to-feed-io-30
Dependency Injection cleaning
StreamController no longer uses the container to fetch services
debril.provider.default
service is renamed into debril.rss_atom.provider
. debril.provider.default
becomes an alias of debril.rss_atom.provider
to protect backward compatibility
Compatibility with Symfony 4
Merge pull request #151 from alexdebril/compat/sf-4 Compatibility with SF4
Fix JSON content-type
StreamController always sent a "Content-Type: application/xhtml+xml" header, even if the content was a JSON feed. This is now fixed.
Symfony 3.3 support
Merge pull request #148 from alexdebril/issue/147 Symfony 3.3 not blocked anymore