|
1 | 1 | ## 4.0.0 |
2 | | -- More details on http://docs.nestjs.com |
| 2 | +**@nestjs/core** |
| 3 | +- Asynchronous `NestFactory` [read more](http://www.docs.nestjs.com/first-steps) |
| 4 | +- New response handling approach [read more](http://www.docs.nestjs.com/controllers) |
| 5 | +- Interceptors feature [read more](http://www.docs.nestjs.com/interceptors) |
| 6 | +- `@Shared()` deprecated (modules are singletons by default) [read more](http://www.docs.nestjs.com/modules) |
| 7 | +- `@SingleScope()` decorator [read more](http://www.docs.nestjs.com/modules) |
| 8 | +- Modules re-exporting [read more](http://www.docs.nestjs.com/modules) |
| 9 | +- Deffered & functional middlewares [read more](http://www.docs.nestjs.com/middlewares) |
| 10 | +- Guards feature [read more](http://www.docs.nestjs.com/guards) |
| 11 | +- Async components [read more](http://www.docs.nestjs.com/advanced/async-components) |
| 12 | +- Hierarchical injector improvements [read more](http://www.docs.nestjs.com/advanced/hierarchical-injector) |
| 13 | +- Mixin classes [read more](http://www.docs.nestjs.com/advanced/mixins) |
| 14 | +- New `INestApplication` API |
3 | 15 |
|
4 | 16 | **@nestjs/microservices** |
5 | | -- Possibility to return Promise / Observable / plain value |
| 17 | +- Possibility to return Promise / Observable / plain value [read more](http://www.docs.nestjs.com/microservices/basics) |
6 | 18 | - Guards & Interceptors & Pipes & Exception Filters integration |
7 | 19 |
|
| 20 | + |
8 | 21 | **@nestjs/websockets** |
9 | | -- Possibility to return Promise / Observable / plain value |
| 22 | +- Possibility to return Promise / Observable / plain value [read more](http://www.docs.nestjs.com/websockets/gateways) |
10 | 23 | - Guards & Interceptors & Pipes & Exception Filters integration |
| 24 | +- New `WebSocketAdapter` API |
11 | 25 |
|
12 | 26 | **@nestjs/testing** |
13 | | -- Completely rewritten testing package (docs) |
| 27 | +- Completely rewritten testing package |
14 | 28 |
|
15 | 29 | ## 3.0.1 (24.06.2017) |
16 | 30 | **@nestjs/core** |
|
0 commit comments