Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@nwoltman nwoltman released this 06 Jun 22:23
· 4 commits to master since this release
v2.0.0
18bce10

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