Releases
v2.3.3
๐ Bug Fixes
- type: add missing StrapiChangePasswordData to global export (2317627) @mohammadGh
v2.3.2
๐ทโโ๏ธ Build
v2.3.1
๐ทโโ๏ธ Build
v2.3.0
๐ Bug Fixes
- add options
prefix
togetProviderAuthenticationUrl
method (3b90446), closes #140 - remove URL constructor to allow relative URL (e6b9022), closes #145
๐ Features
- add
change-password
request added in strapi v.4.3.3 (7c2242a) @AnnikenYT
๐ทโโ๏ธ Build
- switch from
siroc
torollup
since siroc is no longer maintained (76d798c)
๐ก Chore
- deps: update dependency
axios
to ^0.27.0 (4dcbe9b) - deps: update dependency
defu
to v5.0.1 (f3c86e2) - deps: update dependency
js-cookie
to v3.0.5 (844af89) - deps: update dependency
qs
to v6.11.2 (080f39c)
v2.2.0
โป๏ธ Refactor
- user: remove user's property setter & getter for better readability & setUser method. (f86bf0a)
- token: remove syncToken and replace it via axios interceptors. JWT Token should be added into into axios headers at every request now. (36c5a7e)
v2.1.5
๐ Bug Fixes
- build: remove es.js & replace it by .mjs (16106d8)
v2.1.4
๐ฅ Breaking Changes
- options: remove process usage in default to be compatible with more framework (aaa162d)
v2.1.3
๐ 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)
v2.1.2
๐ Bug Fixes
๐ Features
- add integrations (439b292)
v2.1.1
v2.0.0
๐ 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)
v1.1.0
๐ 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)
โป๏ธ Refactor
- 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
v1.0.2
๐ 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
๐ 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)