From now on, typescript-json
has been renamed to typia
, because typia
will support Protocol Buffer (maybe v4
) and no more the word "JSON" can represent this project. Also, clone()
function is no more supported because it seems no more required (#393).
Furthermore, you can easily install and configure typia
just by typing npx typia setup
command. Do not be suffer from manual tsconfig.json
setup more. By the way, the reason why this minor update starts from v3.4.5
version is caused by I was not familiar with such automatic setup CLI supporting.
What's Changed
- Close #400 - automatic setup CLI by @samchon in #409
- Close #401 - rename to
typia
by @samchon in #411 - Close #410 - make
typia
compatible withtypescript-json
by @samchon in #412 - Publish v3.4,
typia
with automatic setup command by @samchon in #413 - Fix #414 - disable
npx typia set
to work intypescript-json
by @samchon in #415 - Complement #407 - enhance rest tuple type analyzer by @samchon in #416
Full Changelog: v3.3.44...v3.4.7