Releases: mateusjatenee/php-json-feed
Releases · mateusjatenee/php-json-feed
v1.0.6
v1.0.5
@sisve pointed out that Carbon had some issues on 1.22 and 1.21 was the latest working version.
As anything above 1.19 is supported, I updated Carbon's version constraint to ~1.20.
v1.0.4
Fix bug where collections were not being dealt with correctly. Instead of calling $collection->all() and keep the objects, $collection->toArray() was being called and therefore arrays were returned.
v1.0.2
This version fixes a bug where the Facade could not be used.
v.1.0.1
Removes illuminate/support requirement. Backwards compatible, of course!
