PackageTrack

npm · #4091

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

3.1.1react-native-async-storage/async-storage

Asynchronous, persistent, key-value storage system for React Native.

Release timeline

78 releases since 2020
202120222023202420252026

Releases

  1. 1.15.104 Nov 2021withdrawn: Deprecated due to bug preventing using the package. Please use higher version

    Nothing published for this version

  2. 1.15.95 Oct 2021
    Release notes

    1.15.9 (2021-10-05)

    Bug Fixes

    • declare support for react-native 0.66 (#683) (e547e8d)
    Open source →
  3. 1.15.814 Sept 2021
    Release notes

    1.15.8 (2021-09-14)

    Bug Fixes

    • android: prefer downloading dependencies from Maven Central (#672) (56d1146)
    Open source →
  4. 1.15.723 Aug 2021
    Release notes

    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)
    Open source →
  5. 1.15.616 Aug 2021
    Release notes

    1.15.6 (2021-08-16)

    Bug Fixes

    • web : replace deprecated deep-assign with merge-options. Also, jest-mock uses now merge-options instead own implementation of deep merge (#657) (6fec1db)

    Potential breaking change

    With change of deep-assign with merge-options and it usage in jest-mock, there's a potential breaking change due to how deep-assign merged values. Previously, if value overriding was null or undefined, the previous value would stay the same. With current change, null value will override the original value, while undefined will not.

    This might be a breaking change on web and tests, if you previously relied on this behavior.

    Open source →
  6. 1.15.531 May 2021
    Release notes

    1.15.5 (2021-05-31)

    Bug Fixes

    Open source →
  7. 1.15.423 Apr 2021
    Release notes

    1.15.4 (2021-04-23)

    Bug Fixes

    • next storage: Force SQLite checkpoint on Pie and up (#582) (c2aa400)
    Open source →
  8. 1.15.321 Apr 2021
    Release notes

    1.15.3 (2021-04-21)

    Bug Fixes

    • ios: expose getAllKeys: so we can access all keys from native (8ff385a)
    Open source →
  9. 1.15.26 Apr 2021
    Release notes

    1.15.2 (2021-04-06)

    Bug Fixes

    • AsyncStorage doesn't depend on react (#579) (0702af7)
    Open source →
  10. 1.15.12 Apr 2021
    Release notes

    1.15.1 (2021-04-02)

    Bug Fixes

    • Added testresults.gradle in bundle as it is required to install on android using next storage (#575) (f5f1fed)
    Open source →
  11. 1.15.02 Apr 2021
    Release notes

    1.15.0 (2021-04-02)

    Features

    • Use Room library for android persistent storage (#528) (75c571b)

    • Expo storage migration (a21cb9f7385d05cfbda2d28bce7d46c043792e6f) (8f19c1b49cb63b9bf94558c8c81779ac024bf465)

    Fixes

    • Exception thrown when wrong arguments are passed to multiSet (a6957ba70d80b1610ad8ce940ab9427b7cfe4534)
    Open source →
  12. 1.14.122 Feb 2021
    Release notes

    1.14.1 (2021-02-22)

    Bug Fixes

    Open source →
  13. 1.14.022 Feb 2021
    Release notes

    1.14.0 (2021-02-22)

    Features

    • remove .expo extension in favor of generic fallback to legacy native module mechanism (#544) (aca9af9)
    Open source →
  14. 1.13.429 Jan 2021
    Release notes

    1.13.4 (2021-01-29)

    Bug Fixes

    Open source →
  15. 1.13.318 Jan 2021
    Release notes

    1.13.3 (2021-01-18)

    Features

    • Windows auto-linking (#494) (https://github.com/react-native-async-storage/async-storage/commit/db6b7a5a998f2958ca18d2f67a524644e2682ae3)

    Bug Fixes

    • iOS: build fails for Xcode 12 + use_frameworks! (#510) (59945b2)

    ❗️Note for iOS:

    After upgrading to v1.13.3+, remember to:

    • remove Pods directory (ios/Pods)
    • clean build directory through Xcode (in menu: Product -> Clean Build Folder)
    • install dependencies again (pod install)
    Open source →
  16. 1.13.22 Nov 2020
    Release notes

    1.13.2 (2020-11-02)

    Bug Fixes

    • Android: Find react-native using node module resolution (#481) (7814ae3)
    Open source →
  17. 1.13.124 Oct 2020
    Release notes

    1.13.1 (2020-10-24)

    Bug Fixes

    Open source →
  18. 1.13.021 Oct 2020
    Release notes

    Features

    • iCloud backup feature toggle 810e32aaecb2352b57eb58765cf584bbd8a3ce3b This feature is disabled by default (no backup) from this version onward. To learn more, please visit Async Storage documentation

    Fixes

    • (windows) missing deploy issue 2f504f3e3493002c34a0cd3d96c4bb75fac6db82

    https://github.com/react-native-async-storage/async-storage/compare/v1.12.1...v1.13.0

    Open source →