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.1.5
- Added support for local scopes. (https://prismic-eloquent.gitbook.io/docs/models#local-scopes)
Release 0.1.4
- Added magic __isset method to the model for empty checks;
- Moved relationships to a trait;
- Code clean up;
Release 0.1.3
- Return the hasMany relation so it can be used without the "with" method;
- Small fixes;
Release 0.1.2
- Removed document resolver in favour of hasOne and hasMany that works somehow the same.
Release 0.1.1
- Removed 'uid' from document reserved keyword list.
Release 0.1.0
- Add predicates to find, findById, and findByIds
- Simplified the where and option methods by returning the $this object from addPredicate and addOption methods.
Release 0.0.9
- Added contracts;
- Removed relationships in favour of a document resolver;
- Support fetch eager loading and relation loading through the document resolver;
- Cleaner code;
- New docs :)
Release 0.0.2
- Fixed typo in the config / service provider;
- Updated readme with direct docs link;
- Added empty check while retrieving content;
- Removed the slug methods on the base model since they are deprecated according to Prismic.
Release 0.0.1
Added support to retrieve a slug or all slugs.