Releases: TheCocoaProject/cordova-plugin-nativestorage
Releases · TheCocoaProject/cordova-plugin-nativestorage
v2.3.2
- Added support for app groups (iOS only)
Added getKeys function
2.2.1
Update package.json
v2.0.2
- Addition of
clear
function which removes all saved variables
v2.0.0
- Newly API (old one is still supported)
- simple
getItem
, setItem
and remove
methods
- Improved error system
v1.1.1
- 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
- Small improvements
- Added return statements after error-callbacks
- Removed redundant isInBrowser() checking
v1.0.11
- Fixed issue with checking if running in a browser