Skip to content

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

v1.2.2

26 Mar 17:02
Compare
Choose a tag to compare

1.2.2 (2019-03-26)

❗️❗️❗️ BREAKING CHANGE ❗️❗️❗️
For iOS platform platform.

Up to this point, Async Storage was storing data to different location, than original Async Storage, meaning that transition would not be seamless. This release revert it back.

See #40 for more info.

Bug Fixes

  • revert storage location on ios (547445c)

Misc

  • Use Community eslint package
  • Add links in docs

v1.2.1

14 Mar 07:44
Compare
Choose a tag to compare

1.2.1 (2019-03-14)

Bug Fixes

  • Enable AsyncStorage on iOS. (aae04db)

🚨 This release fixes issue on iOS, where AsyncStorage was not available as native module.🚨

v1.2.0

08 Mar 16:19
Compare
Choose a tag to compare

1.2.0 (2019-03-08)

Features

  • fixes CI publish job (and publishes TS types) (75a6d45)

v1.1.0

01 Mar 15:13
Compare
Choose a tag to compare

1.1.0 (2019-03-01)

Bug Fixes

  • do not throw on empty key list (9f1727c)
  • ios: match case sensitive name of library (8eba217)

Features

v1.0.2

27 Feb 07:45
Compare
Choose a tag to compare
  • Fix imports on iOS not working
  • Added podspec
  • Added detox tests

v1.0.1...v1.0.2