You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nestjs-module/CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Change Log
2
2
3
+
## 5.5.1
4
+
5
+
### Patch Changes
6
+
7
+
- 03b36ee: pass in service options to methods of abstract parser
8
+
3
9
## 5.5.0
4
10
5
11
### Minor Changes
@@ -175,7 +181,6 @@
175
181
- e82c80b: NestJS v9 Support
176
182
177
183
## Features
178
-
179
184
- Use the new `ConfigurableModuleBuilder` from `@nestjs/common@9`
180
185
- Support Fastify v4
181
186
- 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 @@
273
278
- 8bea02f: Release of `@ogma/common` and `@ogma/styler`. Upgrade `@ogma/nestjs-module` to be 100% compatible with Nest's logger
274
279
275
280
# Breaking Changes
276
-
277
281
-`@ogma/logger` now depends on `@ogma/common` and `@ogma/styler` for types and string styling, instead of managing it on its own
278
282
-`@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.
279
283
-`@ogma/logger` now sets an `ool` property when logging in JSON mode to accommodate when using a custom log map
280
284
-`@ogma/logger` no longer needs the `stream` property to have a `hasColor` function
281
285
-`@ogma/cli` now reads from the `ool` property instead `level` to allow writing back to Ogma's standard format
282
286
283
287
# Features
284
-
285
288
-`@ogma/logger` now correctly logs Error objects the same way `process.stdout` does instead of logging `{}`
286
289
-`@ogma/logger` can accept a `levelMap` property for custom level mapping
287
290
-`@ogma/logger`'s `stream` option can now have a `getColorDepth` property method, but it is not necessary
0 commit comments