Changelog History
Page 1
-
v1.22.11 Changes
🛠 This version fixes a problem where Yarn wasn't forwarding SIGTERM to the binary spawned via
yarnPath
. It also makesyarn init -2
compatible with Corepack. The behaviour ofyarn init
(without-2
) doesn't change.🚀 Remember that Yarn 1.x won't receive further functional improvements. We recommend you to switch to the recently-released 3.0, and to ping us on Discord if you find issues when migrating (also check our Migration Guide).
-
v1.22.10 Changes
October 01, 2020(and prior)
Please check the changelog for details: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md
🚀 For technical reasons, no prebuilt artifacts will be generated for this release. Please use
npm install -g yarn
to install it. -
v1.22.7 Changes
🚀 This release doesn't change anything and was caused by a publish issue.
-
v1.22.6 Changes
🖨 Running
yarn init
with the-2
flag won't print theset version
output anymore.A new preinstall check will ensure that
npm install -g yarn
works even under Corepack. It doesn't have any effect on other setups.
-
v1.22.5 Changes
August 27, 2020- 🖨 Headers won't be printed when calling
yarn init
with the-2
flag
- Files with the
.cjs
extension will be spawned byyarnPath
using `execPath
- Generates local yarn verions as
.cjs
files when callingyarn set version
- 🏁 Sorts files when running
yarn pack
to produce identical layout on Windows and Unix systems
- 🖨 Headers won't be printed when calling
-
v1.22.4 Changes
March 09, 2020✅ Those versions didn't contain any changes and were just triggered by our infra while working on the tests.
-
v1.22.3
March 07, 2020 -
v1.22.2 Changes
March 07, 2020 -
v1.22.1 Changes
March 06, 2020- Prevents
yarn-path
from exiting before its child exited
- Generates relative paths when calling
yarn set version
- 👻 Throws an exception when the
.yarnrc.yml
file is invalid yaml
- Prevents
-
v1.22.0 Changes
February 05, 2020- 👍 Allows some dots in binary names again
- 👍 Better error handling on
yarn set version
- Passes arguments following
--
when running a workspace script (yarn workspace pkg run command -- arg
)
- 🛠 Fixes an issue where the archive paths were incorrectly sanitized
- Implements
yarn init -2
- Implements
yarn set version <version>
as an alias forpolicies set-version