Releases: nwoltman/node-uid-generator
Releases · nwoltman/node-uid-generator
2.0.0
BREAKING CHANGES
- refactor!: Remove the
uidLength
constructor parameter (b54339c)
New Features/Improvements
- feat: Add base94 encoding (87b27f3)
- improvement: Improve validation of custom base encodings (95a24c4)
- refactor: Move the
bufferToString
function out of the UIDGenerator class (e3ab68f)
- Note: This commit is a breaking change if you were accessing the private
uidgen._bufferToString
function
1.0.0
New Features
- Validate the
baseEncoding
parameter passed to the constructor (cf021da)
- Support Node 8 and 9 (ae43aba, 4f86acf)
Documentation Changes
- docs: Add async/await example (11ce7f5)
- docs: Clean up README.md and make examples a bit easier to read (cb68ffb)
- docs: Add yarn installation instructions (89dfa74)
- docs: Update the params table for the constructor (327d506)