UNPKG

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