Duncan Beevers
Duncan Beevers
Is it worth it to extract the validation functionality from `bson` to avoid the `try/catch`, or ship with this implementation?
I removed the `filterInvalid` option and made the filtering the default behavior. Let me know if there's more I need to do in order to mark this as a breaking...
I *think* https://github.com/openapi-ts/openapi-typescript/pull/2148 should address this, but I haven't rebased it for a while. I'll see if I can squeeze in some time this weekend to compare this PR to...