All Versions
27
Latest Version
Avg Release Cycle
39 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.21.1
December 11, 2019 -
v1.21.0
December 01, 2019 -
v1.20 Changes
- 🖨 Prints workspace names with
yarn workspaces
(silence with-s
)
- Implements
yarn init --install <version>
- 🖨 Prints workspace names with
-
v1.19.2 Changes
November 22, 2019- Folders like
.cache
won't be pruned from thenode_modules
after each install.
- Correctly installs workspace child dependencies when workspace child not symlinked to root.
- 👉 Makes running scripts with Plug'n Play possible on node 13.
- 🔄 Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.
- Folders like
-
v1.19.1 Changes
October 08, 2019Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.
- Computes the
--modules-folder
& friends paths based on the cwd.
- Stores the sha512 in the cache even when not provided by the server.
#7591 - Maël Nison / #7595 - Michael
- 👉 Uses the right Node binary when using
yarn-path
.
- Computes the
-
v1.19.0 Changes
Important: This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the Offline Mirror feature. After that everything will be back to normal.
- 🛠 Fixes a potential vulnerability regarding how the build artifacts are stored
Reported by ChALkeR, fixed by Maël Nison
-
v1.18.0 Changes
- Suggests using the Yarn 2 development trunk on PnP-enabled projects
- 📦 Preserves linked packages when calling
yarn create
- 🛠 Fixes the offline mirror filenames when using Verdaccio
- 🛠 Fixes using
link:.
to refer to the package folder
- ⚙ Runs the
prepare
lifecycle of git dependencies even ifNODE_ENV
is set toproduction
.
- 🛠 Fixes the
postversion
lifecycle method not being called when using--no-git-tag-version
.
- 📦 Ignores potentially large vscode keys in package.json to avoid E2BIG errors.
- Enforces https for the Yarn and npm registries.
- ➕ Adds support for reading
yarnPath
from v2-produced.yarnrc.yml
files.
-
v1.17.0 Changes
- ➕ Adds prereleases flags and prerelease identifier to
yarn version
.
- 🛠 Fixes audits when used with
yarn add
&yarn upgrade
- ➕ Adds support for the
--offline
flag toyarn global add
- 📜 Yarn will tolerate Yaml at parse time. Full support isn't ready yet and will only come at the next major.
- 🛠 Fixes a bug when using the
link:
protocol with a folder that doesn't contain apackage.json
- ➕ Adds prereleases flags and prerelease identifier to
-
v1.16.0 Changes
- 📦 Retries downloading a package on
yarn install
when we get a ETIMEDOUT error.
- Implements
yarn audit --level [severity]
flag to filter the audit command's output.
- Implements
yarn audit --groups group_name [group_name ...]
.
- 🔦 Exposes the script environment variables to
yarn create
spawned processes.
- 🖨 Prevents EPIPE errors from being printed.
- ➕ Adds support for the npm enterprise URLs when computing the offline mirror filenames.
- 📜 Tweaks the lockfile parser logic to parse a few extra cases
- 📦 Retries downloading a package on
-
v1.15.2 Changes
🚀 The 1.15.1 doesn't exist due to a release hiccup.
- ⏪ Reverts a behavior causing boggus interactions between PowerShell and
yarn global
- 🛠 Fixes a bug where non-zero exit codes were converted to a generic 1 when running
yarn run
- 🛠 Fixes production / development reporting when running
yarn audit
- ⏪ Reverts a behavior causing boggus interactions between PowerShell and