Benjamin Bellantonio

Results 8 comments of Benjamin Bellantonio

@johny1614 yep agreed, I could make a PR but i'm not sure when it's gonna be merge, still waiting on some PR from last year to be released on this...

Hey, thanks for your response, there is 2 tests case here : https://github.com/benjaminb-/mongoose-hidden/blob/master/test/github-issues.js `tags should be hidden with hide options set out of type option` is working ``` tags: {...

@hasezoey based on the test to make this plugin work it should be outside, @mblarsen I made this dirty changes to handle the case where the option is inside the...

@hasezoey with mongoose : ``` // this is working tags2: { type: [[[{ type: TagSchema }]]], hide: true } ``` but your case would be converted like that ? correct...

@mblarsen yes, so are you ok for me to try to implement, including a kind of recursion for the multi dimensions array too, following this exemple ? I'll made the...

Hi, following this issue as we need a "group/filter" validation in our application too. I just discovered your package and sounds really promising for us to replace class validator /...

Hi, any news on this PR ? I suppose it's abandonned in favor of NestJs CLI ? thanks :)