Releases: aMarCruz/react-native-cross-settings
Releases · aMarCruz/react-native-cross-settings
v2.1.0
v2.0.1
[2.0.1] - 2018-10-09
Fixed
- Fix error in build.gradle
[2.0.0] - 2018-10-09
This is the first version for Gradle 4.4
Added
- Runtime check in debug mode for the type of values to store.
Changed
- The id of
watchKeys
andclearWatch
is number, the callback returns void.
v1.0.2
[1.0.2] - 2018-09-17
Changed
- The changelog follows the format on Keep a Changelog.
- Simplifies the reading of variables in android/build.gradle
Fixed
- The callback of
watchKeys
is not called.
v1.0.1
v1.0.0
- Flow types added (not sure if correctly).
- Better support for
long
&double
values (the range oflong
is still limited by the RN Bridge). - Remove react-native from peerDependencies, since this library must work in versions prior to 0.50.
- The default
buildToolsVersion
was changed 26.0.3 andcompileSdkVersion
/targetSdkVersion
to 26.
v0.2.0
- Changed minSdkVersion version to 16 - Thanks to @wayne1203
- The preferences file is openning only when used.