UNPKG

shortid-extend

Version:

Alternative versión with options from Dylan Greene ShortId

27 lines (19 loc) 606 B
# Change Log This project adheres to [Semantic Versioning](http://semver.org/). ## 2.2.14 * Reduce npm package size by `clean-publish`. ## 2.2.13 * Fix `browser` config for webpack. ## 2.2.12 * Fix cluster worker ID for non-Node environments. ## 2.2.11 * Fix React Native support. ## 2.2.10 * Fix theoretical ID limit length. ## 2.2.9 * Fix symbols probability uniformity by using Nano ID (by @shashkovdanil). * Improve ID generation perfomance. * Fix `shortid.isValid` with custom alphabet. * Improve `shortid.isValid` perfomance (by @s7b5en).E ## 2.2.8 * Clean npm package from unnecessary files.