Skip to content

Releases: nwoltman/uuid-token-generator

1.0.0

18 Mar 16:58

Choose a tag to compare

Breaking Changes:

  • ci: Drop support for Node v0.10 and v5 and add support for v7 (589e91e)
  • ci: Drop support for Node v0.12 (443fa72)
  • Convert to ES6 syntax (3ff418d)
  • Fix bug that increased the chances of token collisions (9b6748d)

Other Changes:

  • Update README - Suggest using uid-generator instead of this package (dcea408)
  • Use Buffer.allocUnsafe() instead of the deprecated constructor (c90dae2)
  • chore(package): update uuid to version 3.0.0 (c47f0c2)

0.5.0

01 Jun 22:36

Choose a tag to compare

  • Remove TokenGenerator.BASE70 and add TokenGenerator.BASE66 (3a3b5a3)

0.3.1 (uuid-key-generator)

29 May 20:43

Choose a tag to compare

  • Deprecate uuid-key-generator

0.4.2

29 May 20:41

Choose a tag to compare

0.4.0

22 May 06:36

Choose a tag to compare

Breaking Changes

  • Rename the package to uuid-token-generator
  • Rename the .generateKey() method to .generate()

Other Changes

  • Add examples for the read-only properties (2b3a0de)
  • Fix a typo (d37d22a)

0.3.0 (uuid-key-generator)

22 May 06:32

Choose a tag to compare

  • Add KeyGenerator.BASE71 encoding alphabet (37c24c3)

0.2.0 (uuid-key-generator)

26 Apr 16:03

Choose a tag to compare

  • Require the version of node-uuid to be at least 1.4.7
    • This eliminates a security vulnerability where there was a possibility that an insecure version of node-uuid (v1.4.3) could be installed
  • Updated the license year
  • Small documentation improvements

0.1.2 (uuid-key-generator)

15 Sep 05:23

Choose a tag to compare

  • Polyfill Math.log2() when it is not available

0.1.1 (uuid-key-generator)

23 Aug 07:10

Choose a tag to compare