Releases: robhogan/react-native-securerandom
Releases · robhogan/react-native-securerandom
1.0.1
22 Sep 12:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
(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
Sorry, something went wrong.
No results found
Add windows support
Fix android directory structure
0.1.1
06 Oct 18:45
Compare
Sorry, something went wrong.
No results found
First published release
Android and iOS support