Skip to content

Releases: atlasconsulting/bedita-sdk-js

v3.1.2

02 Sep 12:49
Compare
Choose a tag to compare

3.1.2 (2024-09-02)

Bug Fixes

  • upgrade axios for security issue (6995368)

v3.1.1

13 Nov 09:18
Compare
Choose a tag to compare

3.1.1 (2023-11-13)

Bug Fixes

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

v3.1.0

03 Aug 15:37
Compare
Choose a tag to compare

3.1.0 (2023-08-03)

Features

  • add ApiProvider.has() method (d2ad8b2)

v3.0.0

03 Aug 12:10
Compare
Choose a tag to compare

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

v3.0.0-beta.2

20 Feb 12:51
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

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

Features

v2.1.0

20 Feb 12:37
Compare
Choose a tag to compare

2.1.0 (2023-02-20)

Features

v3.0.0-beta.1

02 Feb 12:52
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

v2.0.0

13 Jan 17:45
Compare
Choose a tag to compare

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.

v2.0.0-beta.2

27 Oct 17:06
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

Features

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

v2.0.0-beta.1

06 Sep 08:17
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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.