Changelog
2.1.0 (May 29, 2023)
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 via
eval()
to generated a highly optimized code specially for the given Data
Type.