5.0.0-alpha.0 (2021-05-27)
Features
- add "query from" methods and replace ref with release (7d894a5)
- add getAllByIDs (297a70c)
- add getTags (164c8d5)
- add initial client (ee886bd)
- add release-specific methods (wip) [skip ci] (4f66405)
- add resolvePreviewUrl (53ed409)
- export HttpRequestLike (96f1e1e)
- export predicates under root package (18d742c)
- expose HTTPError (fdf370a)
- restore form type (c38e067)
- restore ref methods and scope release methods (1ff8f72)
- use normalized HTTPError (0eb9fab)
Bug Fixes
- asc orderings direction should not be included in query (46431fd)
- clone responses for better cache support (67ef2ba)
- correct typings and predicate generation fn (c81da44)
- export types using
export type
(a1fad4a) - getByIds should return paginated results (fb94561)
- ignore nullish ordering param (51e53b7)
- use correct uid predicate for getByUID (5735d28)
- widen types of fetch-related APIs (412205b)
Documentation
Refactor
- assume the cookie store is always a string (5d563b0)
- client (f0c5206)
- explicitly export types (b5b34fe)
- export all in root (2bdfd3f)
- internal predicate fns for readability (731a444)
- remove ref methods (a333921)
- remove unnecessary abstraction (d976a11)
- revert tags refactor (0240a18)
- share code among tags and ref fns (5c9e7ea)
- share fetch types (a91a6c3)
- use @prismicio/types where possible (bb2b514)
Chore