Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 426 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 426 Bytes

Changelog

v0.2.1 (2022-09-24)

  • Fixed the generation of monotonic UUID’s.

v0.2.0 (2022-09-24)

  • Added bufferedRandom, which calls crypto.getRandomBytes in blocks instead of on every UUID generation call, to improve performance significantly.
  • Changed the signature of EntropySource to accept the number of desired random bytes.

v0.1.0 (2022-09-23)

  • Initial release
  • Wrote the readme