Skip to content

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

v1.3.4

01 May 15:30
Compare
Choose a tag to compare

1.3.4 (2019-05-01)

Bug Fixes

  • correct git tag format for podspec (1db8268), closes #93

v1.3.3

15 Apr 14:46
Compare
Choose a tag to compare

1.3.3 (2019-04-15)

Bug Fixes

  • Exclude headers from iOS archive. (#77) (562452c)

v1.3.2

14 Apr 10:29
Compare
Choose a tag to compare

1.3.2 (2019-04-14)

❗️ Please Note (if your project uses Pods):

After upgrading, make sure that Podfile contains correct name for Async Storage podspec.

Bug Fixes

  • failing to find headers when linked with Pods. (#75) (5ab6602)

v1.3.1

12 Apr 08:41
Compare
Choose a tag to compare

1.3.1 (2019-04-12)

Please Note ❗️
This version comes with fix for breaking change from pre-v1.2.2 issue.
Everyone using < v1.2.2 can now upgrade, keeping they local storage data intact.

Bug Fixes

  • iOS clean migration from RNCAsyncStorage_V1 to RTCAsyncStorage_V1 (#64) (8d275ad)

v1.3.0

10 Apr 08:47
cd3fc67
Compare
Choose a tag to compare

1.3.0 (2019-04-10)

❗️ Please note:
This release drops support for AsyncLocalStorage name from NativeModules, to avoid conflicts with deprecated version of Async Storage in RN.

Bug Fixes

  • Deprecate AsyncStorage from React Native (#66) (892afed)
  • Prefer RNC's AsyncStorage over RN's. (9fa8ab9)
  • release config (ab7848a)
  • semantic-release configuration (b3d1312)

Features

  • Jest mocks, testing guidelines (485eba4)

v1.2.4

06 Apr 10:47
Compare
Choose a tag to compare

1.2.4 (2019-04-06)

Warning: This version contains regression on iOS platform, please update to v1.3.0 or above

Bug Fixes

  • update TS types for multiGet (68031f7)

v1.2.3

05 Apr 15:10
Compare
Choose a tag to compare

1.2.3 (2019-04-05)

Warning: This version contains regression on iOS platform, please update to v1.3.0 or above

Bug Fixes

  • react-native-windows support (b2a1d2d)

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)