Skip to content

Tags: coreh/uid2

Tags

1.0.0

Toggle 1.0.0's commit message
1.0.0 - August 24, 2021

- Switch from `crypto.pseudoRandomBytes()` back to `crypto.randomBytes()` (Both are equivalent in Node 4.x and above, and `pseudoRandomBytes()` is deprecated in Node 11.x and above)
- Add `engines` field to _package.json_
- Fix character distribution non-uniformity issue by adding back `-` and `_` to generated ids
- Add character distribution test
- Enable strict mode
- Fix JSDoc optional parameter syntax
- Add `Promise`-based API

0.0.4

Toggle 0.0.4's commit message
Version 0.0.4

- Add _README.md_
- Add `repository` field to _package.json_
- Add `license` field to _package.json_
- Removed unused var, added param documentation

0.0.3

Toggle 0.0.3's commit message
Release 0.0.3

0.0.2

Toggle 0.0.2's commit message
Version 0.0.2

0.0.1

Toggle 0.0.1's commit message
Release 0.0.1