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