async-storage

An asynchronous, persistent, key-value storage system for React Native.

MIT License

Downloads
4.5M
Stars
4.5K
Committers
144

Bot releases are visible (Hide)

async-storage - Core - v2.0.0-rc.1

Published by krizzu almost 5 years ago

Release candidate for Core.

async-storage - v1.7.0

Published by krizzu almost 5 years ago

Features

  • Added checks for keys and values, before storing/reading data (#259) cddf98f
  • PlatformLocalStorage is now prefered over default AsyncStorage native module. (#255) 6142db6

https://github.com/react-native-community/react-native-async-storage/compare/v1.6.3...v1.7.0

async-storage - v1.6.3

Published by krizzu almost 5 years ago

1.6.3 (2019-11-14)

Changes

  • added a warning to set functions, when value is not a string e7f144c

Chore

  • Dependencies update
  • Updated React Native version for Example 0c83f99
async-storage - v1.6.2

Published by krizzu about 5 years ago

1.6.2 (2019-09-25)

Fixes

  • [Android] Gradle project now relies on the root project's Android gradle plugin, instead of hardcoded version.
async-storage - v1.6.1

Published by krizzu about 5 years ago

1.6.1 (2019-07-24)

Note: v1.6.0 deprecated (and unpublished), due to flag name changes.

Features

Fixes

  • Add tvOS to podspec supported platforms 8a19568
  • Jest mock getAllKeys to return array of keys 94050b2
async-storage - v1.5.1

Published by krizzu over 5 years ago

1.5.1 (2019-07-09)

Fixes

  • Allow void for ItemGetCallbackType in mock storage (104bfef)
  • Add trailing / to transformIgnorePatterns (c476354)
  • Broken link in AsyncStorage.js (8029f55)

Chore

  • Add instructions for upgrading to RN 0.60 (abbd887)
  • Excluded ios build dir from npm package (dbc3f34)
async-storage - v1.5.0

Published by krizzu over 5 years ago

1.5.0 (2019-06-14)

❗️ IMPORTANT ❗️

With this release, we're moving v1 version of Async Storage to LEGACY branch when all future bug fixes/features will land, while v2 work is held on master.

Bug Fixes

  • Fixes 'RNCAsyncStorage/RNCAsyncStorageDelegate.h' file not found (#119) (4e91626)

Chore

  • Add Troubleshooting guide (#114) (8068309)
async-storage - v1.4.2

Published by krizzu over 5 years ago

1.4.2 (2019-05-27)

Bug Fixes

  • DexMerger throws an error due to duplicate imports of the package (#111) (41358dc)
async-storage - v1.4.1

Published by krizzu over 5 years ago

1.4.1 (2019-05-23)

Bug Fixes

async-storage - v1.4.0

Published by krizzu over 5 years ago

1.4.0 (2019-05-10)

Features

  • Make db size configurable on Android (#99) (608e2d8)
async-storage - v1.3.4

Published by krizzu over 5 years ago

1.3.4 (2019-05-01)

Bug Fixes

  • correct git tag format for podspec (1db8268), closes #93
async-storage - v1.3.3

Published by krizzu over 5 years ago

1.3.3 (2019-04-15)

Bug Fixes

  • Exclude headers from iOS archive. (#77) (562452c)
async-storage - v1.3.2

Published by krizzu over 5 years ago

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)
async-storage - v1.3.1

Published by krizzu over 5 years ago

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)
async-storage - v1.3.0

Published by krizzu over 5 years ago

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)
async-storage - v1.2.4

Published by krizzu over 5 years ago

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)
async-storage - v1.2.3

Published by krizzu over 5 years ago

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)
async-storage - v1.2.2

Published by krizzu over 5 years ago

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
async-storage - v1.2.1

Published by krizzu over 5 years ago

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.🚨

async-storage - v1.2.0

Published by krizzu over 5 years ago

1.2.0 (2019-03-08)

Features

  • fixes CI publish job (and publishes TS types) (75a6d45)
Package Rankings
Top 0.74% on Npmjs.org
Related Projects