UNPKG

626 BMarkdownView Raw
1# 3.0.1 (2016-11-28)
2
3 * split uuid versions into separate files
4
5# 3.0.0 (2016-11-17)
6
7 * remove .parse and .unparse
8
9# 2.0.0
10
11 * Removed uuid.BufferClass
12
13# 1.4.0
14
15 * Improved module context detection
16 * Removed public RNG functions
17
18# 1.3.2
19
20 * Improve tests and handling of v1() options (Issue #24)
21 * Expose RNG option to allow for perf testing with different generators
22
23# 1.3.0
24
25 * Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)!
26 * Support for node.js crypto API
27 * De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code
28