Skip to content

v3.3.13

Compare
Choose a tag to compare
@samchon samchon released this 23 Oct 08:21
· 1880 commits to master since this release
1f63f13

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

New Contributors

Full Changelog: v3.3.12...v3.3.13