Releases: nwoltman/uuid-token-generator
Releases · nwoltman/uuid-token-generator
1.0.0
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
uuidto version 3.0.0 (c47f0c2)
0.5.0
0.3.1 (uuid-key-generator)
- Deprecate
uuid-key-generator
0.4.2
0.4.0
0.3.0 (uuid-key-generator)
- Add
KeyGenerator.BASE71encoding alphabet (37c24c3)
0.2.0 (uuid-key-generator)
- Require the version of
node-uuidto 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
- This eliminates a security vulnerability where there was a possibility that an insecure version of
- Updated the license year
- Small documentation improvements
0.1.2 (uuid-key-generator)
- Polyfill
Math.log2()when it is not available
0.1.1 (uuid-key-generator)
First release