Skip to content

Latest commit

 

History

History
181 lines (91 loc) · 9.95 KB

CHANGELOG.md

File metadata and controls

181 lines (91 loc) · 9.95 KB

Changelog

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

1.2.0 (2022-01-20)

Features

Bug Fixes

1.1.0 (2022-01-11)

Features

  • add useStrapiGraphQL composable (11402ee)

1.0.0 (2022-01-10)

Features

  • migrate module to nuxt3 + support strapi v4 (#183) (0d8d49b)
  • module improvements (#188) (bceac81)
  • move auth methods into own useStrapiAuth composable (b150c2f)

Bug Fixes

  • 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)

Features

  • strapi: handle query params in findOne method (#167) (1c82fd6)

Bug Fixes

  • broken links to Strapi API parameters page (#140) (4cda013)

0.3.1 (2021-03-25)

Bug Fixes

0.3.0 (2021-01-19)

0.1.13 (2021-01-19)

0.1.12 (2021-01-19)

0.1.11 (2021-01-19)

Features

  • added typescript support and updated docs accordingly (#94) (64f1927)
  • module improvements (#96) (de5be3b)

0.1.10 (2021-01-08)

Features

  • added typescript support and updated docs accordingly (#94) (64f1927)

0.1.9 (2020-12-18)

Features

  • support proxy and add localStorage (#87) (2e08ec6)

0.1.8 (2020-11-02)

Bug Fixes

  • lib: dont fetch user on server with target static (#68) (0a74b5a)

0.1.7 (2020-10-08)

Features

  • Tiny change to plugin.js to reduce the size of lodash on build (#45) (8b59046)

Bug Fixes

  • lib: better error handling (58a9d17)

0.1.6 (2020-08-25)

0.1.5 (2020-08-21)

Features

Bug Fixes

  • plugin: reactivity on hydatation (#34) (b7e764f)

0.1.4 (2020-08-18)

0.1.3 (2020-07-28)

Bug Fixes

  • avoid redefine property if exists (4ac979c)

0.1.2 (2020-07-16)

Features

  • use runtimeConfig to avoid building when changing Strapi URL (4442467)

Bug Fixes

  • update test with new example (404fdca)

0.1.1 (2020-07-08)

Bug Fixes

  • lib: use findOne to get users me (50ca41c)

0.1.0 (2020-07-06)

0.0.1 (2020-06-24)

Features

Bug Fixes