change replacer function signatures to match that of stringify, detect circular refer...
[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] - TBD
6
7 ### Changed
8
9 - BREAKING CHANGE: JSON replacer functions now follow standard JSON.stringify replacer signature, rather than custom.
10
11 ## [v2.0.1] - 2023-05-29
12
13 ### Changed
14
15 - Updated documentation and example data sanitizer.
16
17 ## [v2.0.0] - 2023-05-26
18
19 ### Changed
20
21 - BREAKING CHANGE: constructor arguments and options rearranged
22 - Updated dev dependencies.
23
24 ### Added
25
26 - Accept an optional AsyncLocalStorage instance, and merge any object it stores into the logged json.
27
28 ## [v1.0.2] - 2022-05-06
29
30 ### Changed
31
32 - Updated dev dependencies.
33
34 ## [v1.0.1] - 2022-04-29
35
36 ### Changed
37
38 - Updated dev dependencies.
39
40 ## [v1.0.0] - 2022-03-02
41
42 ### Added
43
44 - Everything. MVP first stable release.
45
46 ---
47
48 [Unreleased]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=HEAD;hp=v3.0.0
49 [v3.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v3.0.0;hp=v2.0.1
50 [v2.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.1;hp=v2.0.0
51 [v2.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v2.0.0;hp=v1.0.2
52 [v1.0.2]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.2;hp=v1.0.1
53 [v1.0.1]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.1;hp=v1.0.0
54 [v1.0.0]: https://git.squeep.com/?p=squeep-logger-json-console;a=commitdiff;h=v1.0.0;hp=v0.0.0