Skip to content

v1.3.0

Compare
Choose a tag to compare
@jchook jchook released this 15 Sep 15:20
· 16 commits to master since this release

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