Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Releases: robindrost/prismic-eloquent

Release 0.1.5

23 Aug 12:53
Compare
Choose a tag to compare

Release 0.1.4

22 Aug 17:01
Compare
Choose a tag to compare
  • Added magic __isset method to the model for empty checks;
  • Moved relationships to a trait;
  • Code clean up;

Release 0.1.3

16 Aug 06:42
Compare
Choose a tag to compare
  • Return the hasMany relation so it can be used without the "with" method;
  • Small fixes;

Release 0.1.2

15 Aug 12:37
Compare
Choose a tag to compare
  • Removed document resolver in favour of hasOne and hasMany that works somehow the same.

Release 0.1.1

11 Aug 09:30
Compare
Choose a tag to compare
  • Removed 'uid' from document reserved keyword list.

Release 0.1.0

11 Aug 09:20
Compare
Choose a tag to compare
  • 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

10 Aug 17:09
Compare
Choose a tag to compare
  • 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

23 Jul 09:57
Compare
Choose a tag to compare
Release 0.0.2 Pre-release
Pre-release
  • 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

20 Jul 13:00
Compare
Choose a tag to compare
Release 0.0.1 Pre-release
Pre-release
Added support to retrieve a slug or all slugs.