Skip to content

Releases: alexdebril/rss-atom-bundle

FeedProviderInterface replaces FeedContentProvider

09 Aug 13:52
f34efe4
Compare
Choose a tag to compare
Merge pull request #187 from alexdebril/issue/5.0

BC Break : FeedContentProvider replaced with FeedProvider

StreamController refactoring

09 Aug 13:28
5c0ef9b
Compare
Choose a tag to compare

StreamController no more depends on AbstractController and the FeedProviderInterface uses the Request to makes things easier to understand

Symfony 4.2+ compatibility

25 Jul 17:01
1ce655e
Compare
Choose a tag to compare
Merge pull request #183 from alexdebril/issue/fix-deprecation

Use `AbstractController` instead of `Controller`

Enable autowiring

05 Oct 15:04
87b9327
Compare
Choose a tag to compare
Merge pull request #178 from alexdebril/issue/176

Issue/176

Content-Type headers customization

02 May 12:00
f6d246f
Compare
Choose a tag to compare
Merge pull request #174 from alexdebril/issue/173

strict_types usage

Compatibility with feed-io 3 and 4

12 Jan 23:31
49bcc3e
Compare
Choose a tag to compare

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

10 Jan 13:04
95adebe
Compare
Choose a tag to compare

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

17 Aug 05:35
Compare
Choose a tag to compare
Merge pull request #151 from alexdebril/compat/sf-4

Compatibility with SF4

Fix JSON content-type

27 Jul 15:20
Compare
Choose a tag to compare

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

28 Jun 16:35
Compare
Choose a tag to compare
Merge pull request #148 from alexdebril/issue/147

Symfony 3.3 not blocked anymore