Skip to content

Latest commit

 

History

History
153 lines (74 loc) · 6.38 KB

CHANGELOG.md

File metadata and controls

153 lines (74 loc) · 6.38 KB

3.1.2 (2024-09-02)

Bug Fixes

  • upgrade axios for security issue (6995368)

3.1.1 (2023-11-13)

Bug Fixes

  • deps: update axios for fix vulnerability (26f7b2e)

3.1.0 (2023-08-03)

Features

  • add ApiProvider.has() method (d2ad8b2)

3.0.0 (2023-08-03)

Features

  • deps: upgrade axios to v1 (a650a4c)

BREAKING CHANGES

  • deps: upgrading axios to new major version can lead to broken code in apps using bedita-sdk

3.0.0-beta.2 (2023-02-20)

Features

2.1.0 (2023-02-20)

Features

3.0.0-beta.1 (2023-02-02)

Features

  • deps: upgrade axios to v1 (a650a4c)

BREAKING CHANGES

  • deps: upgrading axios to new major version can lead to broken code in apps using bedita-sdk

2.0.0 (2023-01-13)

Bug Fixes

  • export StorageAdapterInterface (06ea780)

Features

  • add option to replace main object language with translation (42fbd16)
  • introduce async storage adapters (203f229)

BREAKING CHANGES

  • change the storage access from sync to async. Done for more flexibility.

2.0.0-beta.2 (2022-10-27)

Features

  • add option to replace main object language with translation (42fbd16)

2.0.0-beta.1 (2022-09-06)

Bug Fixes

  • export StorageAdapterInterface (06ea780)

Features

  • introduce async storage adapters (203f229)

BREAKING CHANGES

  • change the storage access from sync to async. Done for more flexibility.

1.3.0 (2022-08-01)

Bug Fixes

  • interceptors: do not remove interceptor already added (3be8eb1)

Features

  • allow to include relationships in getUserAuth (8cb5825)

1.2.0 (2022-07-28)

Features

  • handle client credentials flow (8437e9f)

1.1.0 (2022-01-31)

Features

  • update main dependencies (a1d8145)

1.0.0 (2022-01-28)

Bug Fixes

Features