Skip to content

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

v1.17.2

30 Mar 15:32
Compare
Choose a tag to compare

1.17.2 (2022-03-30)

Bug Fixes

  • cannot find react-native-test-app when Metro starts (#788) (e222452)

v1.17.1

29 Mar 09:05
Compare
Choose a tag to compare

1.17.1 (2022-03-29)

Bug Fixes

  • multiRemove should accept readonly string[] (#787) (298bbb0)

v1.17.0

18 Mar 15:56
Compare
Choose a tag to compare

1.17.0 (2022-03-18)

❗ Please note ❗

  • JDK11 is now required. In order to support Apple's M1 chips, we needed to bump Room to 2.4.2. This version requires compileSdkVersion to be set to 31 in your build.gradle file, which in turn means that we now require JDK11. The recommended variant to install is Temurin 11. You can find more guide about different JDK distros at whichjdk.com.
    If you don't want yet to upgrade, we suggest to change the Room version in your project by specifying different Kotlin and Room version in your gradle.properties
  • Supported version of Kotlin is now 1.6.10.

Features

  • android: bump room to 2.4.2, allowing arm64 jdk compile (#773) (774fb78)

v1.16.3

16 Mar 11:22
Compare
Choose a tag to compare

1.16.3 (2022-03-16)

Bug Fixes

  • types: wrong void return type of multiGet (#767) (6ba9d69)

v1.16.2

15 Mar 07:55
Compare
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
Compare
Choose a tag to compare

1.16.1 (2022-02-10)

Bug Fixes

v1.16.0

09 Feb 11:43
Compare
Choose a tag to compare

1.16.0 (2022-02-09)

Features

v1.15.17

24 Jan 12:07
Compare
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
Compare
Choose a tag to compare

1.15.16 (2022-01-21)

Bug Fixes

v1.15.15

11 Jan 13:53
Compare
Choose a tag to compare

1.15.15 (2022-01-11)

Bug Fixes

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