Change Log¶
3.0.1¶
Patch Changes¶
- 7b64ea4: missing build step from CI added
3.0.0¶
Major Changes¶
- f100276: 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
- callback based API is dropped
- Methods for batch operations (formerly multi* methods) have been renamed and their API updated
- useAsyncStorage hook 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
Patch Changes¶
- e9061f9: fix: re-deploy android
- 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls
- 300cba3: update ios setup for cocoapods
3.0.0-next.3¶
Patch Changes¶
- 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls
3.0.0-next.2¶
Patch Changes¶
- e9061f9: fix: re-deploy android
3.0.0-next.1¶
Patch Changes¶
- 300cba3: update ios setup for cocoapods
3.0.0-next.0¶
Major Changes¶
- f100276: 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
2.2.0¶
Minor Changes¶
- 8b2f32b: Fix support for React Native 0.80
2.1.2¶
Patch Changes¶
- 21d0c22: Remove unnecessary
getViewManagersoverrides
2.1.1¶
Patch Changes¶
- 5042047: Mark some methods as nonnull
2.1.0¶
Minor Changes¶
- b7c842c: Windows: Add New Architecture support
2.0.0¶
Major Changes¶
- c319205: Support 0.74 (by migrating off deprecated
onCatalystInstanceDestroy) — unfortunately, this also means that we must bump the minimum supported version to 0.65
1.24.0¶
Minor Changes¶
- 8bf1526: dependencies bump and multiset type fix
1.23.2¶
[!WARNING]
This version has not been released to npm