-
fix: removed a console.log that was mistakenly left in the compileFastValidator (#164)
Removed a console.log that was mistakenly left in the compileFastValidator.
-
feat: implemented a factory for a high performance validator (#157)
Added a new factory function -
compileFastValidator
. Validation function produced by this factory are much more performant than all the other ones provided by Dilswer.compileFastValidator
leverages JIT compilation viaeval()
to generated a highly optimized code specially for the given Data Type.