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