This repository was archived by the owner on May 26, 2022. It is now read-only.
Releases: robindrost/prismic-eloquent
Releases · robindrost/prismic-eloquent
Release 0.2.6
Release 0.2.5
- Update to Prismic version 5.1.0
Release 0.2.4
- Typo fix for the caching layer; Thanks to @davidraijmakers
Release 0.2.3
- Upgraded the Prismic SDK to 5.0.1
- Remove spaces in the cache key string.
Release 0.2.2
- Updated the Prismic php-kit to 5.0
Release 0.2.1
- Added a facade for the cache layer;
Release 0.2.0
- Updated composer packages & set the prismic api on 4.0.0;
Release 0.1.9
- Use the cache enabled config option from the .env file by default;
Release 0.1.8
- Added a caching layer on repository calls, please copy the cache config from the config file.
Release 0.1.7
- Allow all methods that return a single model to be null;