Releases: netglue/prismic-client
Releases · netglue/prismic-client
prismic-client 0.1.0
Added
- Added
first()
andlast()
to the collection contract.
Changed
- Method
Prismic\Value\DocumentData::body()
changed toPrismic\Value\DocumentData::content()
Deprecated
- Nothing.
Removed
ArrayAccess
style methodsoffsetExists
andoffsetGet
removed fromFragmentCollection
. The collection will not implementArrayAccess
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
Added
- Everything.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.