Skip to content

Commit 0d38fae

Browse files
chore: fix links in Changelog
1 parent 3a8dff6 commit 0d38fae

File tree

1 file changed

+41
-17
lines changed

1 file changed

+41
-17
lines changed

CHANGELOG.md

Lines changed: 41 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
#### Features
66

7-
- feat(ErrorHandling): add support for custom toJSON method in errors (ref #325)
7+
- feat(ErrorHandling): add support for custom toJSON method in errors (ref [#325][#325])
88

99
#### Fixes
1010

11-
- fixed inconsistent roles in authorizationChecker depending on where `@Authorized` decorator is placed (ref #308)
11+
- fixed inconsistent roles parameter in authorizationChecker (ref [#308][#308])
1212

1313
### 0.7.6
1414

@@ -32,25 +32,23 @@
3232

3333
#### Features
3434

35-
- Support for returning Buffer and streams from action handler (controller's method) (ref #285)
36-
- Custom driver support (ref #276)
35+
- Support for returning Buffer and streams from action handler (controller's method) (ref [#285][#285])
36+
- Custom driver support (ref [#276][#276])
3737

3838
#### Fixes
3939

40-
- Directly calling response bug (ref #286)
41-
- Missing parameter in @BodyParam error message (ref #284)
42-
- Sync and async auth checker bug (ref #283)
43-
- Handling different content-type responses in JsonController (ref #277)
40+
- Directly calling response bug (ref [#286][#286])
41+
- Missing parameter in @BodyParam error message (ref [#284][#284])
42+
- Sync and async auth checker bug (ref (ref [#283][#283])
43+
- Handling different content-type responses in JsonController (ref [#277][#277])
4444

4545
### 0.7.2
4646

4747
#### Fixes
4848

49-
- Using `@Authorization` decorator with Koa caused 404 responses (ref #240)
50-
- Allow throwing custom errors in `authorizationChecker` (ref #233, ref #247)
51-
- check auth permissions before accepting files for upload (ref #251)
52-
53-
### 0.7.1
49+
- Using `@Authorization` decorator with Koa caused 404 responses (ref [#240][#240])
50+
- Allow throwing custom errors in `authorizationChecker` (ref [#233][#233])
51+
- check auth permissions before accepting files for upload (ref [#251][#251])
5452

5553
### 0.7.0 [BREAKING CHANGES]
5654

@@ -76,29 +74,55 @@
7674

7775
### 0.6.10
7876

77+
#### Features
78+
7979
- added integration with `class-transform-validator` for deserialization and auto validation request parameters
8080

8181
### 0.6.2
8282

83+
#### Features
84+
8385
- made interceptors to support promises
8486

8587
### 0.6.1
8688

89+
#### Features
90+
8791
- added interceptors support
8892

8993
### 0.6.0 [BREAKING CHANGES]
9094

95+
#### Features
96+
9197
- middleware and error handlers support
9298
- everything packed into "routing-controllers" main export
93-
- removed parseJson from @Body decorator
94-
- removed ActionOptions
95-
- removed responseType from action options and added @JsonResponse and @TextResponse decorators
9699
- added few more new decorators
100+
101+
#### Fixes
102+
97103
- fixed multiple issues with param decorators
98104
- fixed multiple bugs
99105
- refactored core
100106

107+
#### Removals
108+
109+
- removed `parseJson` from `@Body` decorator
110+
- removed `ActionOptions`
111+
- removed `responseType` from action options and added `@JsonResponse` and `@TextResponse` decorators
112+
101113
### 0.5.0
102114

103115
- renamed package from `controllers.ts` to `routing-controllers`
104-
- added integration with `constructor-utils` for serialization and deserialization
116+
- added integration with `constructor-utils` for serialization and deserialization
117+
118+
[#325]: https://github.com/pleerock/routing-controllers/pull/325
119+
[#308]: https://github.com/pleerock/routing-controllers/pull/308
120+
[#286]: https://github.com/pleerock/routing-controllers/pull/286
121+
[#285]: https://github.com/pleerock/routing-controllers/pull/285
122+
[#284]: https://github.com/pleerock/routing-controllers/pull/284
123+
[#283]: https://github.com/pleerock/routing-controllers/pull/283
124+
[#277]: https://github.com/pleerock/routing-controllers/pull/277
125+
[#276]: https://github.com/pleerock/routing-controllers/pull/276
126+
[#251]: https://github.com/pleerock/routing-controllers/pull/251
127+
[#240]: https://github.com/pleerock/routing-controllers/pull/240
128+
[#233]: https://github.com/pleerock/routing-controllers/pull/233

0 commit comments

Comments
 (0)