Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
Release list
Async Storage v3.1.1
Patch Changes
- b751ff4: bump native dependencies for sqlite and room
Async Storage v3.1.0
Minor Changes
- fa6d5bc: Shared Storage artifact published to maven central
This eliminates the extra step in installation for android.
Async Storage v3.0.3
Patch Changes
- Correctly handle "other" error for Apple platforms
- Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
- When providing null for a key, for some reason, throw an error instead of crashing the app
- Make example RN example work again
- Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
- Double check lock for legacy storage initialization on android
Async Storage v3.0.2
Patch Changes
- 1d1867f: include jest mock
Expo plugin v1.0.0
Async Storage v3.0.1
Patch Changes
- 7b64ea4: missing build step from CI added
Async Storage v3.0.0
‼️ Due to missing native artifacts, please do not use this version - 3.0.1 contains a fix!
Major Changes
-
Release of version v3.
Please visit Async Storage docs to learn moreBreaking changes:
- Async Storage uses "scoped storages", where you need to create a storage instance before using it
- Default export is a singleton storage that uses v2/v1 storage, for easier transition
- An extra installation step is required for android
callbackbased API is dropped- Methods for batch operations (formerly
multi*methods) have been renamed and their API updated useAsyncStoragehook has been removed (will be introduced later)- Updated Native side (Brownfield) access to storage - dropped apple's delegate
- Dropped a flag to opt out from iCloud backup - disabled by default now
3.0.0-next.0
Initial release of upcoming version v3.
Please visit Async Storage docs to learn more
Breaking changes:
- Async Storage uses "scoped storages", where you need to create a storage instance before using it
- Default export is a singleton storage that uses v2/v1 storage, for easier transition
- An extra installation step is required for android
callbackbased API is dropped- Methods for batch operations (formerly
multi*methods) have been renamed and their API updated useAsyncStoragehook has been removed (will be introduced later)- Updated Native side (Brownfield) access to storage - dropped apple's delegate
- Dropped a flag to opt out from iCloud backup - disabled by default now
@react-native-async-storage/async-storage@2.2.0
Minor Changes
- 8b2f32b: Fix support for React Native 0.80
@react-native-async-storage/async-storage@2.1.2
Patch Changes
- 21d0c22: Remove unnecessary
getViewManagersoverrides