1 | 1.3.0 / Jun 02, 2023
|
2 | ==================
|
3 | * Added support for multiple character sets
|
4 | * Removed dependency on array-uniq
|
5 |
|
6 | 1.2.3 / Oct 20, 2022
|
7 | ==================
|
8 | * Fixed React support
|
9 | * Fixed unexpected behavior of length option
|
10 |
|
11 | 1.2.2 / Jan 22, 2022
|
12 | ==================
|
13 | * Fixed browser support
|
14 |
|
15 | 1.2.1 / May 10, 2021
|
16 | ==================
|
17 | * Fixed tests
|
18 |
|
19 | 1.2.0 / May 10, 2021
|
20 | ==================
|
21 | * Use randombytes instead of node.crypto to prevent biased output
|
22 | * Add support for async generation
|
23 | * Support for binary and octal charsets
|
24 |
|
25 | 1.1.5 / May 18, 2016
|
26 | ==================
|
27 | * Optimized character generation algorithm
|
28 |
|
29 | 1.1.4 / Feb 10, 2016
|
30 | ==================
|
31 | * Added option for capitalization
|
32 |
|
33 | 1.1.3 / Nov 03, 2015
|
34 | ==================
|
35 | * Fixed test
|
36 |
|
37 | 1.1.2 / Nov 03, 2015
|
38 | ==================
|
39 | * Added command line support
|
40 | * Fixed bug causing the "readable" option to fail
|
41 |
|
42 | 1.1.0 / Sep 06, 2015
|
43 | ==================
|
44 | * Added support for custom character sets
|
45 | * Added option for excluding poorly readable characters
|
46 |
|
47 | 1.0.8 / Sep 01, 2015
|
48 | ==================
|
49 | * Avoid problems if crypto.randomBytes throws an exception
|
50 |
|
51 | 1.0.7 / Jul 03, 2015
|
52 | ==================
|
53 | * Use node.crypto instead of Math.random as random number generator
|
54 |
|
55 | 1.0.6 / Jun 01, 2015
|
56 | ==================
|
57 | * Added licence for npmjs.org
|
58 | * Enhanced readme for Github and npm
|
59 |
|
60 | 1.0.5 / Apr 03, 2015
|
61 | ==================
|
62 | * Better charset setting → Less error-proneness
|
63 |
|
64 | 1.0.4 / Apr 03, 2015
|
65 | ==================
|
66 | * Added tests
|
67 |
|
68 | 1.0.3 / Feb 17, 2014
|
69 | ==================
|
70 | * Fixed typo in character set
|
71 |
|
72 | 1.0.0 / Jan 21, 2012
|
73 | ==================
|
74 | * Start of the project |
\ | No newline at end of file |