All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2024-06-20)
2.1.0-alpha.0 (2024-06-06)
- support groups in groups (e49feea)
2.0.0 (2024-06-04)
- bulk-update: drop support for bulk endpoint
- bulk-update: replace bulk by bulk-update endpoint (#15) (477d2f7)
- pass arbitrary options to
fetch()
with thefetchOptions
parameter (#9) (ae76fe8) - support bulk transactions (#10) (38968f7)
- make
@prismicio/client
a peer dependency (#14) (99d2b67) - replace
@prismicio/types
with@prismicio/client
(#11) (77474e6)
- deps: update all dependencies (#12) (2c5330e)
- release: 1.2.0 (c662c3f)
- release: 1.3.0 (bd7f977)
- release: 1.3.1 (1fff28f)
2.0.0-alpha.1 (2024-05-29)
2.0.0-alpha.0 (2024-05-29)
- bulk-update: drop support for bulk endpoint
- bulk-update: replace bulk by bulk-update endpoint (abfcd13)
- pass arbitrary options to
fetch()
with thefetchOptions
parameter (#9) (ae76fe8) - support bulk transactions (#10) (38968f7)
- make
@prismicio/client
a peer dependency (#14) (99d2b67) - replace
@prismicio/types
with@prismicio/client
(#11) (77474e6)
- deps: update all dependencies (#12) (2c5330e)
- release: 1.2.0 (c662c3f)
- release: 1.3.0 (bd7f977)
- release: 1.3.1 (1fff28f)
- releases: release alpha as major (82948fb)
1.3.1 (2024-04-17)
1.3.0 (2024-01-27)
1.2.0 (2023-12-05)
1.1.0 (2023-03-28)
- typo (e413fae)
1.1.0-alpha.1 (2023-03-27)
- support
401 Unauthorized
errors (937aabd)
1.0.2 (2022-12-19)
1.0.1 (2022-12-15)
- don't append trailing slash twice to endpoint (8154b96)
- undo class extension (e70ef49)
1.1.0-alpha.0 (2022-12-13)
- allow easier class extension (e2586c8)
- deps: maintain dependencies (8669412)
1.0.0 (2022-09-03)
- remove deprecated
getAll()
,getByID()
,insert()
,update()
, andremove()
methods (#4)
0.0.7 (2022-03-17)
0.0.6 (2021-09-14)
- update @prismicio/types (91c27d7)
0.0.5 (2021-09-14)
- update dependencies (bb8c873)
0.0.4 (2021-08-11)
0.0.3 (2021-07-14)
- use correct Shared Slices endpoints (5e073be)
- update dependencies (fb12098)
0.0.2 (2021-07-13)
- correct return type for getAll (f6a96a4)
- remove private property from package.json (ee5e207)