We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f918e2b commit 91c879dCopy full SHA for 91c879d
1 file changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 5.0.0-beta.3
2
+### Bug Fixes
3
+- **core**: incorrect `ExpressAdapter` method wrappers [#585](https://github.com/nestjs/nest/issues/585)
4
+- **core**: the `fastify-formbody` is no longer a required dependency [#575](https://github.com/nestjs/nest/issues/575)
5
+- **core**: incorrect `createApplication()` typings (unable to pass express instance directly) [#575](https://github.com/nestjs/nest/issues/575)
6
+
7
## 5.0.0-beta.0
8
### Features
9
- **core**: support async lifecycle hooks (`OnModuleInit` and `OnModuleDestroy`) [#569](https://github.com/nestjs/nest/issues/569)
0 commit comments