Releases: RobertFischer/randombytes-pure
Releases · RobertFischer/randombytes-pure
v4.1.0
v4.0.0
4.0.0 (2020-07-15)
⚠ BREAKING CHANGES
- new implementation: Entirely new implementation.
- previous implementation: The native module is no longer installed into React Native.
Features
- new implementation: first implementation of the new, pure JS implementation (2416036)
Bug Fixes
- init: ensures RNRandomBytes exists before we dereference 'seed' (4ce665c)
- rm package-lock.json (6558396)
Code Refactoring
- previous implementation: eliminate the native module parts leftover from prev impl (1d3cf7a)