Kinvey/js-sdk

View on GitHub
packages/nativescript-sdk/CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.1](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@8.0.0...kinvey-nativescript-sdk@8.0.1) (2022-09-28)


### Bug Fixes

* Update nativescript-sqlite to fix the sdk crash for newer versions of iOS. [#643](https://github.com/Kinvey/js-sdk/pull/643)
* Update minimist to 1.2.6 to address a security issue [#642](https://github.com/Kinvey/js-sdk/pull/642)





## [8.0.0](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@7.0.3...kinvey-nativescript-sdk@8.0.0) (2022-07-15)

**Note:** Version bump only for package kinvey-nativescript-sdk





## [7.0.3](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@7.0.2...kinvey-nativescript-sdk@7.0.3) (2022-07-14)

**Note:** Version bump only for package kinvey-nativescript-sdk





# [7.0.2](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@7.0.1...kinvey-nativescript-sdk@7.0.2) (2022-04-28)

* Version bump only for package kinvey-js-sdk





# [7.0.1](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@7.0.0...kinvey-nativescript-sdk@7.0.1) (2022-04-27)

* Update dependencies to fix known vulnerabilities





# [7.0.0](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@6.1.1...kinvey-nativescript-sdk@7.0.0) (2021-07-30)

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





# [6.1.2](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@6.1.1...kinvey-nativescript-sdk@6.1.2) (2022-05-26)

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





# [6.1.1](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@6.1.0...kinvey-nativescript-sdk@6.1.1) (2021-04-12)

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





# [6.1.0](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@6.0.1...kinvey-nativescript-sdk@6.1.0) (2021-04-08)


### Bug Fixes

* Auto DataStore disregards "skip" and "limit" and fetches up to 10000 items per call. [#581](https://github.com/Kinvey/js-sdk/pull/581)





# [6.0.1](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@6.0.0...kinvey-nativescript-sdk@6.0.1) (2021-01-27)


### Bug Fixes

* Fix webpack failing to find firebase messaging ([#577](https://github.com/Kinvey/js-sdk/pull/577))





# [6.0.0](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@5.0.1...kinvey-nativescript-sdk@6.0.0) (2020-12-09)

* Introducing support for NativeScript **7.0**, and dropping support for NativeScript **6.x** and older versions.





## [5.0.1](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@5.0.0...kinvey-nativescript-sdk@5.0.1) (2020-07-22)

* Multi Insert validations [#569](https://github.com/Kinvey/js-sdk/pull/569)





# [5.0.0](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@4.2.5...kinvey-nativescript-sdk@5.0.0) (2020-07-10)


### Bug Fixes

* sqlite delete many query ([e1c0505](https://github.com/Kinvey/js-sdk/commit/e1c0505))
* sqlite delete query too long for 500+ items ([cee9406](https://github.com/Kinvey/js-sdk/commit/cee9406))
* update pubnub dependency url ([944df11](https://github.com/Kinvey/js-sdk/commit/944df11))


### Features

* Introducing the Multi Insert functionality
* Update the default KCS api version to 5 [#566](https://github.com/Kinvey/js-sdk/pull/566)
* Add `lastLoginTime` to Kinvey metadata [#562](https://github.com/Kinvey/js-sdk/pull/562)





## [4.2.5](https://github.com/Kinvey/js-sdk/compare/kinvey-nativescript-sdk@4.2.3...kinvey-nativescript-sdk@4.2.5) (2019-09-03)


### Bug Fixes

* getter is deprecated ([6469866](https://github.com/Kinvey/js-sdk/commit/6469866))