Skip to content

Commit 9644d7e

Browse files
Version Packages
1 parent cd6fe50 commit 9644d7e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.changeset/cool-phones-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nestjs-module/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.5.1
4+
5+
### Patch Changes
6+
7+
- 03b36ee: pass in service options to methods of abstract parser
8+
39
## 5.5.0
410

511
### Minor Changes
@@ -175,7 +181,6 @@
175181
- e82c80b: NestJS v9 Support
176182

177183
## Features
178-
179184
- Use the new `ConfigurableModuleBuilder` from `@nestjs/common@9`
180185
- Support Fastify v4
181186
- As a side effect, `@ogma/platform-graphql-fastify` can **only** be used with `@nestjs/mercurius` until `apollo-server-fastify` supports v4
@@ -273,15 +278,13 @@
273278
- 8bea02f: Release of `@ogma/common` and `@ogma/styler`. Upgrade `@ogma/nestjs-module` to be 100% compatible with Nest's logger
274279

275280
# Breaking Changes
276-
277281
- `@ogma/logger` now depends on `@ogma/common` and `@ogma/styler` for types and string styling, instead of managing it on its own
278282
- `@ogma/nestjs-module` now accepts `trace` as the second parameter to `error` instead of `context`. `meta` can still be passed as a second parameter too or it can be a third parameter.
279283
- `@ogma/logger` now sets an `ool` property when logging in JSON mode to accommodate when using a custom log map
280284
- `@ogma/logger` no longer needs the `stream` property to have a `hasColor` function
281285
- `@ogma/cli` now reads from the `ool` property instead `level` to allow writing back to Ogma's standard format
282286

283287
# Features
284-
285288
- `@ogma/logger` now correctly logs Error objects the same way `process.stdout` does instead of logging `{}`
286289
- `@ogma/logger` can accept a `levelMap` property for custom level mapping
287290
- `@ogma/logger`'s `stream` option can now have a `getColorDepth` property method, but it is not necessary

packages/nestjs-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ogma/nestjs-module",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "A NestJS module for the Ogma logger",
55
"keywords": [
66
"nestjs",

0 commit comments

Comments
 (0)