X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=c65a2210235c73412c16e9e43ae5313ee8fc4cd0;hb=HEAD;hp=7b7dd4e855e1de9d6aea333f2265f4262b1f1246;hpb=e132bd4b4189689eb5901e6507b4a1a1896182bd;p=squeep-mystery-box diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7dd4e..9f9d634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,43 @@ Releases and notable changes to this project are documented here. -## [1.2.1] - 2023-03-04 +## [v2.0.3] - 2024-05-06 + +- updated devDependencies +- fixed minor lint issues + +## [v2.0.2] - 2024-02-29 + +### Changed + +- updated devDependencies +- minor documentation update + +## [v2.0.1] - 2023-03-18 + +### Changed + +- Documentation updates intended for v2.0.0, wups! + +## [v2.0.0] - 2023-03-18 + +### Changed + +- *BREAKING CHANGE*: constructor no longer accepts a logger argument. Events are now emitted for the statistics which were the only use of the logger. +- Custom errors are thrown instead of generic. + +## [v1.2.2] - 2023-03-14 + +### Changed + +- removed sole dependency in favor of native handling for base64url encodings, in exchange for bumping up minimum supported nodejs engine versions +- updated devDependency + +### Added + +- support for box versions >127, which is likely totally unnecessary + +## [v1.2.1] - 2023-03-04 ### Changed @@ -85,6 +121,10 @@ Releases and notable changes to this project are documented here. --- +[Unreleased]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=HEAD;hp=v2.0.0 +[v2.0.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v2.0.0;hp=v1.2.2 +[v1.2.2]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.2;hp=v1.2.1 +[v1.2.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.1;hp=v1.2.0 [v1.2.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.2.0;hp=v1.1.1 [v1.1.1]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.1;hp=v1.1.0 [v1.1.0]: https://git.squeep.com/?p=squeep-mystery-box;a=commitdiff;h=v1.1.0;hp=v1.0.8