bump package version to 2.0.1
[squeep-logger-json-console] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [v2.0.1] - 2023-05-29
6
7 ### Changed
8
9 - Updated documentation and example data sanitizer.
10
11 ## [v2.0.0] - 2023-05-26
12
13 ### Changed
14
15 - BREAKING CHANGE: constructor arguments and options rearranged
16 - Updated dev dependencies.
17
18 ### Added
19
20 - Accept an optional AsyncLocalStorage instance, and merge any object it stores into the logged json.
21
22 ## [v1.0.2] - 2022-05-06
23
24 ### Changed
25
26 - Updated dev dependencies.
27
28 ## [v1.0.1] - 2022-04-29
29
30 ### Changed
31
32 - Updated dev dependencies.
33
34 ## [v1.0.0] - 2022-03-02
35
36 ### Added
37
38 - Everything. MVP first stable release.
39
40 ---
41
42 [Unreleased]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=HEAD;hp=v2.0.1
43 [v2.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.1;hp=v2.0.0
44 [v2.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.0;hp=v1.0.2
45 [v1.0.2]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.2;hp=v1.0.1
46 [v1.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.1;hp=v1.0.0
47 [v1.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.0;hp=v0.0.0