File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,19 +5,46 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 3.0.0] - 2026-05-27
9+
10+ ### BREAKING CHANGES
11+
12+ - Update minimum supported NodeJS version to 24.
13+
14+ ## [ 2.0.1] - 2025-11-26
15+
16+ ### Added
17+
18+ - Automatically strip sensitive url search params from log messages.
19+ - Add ability to pass extra data to HTTP log messages using ` res.locals.extraData ` .
20+
21+ ## [ 2.0.0] - 2025-10-28
22+
23+ ### BREAKING CHANGES
24+
25+ - Removed ` logger.log ` function.
26+ - Update minimum supported NodeJS version to 20.
27+
28+ ### Changed
29+
30+ - Removed restriction on peer dependency version of Winston now that upstream bug is
31+ fixed.
932
1033## [ 1.0.1] - 2023-04-20
1134
1235### Changed
36+
1337- Updated license copyright to be in line with SaaSquatch open-source policy.
1438
1539## [ 1.0.0] - 2022-11-29
1640
1741### Added
1842
19- - Initial release
43+ - Initial release.
2044
21- [ unreleased ] : https://github.com/sasquatch/integration-boilerplate-node/compare/v1.0.1...HEAD
22- [ 1.0.1 ] : https://github.com/sasquatch/integration-boilerplate-node/releases/tag/v1.0.1
23- [ 1.0.0 ] : https://github.com/sasquatch/integration-boilerplate-node/releases/tag/v1.0.0
45+ [ unreleased ] : https://github.com/sasquatch/logger/compare/@saasquatch/logger@3.0.0...HEAD
46+ [ 3.0.0 ] : https://github.com/sasquatch/logger/releases/tag/@saasquatch/logger@3.0.0
47+ [ 2.0.1 ] : https://github.com/sasquatch/logger/releases/tag/@saasquatch/logger@2.0.1
48+ [ 2.0.0 ] : https://github.com/sasquatch/logger/releases/tag/@saasquatch/logger@2.0.0
49+ [ 1.0.1 ] : https://github.com/sasquatch/logger/releases/tag/@saasquatch/logger@1.0.1
50+ [ 1.0.0 ] : https://github.com/sasquatch/logger/releases/tag/@saasquatch/logger@1.0.0
You can’t perform that action at this time.
0 commit comments