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