Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
v1.4.1
v1.4.0
v1.3.4
v1.3.3
v1.3.2
v1.3.1
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
v1.3.0
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
v1.2.3
v1.2.2
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