Skip to content

Latest commit

 

History

History
130 lines (41 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

130 lines (41 loc) · 3.46 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

9.0.0 (2023-07-25)

  • The package becomes an ES6 module #650
  • Updated lodash to lodash-es #650
  • Updated tslib #650

8.0.0 (2022-07-15)

Note: Version bump only for package kinvey-html5-sdk

7.0.3 (2022-07-14)

Note: Version bump only for package kinvey-html5-sdk

7.0.2 (2022-04-28)

  • Update package knvey-js-sdk to fix bug when registering for Live service

7.0.1 (2022-04-27)

  • Update dependencies to fix known vulnerabilities

7.0.0 (2021-10-25)

  • Unset WebSQL as a default cache storage, because it is deprecated and some browsers no longer support it. #627

6.0.0 (2021-07-30)

Note: Version bump only for package kinvey-js-sdk

5.1.5 (2022-12-02)

Note: Clear the active user and data if no valid token available

5.1.2 (2022-05-26)

Note: Update package kinvey-js-sdk to fix an issue with sporadic logouts

5.1.1 (2021-04-12)

Note: Version bump only for package kinvey-js-sdk

5.1.0 (2021-04-08)

Bug Fixes

  • Auto DataStore disregards "skip" and "limit" and fetches up to 10000 items per call. #581

5.0.1 (2020-07-22)

  • Multi Insert validations #569

5.0.0 (2020-07-10)

Bug Fixes

  • sqlite delete many query (e1c0505)
  • sqlite delete query too long for 500+ items (cee9406)

Features

  • Introducing the Multi Insert functionality
  • Update the default KCS api version to 5 #566
  • Add lastLoginTime to Kinvey metadata #562

4.2.5 (2019-09-03)

Bug Fixes

  • package: update pubnub to version 4.25.0 (0453ea1)