P A C · 先生
P A C · 先生
Route Handler Fails to Reflect Middleware Modifications to `request.originalUrl` for API Versioning
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I wanted to add versioning support to an existing Nest.js REST...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...
# This PR - Fix #5021 - Migrates `passwordResetToken` and `passwordResetTokenExpiresAt` fields from `core.users` to `core.appToken` - Marks those fields as `deprecated` so we can remove them later if we...
## Fixes Issue Closes #312 ## Changes proposed Added pagination feature, added a `UtilsModule` for shared logic, currently with a simple pagination service file, can be extended with complex shared...
# This PR - Adds optimistic responses on Mutations - Related to #5676 Note to @FelixMalfait The initial scope of the issue was to apply optimistic rendering on queries, but...
## Bug Description Similarly to #5278 > When you delete an object, the api takes long, the menu stills showing and if you mistakenly delete again, you get a `“Error:...