Releases: fjodor-rybakov/discord-nestjs
Releases · fjodor-rybakov/discord-nestjs
@discord-nestjs/[email protected]
@discord-nestjs/[email protected]
@discord-nestjs/[email protected]
3.4.2 (2022-07-11)
Note: Version bump only for package @discord-nestjs/common
@discord-nestjs/[email protected]
0.1.7 (2022-07-07)
Note: Version bump only for package @discord-nestjs/schematics
@discord-nestjs/[email protected]
@discord-nestjs/[email protected]
v3.0.0
This version improves and simplifies the work with the modular system.
- Adds a new function
forFeature
. Allows to inject exportable providers from DiscordModule.
Request lifecycle
has also been reworked. Now he repeats it like in NestJS.
- Incoming request
- Globally bound middleware
- Global guards
- Controller guards
- Route guards
- Global pipes
- Controller pipes
- Route pipes
- Method handler
- Exception filters (route, then controller, then global). Apply from end to beginning
- Response
2.0.0
@discord-nestjs/[email protected] @discord-nestjs/[email protected]