From now on, typia
abandons ttypescript
and utilizes ts-patch
only.
It's the reason why ttypescript
has stopped maintaining, but ts-patch
is on going.
Thanks for keeping such wonderful library ts-patch
@nonara.
What's Changed
- Close #595 -
docs
directory in themaster
branch by @samchon in #596 - Add MS clarity (something like GA) by @samchon in #597
- Support for tuple type by @kakasoo in #601
- Fix #602 -
assertParse<T>()
returnsPrimitive<T>
by @samchon in #604 - Fix #603 - emtpy tuple in object literal expression by @samchon in #606
- Fix
ts-patch
version to be2.1.0
by @samchon in #605 - Fix #607 - let
typia.prune<T>()
to supportRecord<string, T>
type by @samchon in #608 - Close #587 - abandon
ttypescript
and usets-patch
only by @samchon in #609 - Update
IJsonSchema.IUnknown
type by @samchon in #610 - Support TypeScript v5 by @samchon in #585
- Close #590 - remove vulnerable Resolve keyword by @samchon in #594
- To be more functional by @samchon in #598
- Support both TS 4.9 and TS 5.0 by @samchon in #611
- Fix #599 - deprecated
ApplicationProgrammer.generate()
was wrong by @samchon in #612
Full Changelog: v3.7.6...v3.8.1