UNPKG

664 BMarkdownView Raw
1# Change Log
2This project adheres to [Semantic Versioning](http://semver.org/).
3
4## 2.2.15
5* Update `REDUCE_TIME` to generate smaller ID.
6
7## 2.2.14
8* Reduce npm package size by `clean-publish`.
9
10## 2.2.13
11* Fix `browser` config for webpack.
12
13## 2.2.12
14* Fix cluster worker ID for non-Node environments.
15
16## 2.2.11
17* Fix React Native support.
18
19## 2.2.10
20* Fix theoretical ID limit length.
21
22## 2.2.9
23* Fix symbols probability uniformity by using Nano ID (by @shashkovdanil).
24* Improve ID generation perfomance.
25* Fix `shortid.isValid` with custom alphabet.
26* Improve `shortid.isValid` perfomance (by @s7b5en).E
27
28## 2.2.8
29* Clean npm package from unnecessary files.