add jsdoc linting, address issues
[squeep-mystery-box] / CHANGELOG.md
1 # @squeep/mystery-box
2
3 Releases and notable changes to this project are documented here.
4
5 ## [v2.0.2] - 2024-02-29
6
7 ### Changed
8
9 - updated devDependencies
10 - minor documentation update
11
12 ## [v2.0.1] - 2023-03-18
13
14 ### Changed
15
16 - Documentation updates intended for v2.0.0, wups!
17
18 ## [v2.0.0] - 2023-03-18
19
20 ### Changed
21
22 - *BREAKING CHANGE*: constructor no longer accepts a logger argument. Events are now emitted for the statistics which were the only use of the logger.
23 - Custom errors are thrown instead of generic.
24
25 ## [v1.2.2] - 2023-03-14
26
27 ### Changed
28
29 - removed sole dependency in favor of native handling for base64url encodings, in exchange for bumping up minimum supported nodejs engine versions
30 - updated devDependency
31
32 ### Added
33
34 - support for box versions >127, which is likely totally unnecessary
35
36 ## [v1.2.1] - 2023-03-04
37
38 ### Changed
39
40 - updated devDependencies
41 - lint tidying
42
43 ## [v1.2.0] - 2022-09-18
44
45 ### Added
46
47 - support (and prefer) more key derivation algorithms
48 - replace deprecated Buffer functions
49
50 ## [v1.1.1] - 2022-09-12
51
52 ### Changed
53
54 - updated dependencies
55
56 ## [v1.1.0] - 2022-07-30
57
58 ### Added
59
60 - Support for rolling secrets
61
62 ## [v1.0.8] - 2022-06-10
63
64 ### Changes
65
66 - updated dependencies
67
68 ## [v1.0.7] - 2022-05-06
69
70 ### Changes
71
72 - updated devDependencies
73
74 ## [v1.0.6] - 2022-04-06
75
76 ### Changed
77
78 - refactor of b64u encoding utilities into separate package
79
80 ## [v1.0.5] - 2022-03-26
81
82 ### Changed
83
84 - simplified exceptions thrown for invalid inputs
85 - updated devDependencies
86
87 ## [v1.0.4] - 2022-03-13
88
89 ### Changed
90
91 - updated devDependencies
92
93 ## [v1.0.3] - 2022-01-21
94
95 ### Changed
96
97 - updated devDependencies
98
99 ## [v1.0.2] - 2021-12-30
100
101 ### Changed
102
103 - updated devDependencies
104
105 ## [v1.0.1] - 2021-10-22
106
107 ### Changed
108
109 - updated devDependencies
110
111 ## [v1.0.0] - 2021-10-09
112
113 ### Added
114
115 - Everything
116
117 ---
118
119 [Unreleased]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=HEAD;hp=v2.0.0
120 [v2.0.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v2.0.0;hp=v1.2.2
121 [v1.2.2]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.2;hp=v1.2.1
122 [v1.2.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.1;hp=v1.2.0
123 [v1.2.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.0;hp=v1.1.1
124 [v1.1.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.1;hp=v1.1.0
125 [v1.1.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.0;hp=v1.0.8
126 [v1.0.8]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.8;hp=v1.0.7
127 [v1.0.7]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.7;hp=v1.0.6
128 [v1.0.6]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.6;hp=v1.0.5
129 [v1.0.5]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.5;hp=v1.0.4
130 [v1.0.4]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.4;hp=v1.0.3
131 [v1.0.3]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.3;hp=v1.0.2
132 [v1.0.2]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.2;hp=v1.0.1
133 [v1.0.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.1;hp=v1.0.0
134 [v1.0.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.0.0;hp=v0.0.0