async-storage

An asynchronous, persistent, key-value storage system for React Native.

MIT License

Downloads
4.5M
Stars
4.5K
Committers
144

Bot releases are hidden (Show)

async-storage - v1.15.13

Published by krizzu almost 3 years ago

1.15.13 (2021-11-24)

Bug Fixes

  • wrong method referenced in validated input warning (#715) (a3e9537)
async-storage - v1.15.12

Published by krizzu almost 3 years ago

1.15.12 (2021-11-24)

Bug Fixes

async-storage - v1.15.11

Published by krizzu almost 3 years ago

1.15.11 (2021-11-05)

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.

async-storage - v1.15.9

Published by krizzu about 3 years ago

1.15.9 (2021-10-05)

Bug Fixes

  • declare support for react-native 0.66 (#683) (e547e8d)
async-storage - v1.15.8

Published by krizzu about 3 years ago

1.15.8 (2021-09-14)

Bug Fixes

  • android: prefer downloading dependencies from Maven Central (#672) (56d1146)
async-storage - v1.15.7

Published by krizzu about 3 years ago

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)
async-storage - v1.15.6

Published by krizzu about 3 years ago

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.

async-storage - v1.15.5

Published by krizzu over 3 years ago

1.15.5 (2021-05-31)

Bug Fixes

async-storage - v1.15.4

Published by krizzu over 3 years ago

1.15.4 (2021-04-23)

Bug Fixes

  • next storage: Force SQLite checkpoint on Pie and up (#582) (c2aa400)
async-storage - v1.15.3

Published by krizzu over 3 years ago

1.15.3 (2021-04-21)

Bug Fixes

  • ios: expose getAllKeys: so we can access all keys from native (8ff385a)
async-storage - v1.15.2

Published by krizzu over 3 years ago

1.15.2 (2021-04-06)

Bug Fixes

  • AsyncStorage doesn't depend on react (#579) (0702af7)
async-storage - v1.15.1

Published by krizzu over 3 years ago

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)
async-storage - v1.15.0

Published by krizzu over 3 years ago

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)
async-storage - v1.14.1

Published by krizzu over 3 years ago

1.14.1 (2021-02-22)

Bug Fixes

async-storage - v1.14.0

Published by krizzu over 3 years ago

1.14.0 (2021-02-22)

Features

  • remove .expo extension in favor of generic fallback to legacy native module mechanism (#544) (aca9af9)
async-storage - v1.13.4

Published by krizzu over 3 years ago

1.13.4 (2021-01-29)

Bug Fixes

async-storage - v1.13.3

Published by krizzu almost 4 years ago

1.13.3 (2021-01-18)

Features

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)
async-storage - v1.13.2

Published by krizzu almost 4 years ago

1.13.2 (2020-11-02)

Bug Fixes

  • Android: Find react-native using node module resolution (#481) (7814ae3)
async-storage - v1.13.1

Published by krizzu almost 4 years ago

1.13.1 (2020-10-24)

Bug Fixes

async-storage - v1.13.0

Published by krizzu almost 4 years ago

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

Package Rankings
Top 0.74% on Npmjs.org
Related Projects