We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b054fd commit 15a359dCopy full SHA for 15a359d
1 file changed
CHANGELOG.md
@@ -1,12 +1,5 @@
1
## 4.0.0
2
-**@nestjs/core**
3
-- Interceptors feature (docs)
4
-- Guards feature (docs)
5
-- `@Shared()` deprecated (modules are singletons by default)
6
-- `@SingleScope()` decorator (read more in the docs)
7
-- New response handling approach (return plain value / Promise / Observable)
8
-- Async components
9
-- New `INestApplication` methods (for example `use()` wrapper)
+- More details on http://docs.nestjs.com
10
11
**@nestjs/microservices**
12
- Possibility to return Promise / Observable / plain value
0 commit comments