Reusable functions are newly added:
TSON.createAssertType()
TSON.createIs()
TSON.createValidate()
TSON.createAssertEquals()
TSON.createEquals()
TSON.createValidateEquals()
TSON.createStringify()
Also, TypeBox
author @sinclairzx81 has helped me and benchmarked each libraries.
It seems that TypeBox
is much faster than my library when comparing is()
and equals()
functions.
TypeBox
would be the best choice when using JavaScript or TypeScript environment which cannot utilize transformer.
What's Changed
- Complement #245 - benchmark
class-validator
by @samchon in #248 - JSON Schema | TypeBox Benchmark by @sinclairzx81 in #253
- Develop #254 - special benchmark for
TypeBox
by @samchon in #255 - Add ajv-spec benchmarks by @sinclairzx81 in #256
- Developing #257 - spoiler functions are reusable by @samchon in #258
- Close #257 - spoilers being resued by @samchon in #260
- Develop #247 - reusable factory functions by @samchon in #261
New Contributors
- @sinclairzx81 made their first contribution in #253
Full Changelog: v3.3.12...v3.3.13