Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
Core - v2.0.0-rc.2
04 Feb 09:33
Compare
Sorry, something went wrong.
No results found
Fixes
__DEV__ global variable causing issues on web platform
default factory options are now correctly applied (enables simple logger and error handler if options are omitted)
Chore
Web Storage - v2.0.0-rc.2
04 Feb 09:34
Compare
Sorry, something went wrong.
No results found
Features
Chore
Updated docs to reflect changes
Legacy Storage - v2.0.0-rc.2
04 Feb 09:33
Compare
Sorry, something went wrong.
No results found
v1.7.1
14 Dec 20:35
Compare
Sorry, something went wrong.
No results found
v1.7.0
10 Dec 07:33
Compare
Sorry, something went wrong.
No results found
Features
Added checks for keys and values, before storing/reading data (#259 ) cddf98f
PlatformLocalStorage is now prefered over default AsyncStorage native module. (#255 ) 6142db6
v1.6.3...v1.7.0
Core - v2.0.0-rc.1
10 Dec 07:55
Compare
Sorry, something went wrong.
No results found
Release candidate for Core.
Web Storage - v2.0.0-rc.1
10 Dec 07:57
Compare
Sorry, something went wrong.
No results found
Release Candidate for Web storage.
Legacy Storage - v2.0.0-rc.1
10 Dec 07:58
Compare
Sorry, something went wrong.
No results found
Release Candidate for Legacy storage.
v1.6.3
14 Nov 07:01
Compare
Sorry, something went wrong.
No results found
1.6.3 (2019-11-14)
Changes
added a warning to set functions, when value is not a string e7f144c
Chore
Dependencies update
Updated React Native version for Example 0c83f99
v1.6.2
25 Sep 05:39
Compare
Sorry, something went wrong.
No results found
1.6.2 (2019-09-25)
Fixes
[Android] Gradle project now relies on the root project's Android gradle plugin, instead of hardcoded version.