|
4 | 4 |
|
5 | 5 | #### Features
|
6 | 6 |
|
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) |
8 | 8 |
|
9 | 9 | #### Fixes
|
10 | 10 |
|
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) |
12 | 12 |
|
13 | 13 | ### 0.7.6
|
14 | 14 |
|
|
32 | 32 |
|
33 | 33 | #### Features
|
34 | 34 |
|
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) |
37 | 37 |
|
38 | 38 | #### Fixes
|
39 | 39 |
|
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) |
44 | 44 |
|
45 | 45 | ### 0.7.2
|
46 | 46 |
|
47 | 47 | #### Fixes
|
48 | 48 |
|
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) |
52 | 52 |
|
53 | 53 | ### 0.7.1
|
54 | 54 |
|
|
0 commit comments