You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAICT the performance is better, since no one will be able to fall for the JSON.stringify trap.
Comparing Map.get(jsonSchema) <-> Map.get(cacheKey) gives the same results.
Following what ajv now does, objection should trust the Map:
objection.js/lib/model/AjvValidator.js
Line 91 in 8e8ff2f
It should be something like
Indeed ajvOptions.serialize now triggers a warning.
Should the team accept it, I'd submit a PR.
This issue won't autodestruct.
The text was updated successfully, but these errors were encountered: