-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
8.3 #14470
Conversation
feat(query): add `options` parameter to `Query.prototype.sort()`
…Script benchmark perf
types: add overwriteMiddlewareResult and skipMiddlewareFunction to types
Co-authored-by: hasezoey <hasezoey@gmail.com>
Add function `SchemaType.prototype.validateAll`
fix: array schema definitions with `of` keyword
Co-authored-by: Hafez <a.hafez852@gmail.com>
…e into IslandRhythms/gh-9583
feat: `pathsToSave` option to `save()` function
…lidateSync()` Fix #14414
feat(document): add `validateAllPaths` option to `validate()` and `validateSync()`
would like to re-test once 8.2.4 has been merged into this branch, otherwise the typegoose tests are failing (because of #14463) |
@hasezoey I just updated this branch, can you try again please? |
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.
re-tested typegoose on 52d1486, and i can confirm that everything "just works" (with current typegoose beta branch)
(it builds, runtime tests are fine and type tests are also fine)
Summary
Examples