Releases: prismicio/javascript-kit
Releases · prismicio/javascript-kit
2.1.0
- #105 Fix asText for slices
- Now works in React Native with the support for the fetch API
2.0.0
Switch to CommonJS modules, with Browserify to compile the version to be used in-browser. Should be backward compatible, but we bumped the major number because the architecture is completely changed.
2.0.0-beta2
Preview release for the upcoming 2.0.0.
- Refactor to CommonJS modules
- All async calls now return ES2015 promises
1.4.0
Add helper functions on Api, to avoid having to specify form, ref, etc:
- Api.query
- Api.getByID
- Api.getByIDs
- Api.getByUID
- Api.getBookmark
1.3.0
- Expose
url
in image fragment
1.1.8
New features
- Introduce
has
and missing
predicates
1.1.0
DocumentLink.url passes itself rather to the linkResolver rather than the underlying document.