Releases: atlasconsulting/bedita-sdk-js
Releases · atlasconsulting/bedita-sdk-js
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v3.0.0-beta.2
v2.1.0
v3.0.0-beta.1
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
v2.0.0-beta.2
2.0.0-beta.2 (2022-10-27)
Features
- add option to replace main object language with translation (42fbd16)
v2.0.0-beta.1
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.