Uuid Random Versions Save

Tiny, fast UUID v4 with cryptographic PRNG

v1.3.2

3 years ago

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

3 years ago

Bug Fixes

  • Fixes issue with iOS 9 (#15)

1.3.0

4 years ago

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