Skip to content

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

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)

v1.15.3

21 Apr 07:17
8ff385a
Compare
Choose a tag to compare

1.15.3 (2021-04-21)

Bug Fixes

  • ios: expose getAllKeys: so we can access all keys from native (8ff385a)

v1.15.2

06 Apr 17:59
0702af7
Compare
Choose a tag to compare

1.15.2 (2021-04-06)

Bug Fixes

  • AsyncStorage doesn't depend on react (#579) (0702af7)

v1.15.1

02 Apr 21:37
f5f1fed
Compare
Choose a tag to compare

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)

v1.15.0

02 Apr 08:31
75c571b
Compare
Choose a tag to compare

1.15.0 (2021-04-02)

Features

Fixes

  • Exception thrown when wrong arguments are passed to multiSet (a6957ba)

v1.14.1

22 Feb 19:51
8780569
Compare
Choose a tag to compare

1.14.1 (2021-02-22)

Bug Fixes

v1.14.0

22 Feb 10:06
aca9af9
Compare
Choose a tag to compare

1.14.0 (2021-02-22)

Features

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

v1.13.4

29 Jan 11:19
fb0ce97
Compare
Choose a tag to compare

1.13.4 (2021-01-29)

Bug Fixes

v1.13.3

18 Jan 20:08
59945b2
Compare
Choose a tag to compare

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)