All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2024-11-04)
- composables: remove deprecated wrappers
- module: default version to
v5
(#436)
1.12.0 (2024-04-02)
- export runtime types (#403) (d0f8416)
- module: import
CookieOptions
fromnuxt/app
(95a521c) - module: update compatibility to
^3.7.0
(caec416) - opt in to
import.meta.*
properties (#401) (53bb585)
1.11.0 (2024-01-13)
1.10.1 (2023-11-30)
- useStrapiClient: import
dns
module only in development (#370) (8c696de) - useStrapiClient: move logic to plugin to prevent vite warn (13aa063)
1.10.0 (2023-11-27)
- docs: fixed code snippets (#368) (a31e00f)
- types: make typings for meta in responses v4 more specific (#359) (199d56e)
- useStrapiClient: prevent cookie (93b8bb8), closes #366 #364 #138 #229
1.9.3 (2023-06-01)
1.9.2 (2023-05-26)
1.9.1 (2023-04-20)
- module: type errors (ebba8ff)
1.9.0 (2023-03-13)
1.8.1 (2023-02-16)
- deps: add missing (3818bff)
1.8.0 (2023-02-16)
1.7.1 (2023-01-23)
1.7.0 (2023-01-16)
1.6.3 (2022-11-16)
1.6.2 (2022-11-16)
1.6.1 (2022-09-29)
- useStrapi: methods typings (ac986de)
1.6.0 (2022-09-27)
1.5.1 (2022-09-05)
- example: missing app.vue (df0f757)
1.5.0 (2022-07-18)
- make cookie name configurable (#265) (e52e97d)
- module: add
auth.populate
option forfetchUser
(#260) (f9fa58b)
1.4.0 (2022-06-09)
- module: support server-specific runtime configuration (#247) (3ee5b2a)
- useStrapiGraphQL: support for imported graphql files (#249) (0dfee89)
- useStrapiClient: prevent
?
suffix with undefined params (14eaac5) - useStrapiGraphQL: add missing header preventing successful graphql requests (#248) (7fb2755)
1.3.2 (2022-04-13)
- module: defu default import after v6 upgrade (97dcc4e)
- module: update runtime config override (#244) (b7adc16)
1.3.1 (2022-03-02)
1.3.0 (2022-02-07)
- custom payload properties for registration (#218) (28e4179)
- module: Add pre commit linting (#223) (4e996be)
- client: Update returned error (#222) (f99c6e8)
- module: improve bridge compatibility (70f73af)
- useStrapiAuth: getProviderAuthenticationUrl fails to concat with prefix (2f087f1)
1.2.0 (2022-01-20)
- client: Use strapi v4 format for query (#212) (eaf21fa)
- lint (1e1214e)
- module: option type value (6ad2e38)
- module:
qs
import (6c80fb7) - module: add
qs
to transpile (29350d7) - module: add alias to dist (8f37003)
- module: exclude from vite (b5e51f0)
- module: remove transpile for
qs
(cd12e1b) - useStrapiClient:
qs
import (97d0df8)
1.1.0 (2022-01-11)
- add
useStrapiGraphQL
composable (11402ee)
1.0.0 (2022-01-10)
- migrate module to nuxt3 + support strapi v4 (#183) (0d8d49b)
- module improvements (#188) (bceac81)
- move auth methods into own
useStrapiAuth
composable (b150c2f)
- example: module import (c460617)
- module: defu config priority (a340a7a)
- plugins: missing
defineNuxtPlugin
(d05ace9) - plugins: missing imports (d5edd08)
- plugins: use new
useStrapiAuth
composable (e7115f1) - provide exports without condition (27afa67)
- useStrapi4: id is not optional (0e22989)
- useStrapiToken: implement caching (6e25a4a)
0.3.4 (2021-11-10)
0.3.3 (2021-10-15)
0.3.2 (2021-10-15)
0.3.1 (2021-03-25)
0.3.0 (2021-01-19)
0.1.13 (2021-01-19)
0.1.12 (2021-01-19)
0.1.11 (2021-01-19)
- added typescript support and updated docs accordingly (#94) (64f1927)
- module improvements (#96) (de5be3b)
0.1.10 (2021-01-08)
0.1.9 (2020-12-18)
0.1.8 (2020-11-02)
0.1.7 (2020-10-08)
- lib: better error handling (58a9d17)
0.1.6 (2020-08-25)
0.1.5 (2020-08-21)
0.1.4 (2020-08-18)
0.1.3 (2020-07-28)
- avoid redefine property if exists (4ac979c)
0.1.2 (2020-07-16)
- use runtimeConfig to avoid building when changing Strapi URL (4442467)
- update test with new example (404fdca)
0.1.1 (2020-07-08)
- lib: use findOne to get users me (50ca41c)
0.1.0 (2020-07-06)
- lib: add sendEmailConfirmation method (ec29cc4)
- lib: handle entities (d98a31f)
- lib: handle ssr nuxt state (f24ff2f)
- lib: rename methods (cc4527e)
- lib: update (12a0b97)
- lib: remove throw (1378f81)