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.17.11

Published by krizzu almost 2 years ago

1.17.11 (2022-11-11)

Bug Fixes

  • declare support for react-native 0.71 (#870) (1bf1a98)
async-storage - v1.17.10

Published by krizzu about 2 years ago

1.17.10 (2022-08-24)

Bug Fixes

  • declare support for react-native 0.70 (#836) (7c2eb06)
async-storage - v1.17.9

Published by krizzu about 2 years ago

1.17.9 (2022-08-12)

Bug Fixes

async-storage - v1.17.8

Published by krizzu about 2 years ago

1.17.8 (2022-08-08)

Bug Fixes

  • remove warning about multiMerge not being implemented (#827) (cc69173)
async-storage - v1.17.7

Published by krizzu over 2 years ago

1.17.7 (2022-06-23)

Bug Fixes

  • declare support for react-native 0.69 (#817) (802ad19)
async-storage - v1.17.6

Published by krizzu over 2 years ago

1.17.6 (2022-06-01)

Bug Fixes

  • windows: change WindowsTargetPlatformVersion to 10.0 (#810) (668f384)
async-storage - v1.17.5

Published by krizzu over 2 years ago

1.17.5 (2022-05-18)

Bug Fixes

async-storage - v1.17.4

Published by krizzu over 2 years ago

1.17.4 (2022-05-09)

Bug Fixes

async-storage - v1.17.3

Published by krizzu over 2 years ago

1.17.3 (2022-03-31)

Bug Fixes

  • declare support for react-native 0.68 (#789) (6e2c941)
async-storage - v1.17.2

Published by krizzu over 2 years ago

1.17.2 (2022-03-30)

Bug Fixes

  • cannot find react-native-test-app when Metro starts (#788) (e222452)
async-storage - v1.17.1

Published by krizzu over 2 years ago

1.17.1 (2022-03-29)

Bug Fixes

  • multiRemove should accept readonly string[] (#787) (298bbb0)
async-storage - v1.17.0

Published by krizzu over 2 years ago

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

Published by krizzu over 2 years ago

1.16.3 (2022-03-16)

Bug Fixes

  • types: wrong void return type of multiGet (#767) (6ba9d69)
async-storage - v1.16.2

Published by krizzu over 2 years ago

1.16.2 (2022-03-15)

Bug Fixes

  • windows: fix MultiRemove by using CHECK_SQL_OK macro (#772) (6f3f3ba)
async-storage - v1.16.1

Published by krizzu over 2 years ago

1.16.1 (2022-02-10)

Bug Fixes

async-storage - v1.16.0

Published by krizzu over 2 years ago

1.16.0 (2022-02-09)

Features

async-storage - v1.15.17

Published by krizzu over 2 years ago

1.15.17 (2022-01-24)

Bug Fixes

  • types: remove 'this' binding expectations on hook fn types (#736) (cf76a4e)
async-storage - v1.15.16

Published by krizzu over 2 years ago

1.15.16 (2022-01-21)

Bug Fixes

async-storage - v1.15.15

Published by krizzu almost 3 years ago

1.15.15 (2022-01-11)

Bug Fixes

  • align mock of multiMerge with actual behavior (#733) (2dee293)
async-storage - v1.15.14

Published by krizzu almost 3 years ago

1.15.14 (2021-11-30)

Bug Fixes

  • windows: fix crash when running windows module (#719) (309e252)
Package Rankings
Top 0.74% on Npmjs.org
Related Projects