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