Skip to content

Releases: TheCocoaProject/cordova-plugin-nativestorage

v2.3.2

15 Jul 21:15
5615a58
Compare
Choose a tag to compare
  • Added support for app groups (iOS only)

v2.3.1

09 May 14:01
f2591fc
Compare
Choose a tag to compare

Changelog:

  • Fix iOS setItem

2.3.0

14 Feb 13:32
ed3e0d5
Compare
Choose a tag to compare
update version to 2.3.0

Added getKeys function

02 Feb 12:25
Compare
Choose a tag to compare
2.2.1

Update package.json

v2.1.0

05 Sep 14:30
Compare
Choose a tag to compare
  • Added Windows support

v2.0.2

26 Jun 13:54
Compare
Choose a tag to compare
  • Addition of clear function which removes all saved variables

v2.0.0

12 May 16:26
Compare
Choose a tag to compare
  • Newly API (old one is still supported)
    • simple getItem, setItem and remove methods
  • Improved error system

v1.1.1

03 May 17:37
Compare
Choose a tag to compare
  • Fixed wrong double/boolean behavior in Android (Strings were being returned)
  • Increased Test Coverage
  • Rewire of the JS back-end (no change to API)

v1.1.0

01 May 09:51
Compare
Choose a tag to compare
  • Small improvements
    • Added return statements after error-callbacks
    • Removed redundant isInBrowser() checking

v1.0.11

24 Apr 16:22
Compare
Choose a tag to compare
  • Fixed issue with checking if running in a browser