Skip to content

Releases: netglue/prismic-client

prismic-client 0.1.0

03 Jun 20:19
0.1.0
f41c38c
Compare
Choose a tag to compare

Added

  • Added first() and last() to the collection contract.

Changed

  • Method Prismic\Value\DocumentData::body() changed to Prismic\Value\DocumentData::content()

Deprecated

  • Nothing.

Removed

  • ArrayAccess style methods offsetExists and offsetGet removed from FragmentCollection. The collection will not implement ArrayAccess so stay with tradition and use get and has exclusively.

Fixed

  • Fixed: numerically indexed collections were missing elements because internal arrays were receiving keys that evaluated to empty strings.

prismic-client 0.1.0-beta

02 Jun 13:25
0.1.0-beta
8e07353
Compare
Choose a tag to compare
Pre-release

Added

  • Everything.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.