v3.3.17
Performance tunings on assertType()
, validate()
and related functions are done.
Therefore, those became faster.
Before
After
What's Changed
- Correct typo 'Undefied' to 'Undefined' by @utilForever in #273
- Correct minor typos by @jongwooo in #274
- Close #268 - refactored entire benchmark program for TypeBox by @samchon in #277
- Correct typo 'Funtional' to 'Functional' by @utilForever in #275
- Close #276 - block duplicted checking by @samchon in #278
- Correct several typos by @utilForever in #280
- fix: Correct spelling and grammar mistakes in comments by @jongwooo in #283
- Close #281 - optimize
assertType()
andvalidate()
by @samchon in #284 - Complement #281 - make
validate()
shorter by @samchon in #285 - Complement #281 -
assertType@v3
became faster by @samchon in #286 - Benchmark #281 with my computers by @samchon in #287
New Contributors
- @utilForever made their first contribution in #273
- @jongwooo made their first contribution in #274
Full Changelog: v3.3.16...v3.3.17