Skip to content

Commit 3a8dff6

Browse files
chore: update changelog
1 parent d2b3a4d commit 3a8dff6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 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](#325))
7+
- feat(ErrorHandling): add support for custom toJSON method in errors (ref #325)
88

99
#### Fixes
1010

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

1313
### 0.7.6
1414

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

3333
#### Features
3434

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

3838
#### Fixes
3939

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 [#283](#283))
43-
- Handling different content-type responses in JsonController (ref [#277](#277))
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)
4444

4545
### 0.7.2
4646

4747
#### Fixes
4848

49-
- Using `@Authorization` decorator with Koa caused 404 responses (ref [#240](#240))
50-
- Allow throwing custom errors in `authorizationChecker` (ref [#233](#233), ref [#247](#247))
51-
- check auth permissions before accepting files for upload (ref [#251](#240))
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)
5252

5353
### 0.7.1
5454

0 commit comments

Comments
 (0)