Skip to content

Releases: RobertFischer/randombytes-pure

v4.1.0

15 Jul 03:33
Compare
Choose a tag to compare

4.1.0 (2020-07-15)

Features

  • completed implementation: complete the implementation and kick off a build to release (416c9b0)

v4.0.0

15 Jul 03:03
Compare
Choose a tag to compare

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)