Releases: seidelmartin/nest-koa-adapter
Releases · seidelmartin/nest-koa-adapter
v3.1.0
v3.0.0
v2.0.1
What's Changed
- Updated packages to the latest version by @seidelmartin in #28
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Upgraded packages to their latest versions by @seidelmartin in #18
- Nest 8 support
Full Changelog: 1.4.0...v2.0.0
Updated dependencies
Dependencies update (#9) * Updated minor dependencies * Updated dependencies Added types in general * Bumped version * Fixed package vulnerabilities
v1.3.1
Fixed propagating of headers and status code from Nest @Header
and @HttpCode
decorators.
v1.3.0
NestJS headers and Http status overrides support
Updated packages
Added GitHub actions
v1.2.0
- Fixed bug in redirect
- Extracted reply function so it can be used in exception filters and other places where response is needed
- Updated packages
- Updated readme