Skip to content

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

v1.4.2

27 May 13:50
Compare
Choose a tag to compare

1.4.2 (2019-05-27)

Bug Fixes

  • DexMerger throws an error due to duplicate imports of the package (#111) (41358dc)

v1.4.1

23 May 06:05
Compare
Choose a tag to compare

1.4.1 (2019-05-23)

Bug Fixes

v1.4.0

10 May 14:35
Compare
Choose a tag to compare

1.4.0 (2019-05-10)

Features

  • Make db size configurable on Android (#99) (608e2d8)

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)