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