Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 03:03
· 20 commits to master since this release

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)