Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
v1.15.17
Bug Fixes
- types: remove 'this' binding expectations on hook fn types (#736) (cf76a4e)
v1.15.15
Bug Fixes
- align mock of multiMerge with actual behavior (#733) (2dee293)
v1.15.14
Bug Fixes
- windows: fix crash when running windows module (#719) (309e252)
v1.15.13
Bug Fixes
- wrong method referenced in validated input warning (#715) (a3e9537)
v1.15.11
Bug Fixes
- Error handling improvements and docs update (#698) (fc34bfa)
AsyncStorage will no longer swallow errors from multiGet
. In addition, multiple batched multiGet
calls (not awaited) will be rejected with the same error, if one of the keys retrieval would fail. This is to keep the consistency across the platforms.
v1.15.8
1.15.8 (2021-09-14)
Bug Fixes
- android: prefer downloading dependencies from Maven Central (#672) (56d1146)
v1.15.7
1.15.7 (2021-08-23)
Bug Fixes
- mock: cannot use import statement outside a module (#661) (6f7b459)
- declare support for react-native 0.65 (#659) (5847d46)