Skip to content

1.0.0

@coreh coreh tagged this 25 Aug 00:59
- 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
Assets 2
Loading