Skip to content

Commit

Permalink
Nest 9 support (#29)
Browse files Browse the repository at this point in the history
* Implemented new members of AbstractHttpAdapter apart from applyVersionFilter method

* Updated readme and version of package
  • Loading branch information
seidelmartin authored Feb 27, 2023
1 parent e5db437 commit 065e786
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 170 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ await app.init();

## Caveats

[Versioning feature](https://docs.nestjs.com/techniques/versioning#versioning) is not yet supported.

Nest components which operates with Koa response like exception filters needs to use the `koaReply` utility function from
this package because the implementation if the reply in adapter doesn't allow to use standard way of setting
`body` and `status` properties.
Expand Down
Loading

0 comments on commit 065e786

Please sign in to comment.