-
Notifications
You must be signed in to change notification settings - Fork 27
/
CHANGES
20 lines (20 loc) · 998 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- 0.1.0 : Move extraneous exports from index.js into utils.js.
- 0.2.0 : Add browser support for Browserify/Webpack.
- 0.3.0 : Pass named arguments to .generate instead of positional.
- 1.0.0 : Added support for Uuid V1 and extracted competitive benchmarks.
- 1.0.1 : Remove lockfile from release.
- 1.0.2 : Fix bad version push.
- 1.0.3 : Delete the extra benchmarks for real.
- 1.1.0 : Performance improvements and renamed resetClockSequence to reset.
- 1.1.1 : Fixed repo link.
- 1.2.0 : Added generic UUID factory.
- 1.3.0 : Added UUID V6 support.
- 1.4.0 : Exposed encoding verifiers.
- 1.5.0 : Fixed benchmarks and added support for node +12.5.
- 1.6.0 : Added Typescript support and top-level id comparators.
- 1.6.1 : Tweaked random memory allocation and updated benchmarks.
- 1.6.2 : Fixed docs
- 1.6.3 : Fixed memory profile by reusing the buffer of random.
- 1.6.4 : Fixed worker support
- 1.6.5 : Removed erroneous packaged files
- 1.6.6 : Fix CHANGES and add credit for worker support