Skip to content

Commit 065e786

Browse files
authored
Nest 9 support (#29)
* Implemented new members of AbstractHttpAdapter apart from applyVersionFilter method * Updated readme and version of package
1 parent e5db437 commit 065e786

File tree

4 files changed

+100
-170
lines changed

4 files changed

+100
-170
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ await app.init();
129129

130130
## Caveats
131131

132+
[Versioning feature](https://docs.nestjs.com/techniques/versioning#versioning) is not yet supported.
133+
132134
Nest components which operates with Koa response like exception filters needs to use the `koaReply` utility function from
133135
this package because the implementation if the reply in adapter doesn't allow to use standard way of setting
134136
`body` and `status` properties.

0 commit comments

Comments
 (0)