-
-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v.3.2.0 #46
v.3.2.0 #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@zMotivat0r wait a minute. Does it support |
|
Yes, I mean NestJS. And I find it only supporting 6 and above. I suggest to define the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK
Is there necessary to have 2 options separated. It's uncontrollable in some scenarios. For example: crud/src/typeorm/repository-service.class.ts Lines 60 to 65 in 9cb3331
|
@Diluka what's your suggestion? |
A few questions about this
My suggestion is |
Anyways, it will be another breaking change with major version bump. |
@zMotivat0r OK |
I just forgot to add changes to README :( |
Features:
UsePathInterceptors
decorator that allows to wire upRestfulQueryInterceptor
andRestfulParamsInterceptor
on customCrudController
routes (those interceptors are already wired up on@Override()
routes) (How to reuse queries in 3.x? #45)findOne
andfind
methods (link to the repo methods)