Releases: react-native-async-storage/async-storage
Releases · react-native-async-storage/async-storage
v1.4.2
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)