Skip to content

Latest commit

 

History

History
170 lines (76 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

170 lines (76 loc) · 7.66 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2024-04-17)

Bug Fixes

  • make @prismicio/client a peer dependency (#14) (99d2b67)

1.3.0 (2024-01-27)

Features

Bug Fixes

  • replace @prismicio/types with @prismicio/client (#11) (77474e6)

Chore

1.2.0 (2023-12-05)

Features

  • pass arbitrary options to fetch() with the fetchOptions parameter (#9) (ae76fe8)

1.1.0 (2023-03-28)

Documentation

1.1.0-alpha.1 (2023-03-27)

Features

  • support 401 Unauthorized errors (937aabd)

1.0.2 (2022-12-19)

Bug Fixes

  • no longer require /customtypes in the endpoint option (#6) (62f1950)

1.0.1 (2022-12-15)

Bug Fixes

  • don't append trailing slash twice to endpoint (8154b96)

Chore

1.1.0-alpha.0 (2022-12-13)

Features

  • allow easier class extension (e2586c8)

Chore

  • deps: maintain dependencies (8669412)

1.0.0 (2022-09-03)

⚠ BREAKING CHANGES

  • remove deprecated getAll(), getByID(), insert(), update(), and remove() methods (#4)

Features

  • remove deprecated getAll(), getByID(), insert(), update(), and remove() methods (#4) (05dcb18)

Bug Fixes

  • use narrower type for FetchLike (#3) (a62a894)

0.0.7 (2022-03-17)

Features

  • rename Custom Type-related methods to include "CustomType" (#2) (999b3f7)

0.0.6 (2021-09-14)

Chore

  • update @prismicio/types (91c27d7)

0.0.5 (2021-09-14)

Chore

0.0.4 (2021-08-11)

Chore

  • add eslint-plugin-tsdoc and prettier-plugin-jsdoc (71a7746)
  • update dependencies (74a11fc)

0.0.3 (2021-07-14)

Bug Fixes

  • use correct Shared Slices endpoints (5e073be)

Chore

0.0.2 (2021-07-13)

Bug Fixes

  • correct return type for getAll (f6a96a4)

Chore

  • remove private property from package.json (ee5e207)

0.0.1 (2021-07-08)

Features

  • complete implementation with tests (6e98185)
  • initial commit (f08fc82)

Documentation

Chore

  • move @prismicio/types to devDependencies (e8e1623)
  • update dependencies (5f714a4)
  • update pull request template (422078a)