GitPedia
robhogan

robhogan/react-native-securerandom

A crypto-secure random bytes generator for react native

7 Releases
Latest: 3y ago
1.0.1Latest
robhoganrobhogan·3y ago·September 22, 2022
GitHub

📋 What's Changed

  • Support gradle 7 (React Native 0.68+) by @aiden-petersen in https://github.com/robhogan/react-native-securerandom/pull/40

New Maintainers

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

New Contributors

  • @aiden-petersen made their first contribution in https://github.com/robhogan/react-native-securerandom/pull/40
  • Full Changelog: https://github.com/robhogan/react-native-securerandom/compare/1.0.0...1.0.1
1.0.0
robhoganrobhogan·3y ago·September 22, 2022
GitHub

📋 Changes

  • 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 https://github.com/rh389/react-native-securerandom/issues/8
  • Add example project
1.0.0-rc.0Pre-release
robhoganrobhogan·7y ago·June 4, 2019
GitHub

📋 Changes

  • 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 https://github.com/rh389/react-native-securerandom/issues/8
  • Add example project
0.3.1
robhoganrobhogan·7y ago·June 4, 2019
GitHub

📋 Changes

  • Security (affecting android < 4.4) applied google's patch to address potential insufficient entropy on Android devices prior to API 19. See https://github.com/rh389/react-native-securerandom/issues/6
  • Added `index.d.ts` for typescript support
  • Podpsec fixes (podspec to be moved to root in next minor/major version)
  • Remove `.babelrc`, fixes https://github.com/rh389/react-native-securerandom/issues/3
0.3.0
robhoganrobhogan·7y ago·October 6, 2018
GitHub

📋 Changes

  • (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
robhoganrobhogan·7y ago·September 16, 2018
GitHub

📋 Changes

  • Add windows support
  • Fix android directory structure
0.1.1
robhoganrobhogan·7y ago·October 6, 2018
GitHub

📋 Changes

  • First published release
  • Android and iOS support