Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

100 lines (53 loc) · 5.33 KB

2.2.0 (2022-02-17)

2.1.5 (2022-01-17)

2.1.4 (2022-01-14)

Bug Fixes

  • options: remove process usage in default to be compatible with more framework (aaa162d)

2.1.3 (2022-01-05)

Bug Fixes

  • deps: pin dependencies (2e6e5a9)
  • deps: update dependency @nuxt/content-theme-docs to v0.11.1 (1541e39)
  • deps: update dependency axios to ^0.24.0 (4e2a41d)

2.1.2 (2021-12-30)

Bug Fixes

  • params: change type to accept object for populate (bfa835c), closes #108

Features

2.1.1 (2021-11-29)

2.0.0 (2021-11-08)

Features

  • Strapi v4 support
  • add params to create, update, delete methods in order to selecting field in response (a693dac)
  • add StrapiLocale type for better autocompletion (583c5b8)
  • replace axios request config params by custom type based on strapi rest api parameters (2047433)
  • v4 error handling (4d0eb3f)

1.1.0 (2021-10-19)

Bug Fixes

  • add axioserror type on error (1140bbb)
  • deps: update dependency @types/js-cookie to v3 (88483aa)
  • deps: update dependency axios to ^0.23.0 (854e84e)
  • missing comma after dependencies (6efe03b)
  • tests: switch response type to follow latest change (362b5d9)

Code Refactoring

  • drop of graphql methods support (eebd7a3)

BREAKING CHANGES

  • SDK supports Strapi v4. Every CRUD methods response changed. Please refer to documentation
  • GraphQL is no longer supported in v1.1.0

1.0.2 (2021-08-30)

Bug Fixes

  • deps: update dependency js-cookie to v3 (54be993)
  • deps: update dependency nuxt to v2.15.7 (062c012)
  • deps: update dependency nuxt to v2.15.8 (598dacd)

1.0.1 (2021-06-17)

Bug Fixes

  • npm: dist folder is missing when installing package (8629d3d) @lhillebrandt
  • dist: change path in order to take dist inside npm package (b494a35)
  • package.json: remove trailing slash from dist folder in files (7d3000c)

1.0.0 (2021-06-11)

Bug Fixes

  • deps: pin dependency docus to v0.1.5 (9870d86)
  • deps: update dependency nuxt to v2.15.6 (f37aefd)

Features

  • user: add user object, getter, setter & fetch methods (e18089a)
  • auth: add auth & token methods (a554ee9)
  • core: add crud methods, typescript support & graphql method (cbe3b47)