v5.3.1
Starts supporting TypeScript v5.3 update.
Since TypeScript v5.3 update, it no more parses JSDocComment
s from the tsc
command and it damages on the "Comment Tags" and "JSON schema generator" features. By the way, as update of ts-patch
for the TypeScript v5.3 update is delaying, I've patched the TypeScript module by myself. The new cli command npx typia patch
is the thing reviving JSDocComment
feature from tsc
.
For reference, typia setup
command also does the same behavior.
Detailed content about that
What's Changed
- Gather compilation error of custom type tags too. by @samchon in #864
- Add
reflect.metadata()
function. by @samchon in #867 - Complete #469 - new function
asserGuard()
. by @samchon in #872 - Close #848 -
exactOptionalPropertyTypes
option fortypia.protobuf.decode<T>()
function. by @samchon in #874 - Fixed the typia homepage address. by @windofwind in #877
- Warning message when
jsDocParsingMode
is not hacked. by @samchon in #879 - Separate test program from the main package. by @samchon in #881
- New cli command
npx typia patch
for hackingdefaultJSDocParsingMode
value by @samchon in #883 - Complement #865 - documentation by @MarArMar in #882
- Fix #884 - wrong union predication about constant type by @samchon in #886
- Tried #885, but a problem of TS API by @samchon in #887
New Contributors
- @windofwind made their first contribution in #877
- @MarArMar made their first contribution in #882
Full Changelog: v5.2.6...v5.3.1