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
- Fix #737 - remove cursing from random any type by @mmamedel in #745
- Fix #744 - change setup wizard to deprecate
yarn berry
. by @samchon in #747
New Contributors
Full Changelog: v4.1.16...v4.2.0