Skip to content

Latest commit

 

History

History
82 lines (39 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

82 lines (39 loc) · 3.23 KB

Changelog

2.0.3 (2023-09-23)

Bug Fixes

  • explicitly add imported kitsu types to plugin (1b809d9)

2.0.2 (2023-05-13)

Bug Fixes

  • switch to useRuntimeConfig composable in plugin (aaaa83d), closes #247

2.0.1 (2023-02-04)

Bug Fixes

  • add 'axios' and 'pluralize' to vite optimized deps (2b9adc2)
  • fix dependabot prefix (61aca90)

2.0.0 (2022-12-23)

Features

  • update module to support Nuxt 3.x (66b07b8)

BREAKING CHANGES

  • The module now requires Nuxt version 3.x

1.0.0 (2022-11-23)

0.1.1 (2022-11-23)

0.1.0 (2022-11-23)

⚠ BREAKING CHANGES

  • Kitsu library has been updated to v10. See library changes:

https://github.com/wopian/kitsu/blob/master/packages/kitsu/MIGRATING.md

  • baseUrl option has been removed. Use baseURL option instead.

Features

  • remove deprecated baseUrl option (a014251)
  • update Kitsu library to v10 (90c57a1)

0.0.6 (2021-09-27)

0.0.5 (2021-05-15)

Features

  • change baseUrl option to baseURL (a8dd505), closes #14

0.0.4 (2021-02-08)

Bug Fixes

  • fix truthy check for options.camelCaseTypes configuration (09b6a68)

0.0.3 (2021-01-09)

0.0.2 (2020-12-12)

0.0.1 (2020-12-12)

Features