Releases: spatie/laravel-feed
Releases · spatie/laravel-feed
2.1.2
- Laravel 5.8 compatibility
2.1.1
- Add support for Laravel 5.7
2.1.0
- Add
view
config option
2.0.2
- Add support for L5.6
2.0.1
- Fixed item sorting
2.0.0
- Laravel 5.5 compatibility
- Package rewrite, feeds can be built from anything that created a
FeedItem
now - Introduced the
Feedable
interface for models that can be transformed to aFeedItem
- The readme has an upgrade guide to v2
1.4.1
- removed unnecessary dependency
1.4.0
- allow an argument to be passed with items in config
1.3.1
- add a tag to publish views
1.3.0
- allow views to be published