Skip to content

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

v1.15.14

30 Nov 14:54
Compare
Choose a tag to compare

1.15.14 (2021-11-30)

Bug Fixes

  • windows: fix crash when running windows module (#719) (309e252)

v1.15.13

24 Nov 20:59
Compare
Choose a tag to compare

1.15.13 (2021-11-24)

Bug Fixes

  • wrong method referenced in validated input warning (#715) (a3e9537)

v1.15.12

24 Nov 20:24
Compare
Choose a tag to compare

1.15.12 (2021-11-24)

Bug Fixes

v1.15.11

05 Nov 00:15
2821da5
Compare
Choose a tag to compare

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.

v1.15.9

05 Oct 10:19
e547e8d
Compare
Choose a tag to compare

1.15.9 (2021-10-05)

Bug Fixes

  • declare support for react-native 0.66 (#683) (e547e8d)

v1.15.8

14 Sep 13:42
56d1146
Compare
Choose a tag to compare

1.15.8 (2021-09-14)

Bug Fixes

  • android: prefer downloading dependencies from Maven Central (#672) (56d1146)

v1.15.7

23 Aug 20:40
6f7b459
Compare
Choose a tag to compare

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)

v1.15.6

16 Aug 18:45
6fec1db
Compare
Choose a tag to compare

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.

v1.15.5

31 May 07:59
32f697a
Compare
Choose a tag to compare

1.15.5 (2021-05-31)

Bug Fixes

v1.15.4

23 Apr 12:43
c2aa400
Compare
Choose a tag to compare

1.15.4 (2021-04-23)

Bug Fixes

  • next storage: Force SQLite checkpoint on Pie and up (#582) (c2aa400)