All notable changes to laravel-feed
will be documented in this file
- Add support for Laravel 5.7
- Add
view
config option
- Add support for Laravel 5.6
- Fixed item sorting
- 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
- removed unnecessary dependency
- allow an argument to be passed with items in config
- add a tag to publish views
- allow views to be published
- internal refactors to support cached routes
- add support for Laravel 5.4
- add
CDATA
to title
- allow html tags in summary section
- Fix for invalid route urls on Windows systems
- Removed
CDATA
wrappers that were outside of thelink
nodes
- Made improvements in the handling of special characters
- Make output more atom compliant
- Fixed compatibility with short php tags
- Add compatibility with short php tags
- Fix the registration of feeds when using a catch all route
This version contains a breaking change. To continue using the package you'll have to add
Route::feeds()
at the top of your routes file.
- Fix content type of feed response
- Fix date format in feed
- Initial release