Skip to content

Releases: robhogan/react-native-securerandom

1.0.1

22 Sep 12:09
Compare
Choose a tag to compare

What's Changed

New Maintainers

Thanks @HwangTaehyun for joining the team and helping with recent maintenance.

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

22 Sep 11:59
9043213
Compare
Choose a tag to compare
  • Update build.gradle (gradle to 3.5.2, pick up sdk versions and constraints from parent project)
  • Move podspec to project root to allow it to be auto-detected, fix #8
  • Add example project

1.0.0-rc.0

04 Jun 13:28
7b512c8
Compare
Choose a tag to compare
1.0.0-rc.0 Pre-release
Pre-release
  • Update build.gradle (gradle to 2.2.3, pick up sdk versions and constraints from parent project)
  • Move podspec to project root to allow it to be auto-detected, fix #8
  • Add example project

0.3.1

04 Jun 12:49
de9ea10
Compare
Choose a tag to compare
  • Security (affecting android < 4.4) applied google's patch to address potential insufficient entropy on Android devices prior to API 19. See #6
  • Added index.d.ts for typescript support
  • Podpsec fixes (podspec to be moved to root in next minor/major version)
  • Remove .babelrc, fixes #3

0.3.0

06 Oct 18:43
Compare
Choose a tag to compare
  • (Minor breaking) Improper linking will now Promise.reject rather than throw, to respect async error handling.
  • Move flow typings into a declaration file, to support flow-free environments
  • Document how to link the project on windows
  • Add jest tests for the JS side

0.2.0

16 Sep 15:41
Compare
Choose a tag to compare
  • Add windows support
  • Fix android directory structure

0.1.1

06 Oct 18:45
Compare
Choose a tag to compare
  • First published release
  • Android and iOS support