Releases: AdirD/nestjs-context-logger
Releases · AdirD/nestjs-context-logger
v1.8.0
1.8.0 (2025-06-10)
Features
- add with-context decorator so non-request handlers can utilize the context store (#17) (fe23154)
v1.7.2
1.7.2 (2025-06-08)
Bug Fixes
v1.7.1
1.7.1 (2025-06-08)
Bug Fixes
- added a fallback for scenarios when the provided logger in
NestFactory#create
is a context logger (#15) (00a903f)
v1.7.0
1.7.0 (2025-05-04)
Features
v1.6.2
1.6.2 (2025-04-25)
Bug Fixes
v1.6.1
1.6.1 (2025-04-24)
Bug Fixes
- pattern exclude when no request url (889d1a8), closes #11
v1.6.0
1.6.0 (2025-04-06)
Features
- add hooks feature + update README (c2fb3a4)
v1.5.4
1.5.4 (2025-03-10)
Bug Fixes
- deprecate info method and redirect to log method (a918731)
v1.5.3
1.5.3 (2025-02-23)
Bug Fixes
- allow permissive reflect-metadata versions (76f9d3b)
v1.5.2
1.5.2 (2025-01-29)
Bug Fixes
- does not display empty objects when grouping empty bindings or context (52b94ff), closes #3
- does not display empty objects when grouping empty bindings or context (4ecf487)