Skip to content

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

v1.16.2

15 Mar 07:55

Choose a tag to compare

1.16.2 (2022-03-15)

Bug Fixes

  • windows: fix MultiRemove by using CHECK_SQL_OK macro (#772) (6f3f3ba)

v1.16.1

10 Feb 10:06

Choose a tag to compare

1.16.1 (2022-02-10)

Bug Fixes

v1.16.0

09 Feb 11:43

Choose a tag to compare

1.16.0 (2022-02-09)

Features

v1.15.17

24 Jan 12:07

Choose a tag to compare

1.15.17 (2022-01-24)

Bug Fixes

  • types: remove 'this' binding expectations on hook fn types (#736) (cf76a4e)

v1.15.16

21 Jan 13:19

Choose a tag to compare

1.15.16 (2022-01-21)

Bug Fixes

v1.15.15

11 Jan 13:53

Choose a tag to compare

1.15.15 (2022-01-11)

Bug Fixes

  • align mock of multiMerge with actual behavior (#733) (2dee293)

v1.15.14

30 Nov 14:54

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

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

Choose a tag to compare

1.15.12 (2021-11-24)

Bug Fixes

v1.15.11

05 Nov 00:15
2821da5

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.