Skip to content

Releases: jchook/uuid-random

v1.3.2

24 Jun 19:22
Compare
Choose a tag to compare

Bug Fixes

  • Fixes issue with test() case-sensitivity (#17)

Minor Improvements

  • Improves tests to add more coverage
  • Improves benchmarks to use statistically significant results with margin of error

v1.3.1

24 Jun 19:17
d191cb6
Compare
Choose a tag to compare

Bug Fixes

  • Fixes issue with iOS 9 (#15)

v1.3.0

15 Sep 15:20
Compare
Choose a tag to compare

Improvements

  • Exposes uuid.randomBytes() so you can override it, e.g. with nacl (#5)
  • Exposes uuid.clearBuffer() to clear the internal RNG buffer
  • Performance improvement via refactor (#5)

Patches

  • Fix Math.random() fallback range from [0,255) to [0,255] (#6)
  • Updated benchmarks (thanks @aarondcohen)
  • README, etc now written in E-Prime