|
1 | 1 | ## 4.6.1 |
2 | 2 | - **common**: [improvement] create `ModuleMetadata` interface |
3 | | -- **common**: [bugfix] update `class-validator` #417 |
| 3 | +- **common**: [bugfix] update `class-validator` [#417](https://github.com/nestjs/nest/issues/417) |
4 | 4 | - **core**: [feature] add `appOptions` property to `create[..]` methods of `NestFactory` |
5 | 5 | - **core**: [improvement] majority of methods (`INestApplication`, `INestMicroservice`, and `INestApplicationContext`) return `this` instead of `void` |
6 | 6 | - **core**: [refactor] remove static dependencies & relationships |
7 | | -- **core**: [bugfix] catch error thrown by `bodyParser` in exception filter #422 |
| 7 | +- **core**: [bugfix] catch error thrown by `bodyParser` in exception filter [#422](https://github.com/nestjs/nest/issues/422) |
8 | 8 |
|
9 | 9 | ## 4.6.0 |
10 | | -- **common**: [feature] `ValidationPipe` improvements #388 |
11 | | -- **common**: [feature] `ParseIntPipe` improvements #85 |
| 10 | +- **common**: [feature] `ValidationPipe` improvements [#383](https://github.com/nestjs/nest/pull/383) |
| 11 | +- **common**: [feature] `ParseIntPipe` improvements [#385](https://github.com/nestjs/nest/pull/385) |
12 | 12 | - **common**: [feature] add `FileInterceptor`, `FilesInterceptor`, `@UploadedFile()` and `@UploadedFiles()` (`multer` integration) |
13 | 13 | - **common**: [feature] add `HttpModule` that exposes `HttpService` (`axios` integration) |
14 | 14 | - **core**: [feature] add `app.disable()` and `app.enable()` wrappers around `express` app |
15 | 15 | - **core**: [feature] add ability to inject `express` reference (`EXPRESS_REF` token) |
16 | | -- **core**: [feature] enable possibility to extend metadata (inheritance support) #228 |
| 16 | +- **core**: [feature] enable possibility to extend metadata (inheritance support) [#228](https://github.com/nestjs/nest/issues/228) |
17 | 17 | - **core**: [feature] `NestFactory.create()` now accepts third argument `HttpsOptions` |
18 | 18 | - **core**: [feature] add `app.enableCors()` to `INestApplication` (`cors` integration) |
19 | 19 | - **core**: [feature] add `@Render()` decorator (MVC applications) |
20 | | -- **core**: [feature] provide `Logger.overrideLogger()` #247 |
| 20 | +- **core**: [feature] provide `Logger.overrideLogger()` [#247](https://github.com/nestjs/nest/issues/247) |
21 | 21 | - **core**: [improvement] simplify HTTPS usage |
22 | | -- **core**: [bugfix] custom transport strategy - thrown exceptions issue #290 |
23 | | -- **core**: [bugfix] injector fails silently #287 |
24 | | -- **core**: [bugfix] secure websockets (`wss://`) #384 |
25 | | -- **core**: [bugfix] can't select/get from context when using `NestFactory.createMicroservice()` #398 |
26 | | -- **core**: [bugfix] interceptor `$stream` observable returns another observable instead of the response object #376 |
27 | | -- **core**: [bugfix] `Observable.throw` from controller results in unhandled rejection promise #373 |
| 22 | +- **core**: [bugfix] custom transport strategy - thrown exceptions issue [#290](https://github.com/nestjs/nest/issues/290) |
| 23 | +- **core**: [bugfix] injector fails silently [#287](https://github.com/nestjs/nest/issues/287) |
| 24 | +- **core**: [bugfix] secure websockets (`wss://`) [#384](https://github.com/nestjs/nest/issues/384) |
| 25 | +- **core**: [bugfix] can't select/get from context when using `NestFactory.createMicroservice()` [#398](https://github.com/nestjs/nest/issues/398) |
| 26 | +- **core**: [bugfix] interceptor `$stream` observable returns another observable instead of the response object [#376](https://github.com/nestjs/nest/issues/376) |
| 27 | +- **core**: [bugfix] `Observable.throw` from controller results in unhandled rejection promise [#373](https://github.com/nestjs/nest/issues/373) |
28 | 28 | - **microservices**: [feature]: add `listenAsync()` to `INestMicroservice` instance |
29 | 29 |
|
30 | 30 | ## 4.5.10 |
|
0 commit comments