Skip to content

Releases: aMarCruz/react-native-cross-settings

v2.1.0

20 May 17:38
Compare
Choose a tag to compare

[2.1.0] - 2019-05-20

Changed

  • Updated Android Tools to v28.x
  • Using gradle 4.10.2

Fixed

  • Minor errors in build.gradle

Added

  • Markdownlint config
  • Ko-fi link

v2.0.1

10 Oct 17:56
Compare
Choose a tag to compare

[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 and clearWatch is number, the callback returns void.

v1.0.2

17 Sep 07:38
Compare
Choose a tag to compare

[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

23 Jul 23:03
Compare
Choose a tag to compare
  • Add missing google repository (for development)

v1.0.0

23 Jul 03:46
Compare
Choose a tag to compare
  • Flow types added (not sure if correctly).
  • Better support for long & double values (the range of long 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 and compileSdkVersion/targetSdkVersion to 26.

v0.2.0

20 Mar 00:15
Compare
Choose a tag to compare
  • Changed minSdkVersion version to 16 - Thanks to @wayne1203
  • The preferences file is openning only when used.

v0.1.0

06 Mar 20:03
Compare
Choose a tag to compare

First public release.