Skip to content

Releases: nwoltman/node-uid-generator

2.0.0

06 Jun 22:23
v2.0.0
18bce10
Compare
Choose a tag to compare

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

07 Nov 20:05
v1.0.0
d9fdecd
Compare
Choose a tag to compare

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)

0.1.1

18 Mar 16:11
Compare
Choose a tag to compare

0.1.0

23 Nov 06:16
Compare
Choose a tag to compare

Initial release