github samchon/typia v4.2.0

latest releases: v6.10.2, v6.10.1, v6.10.0...
13 months ago

Thanks to @enyineer for reporting.

  • Changed setup wizard
  • Introduce not to support yarn berry
  • Use npm run postinstall command instead

Unfortunately, ts-patch does not support yarn berry. Therefore, it is not possible to use transform mode of typia in the yarn berry. Therefore, to inform it and recommend not to use yarn berry in typia, I've changed setup wizard program. This change would be rolled back when ts-patch starts supporting the yarn berry.

Also, yarn berry does not support the npm run prepare command. I think this nonsensible story because the npm run prepare command is a standard feature of NPM, but this is the reality, so I can't help it. By the way, if ts-patch starts supporting yarn berry, configuring npm run prepare command by setup wizard can be a big problem. So, I've changed setup wizard to use npm run postinstall command instead of the previous npm run prepare command.

What's Changed

New Contributors

Full Changelog: v4.1.16...v4.2.0

Don't miss a new typia release

NewReleases is sending notifications on new releases.