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: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 4.3.0
2
+
-**core**: `json` and `urlencoded` (`body-parser`) middlewares are applied by default now, bugfix #252
3
+
-**core** more informative error message (injector) #223
4
+
example: `[ExceptionHandler] Nest can't resolve dependencies of the UsersService (+, +, ?, +, +, +). Please verify whether [2] argument is available in the current context.`
5
+
-**core**: bugfix #240 - middlewares container state
6
+
-**core**: bugifx #257 - `@Next()` issue
7
+
-**testing**: testing module is now independent from `@nestjs/microservices`
`The middleware doesn't provide the 'resolve' method (${name})`;
3
15
4
16
exportconstInvalidModuleMessage=(scope: string)=>
5
17
`Nest can't create the module instance. The frequent reason of this exception is the circular dependency between modules. Use forwardRef() to avoid it (read more https://docs.nestjs.com/advanced/circular-dependency). Scope [${scope}]`;
0 commit comments