Skip to content

Releases: react-native-async-storage/async-storage

Expo plugin v1.0.0

24 Feb 21:10
13d63a1

Choose a tag to compare

Please visit docs to learn more about usage

Major Changes

  • 2a64689: initial release of the plugin

Async Storage v3.0.1

23 Feb 14:09
cf48f38

Choose a tag to compare

Patch Changes

  • 7b64ea4: missing build step from CI added

Async Storage v3.0.0

23 Feb 10:59
57f3cf2

Choose a tag to compare

‼️ 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 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

3.0.0-next.0

16 Nov 19:35

Choose a tag to compare

3.0.0-next.0 Pre-release
Pre-release

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

@react-native-async-storage/async-storage@2.2.0

05 Jun 12:15
3c9560c

Choose a tag to compare

Minor Changes

  • 8b2f32b: Fix support for React Native 0.80

@react-native-async-storage/async-storage@2.1.2

28 Feb 10:21
914fcb9

Choose a tag to compare

Patch Changes

  • 21d0c22: Remove unnecessary getViewManagers overrides

@react-native-async-storage/async-storage@2.1.1

03 Feb 15:31
84194d8

Choose a tag to compare

Patch Changes

  • 5042047: Mark some methods as nonnull

@react-native-async-storage/async-storage@2.1.0

15 Nov 19:51
91b0e16

Choose a tag to compare

Minor Changes

  • b7c842c: Windows: Add New Architecture support

@react-native-async-storage/async-storage@2.0.0

22 Aug 08:48
c56dcbe

Choose a tag to compare

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

@react-native-async-storage/async-storage@1.24.0

12 Jul 15:49
fbd4ccf

Choose a tag to compare

Minor Changes

  • 8bf1526: dependencies bump and multiset type fix