All Versions
27
Latest Version
Avg Release Cycle
39 days
Latest Release
-

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)

    #7722 - Orta

    • Implements yarn init --install <version>

    #7723 - Maël Nison

  • v1.19.2 Changes

    November 22, 2019
    • Folders like .cache won't be pruned from the node_modules after each install.

    #7699 - Maël Nison

    • Correctly installs workspace child dependencies when workspace child not symlinked to root.

    #7289 - Daniel Tschinder

    • 👉 Makes running scripts with Plug'n Play possible on node 13.

    #7650 - Sander Verweij

    • 🔄 Change run command to check cwd/node_modules/.bin for commands. Fixes run in workspaces.

    #7151 - Jeff Valore

  • v1.19.1 Changes

    October 08, 2019

    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.

    • Computes the --modules-folder & friends paths based on the cwd.

    #7607 - mbpreble

    • 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.

    #7592 - Maël Nison

  • 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

    #7512 - Maël Nison

    • 📦 Preserves linked packages when calling yarn create

    #7543 - Nick McCurdy

    • 🛠 Fixes the offline mirror filenames when using Verdaccio

    #7499 - xv2

    • 🛠 Fixes using link:. to refer to the package folder

    #7512 - Maël Nison

    • ⚙ Runs the prepare lifecycle of git dependencies even if NODE_ENV is set to production.

    #7398 - John Firebaugh

    • 🛠 Fixes the postversion lifecycle method not being called when using --no-git-tag-version.

    #7154 - Hampus Tågerud

    • 📦 Ignores potentially large vscode keys in package.json to avoid E2BIG errors.

    #7419 - Eric Amodio

    • Enforces https for the Yarn and npm registries.

    #7393 - Maël Nison

    • ➕ Adds support for reading yarnPath from v2-produced .yarnrc.yml files.

    #7350 - Maël Nison

  • v1.17.0 Changes

    • ➕ Adds prereleases flags and prerelease identifier to yarn version.

    #7336 - Daniel Seijo

    • 🛠 Fixes audits when used with yarn add & yarn upgrade

    #7326 - David Sanders

    • ➕ Adds support for the --offline flag to yarn global add

    #7330 - Francis Crick

    • 📜 Yarn will tolerate Yaml at parse time. Full support isn't ready yet and will only come at the next major.

    #7300 - Maël Nison

    • 🛠 Fixes a bug when using the link: protocol with a folder that doesn't contain a package.json

    #7337 - Maël Nison

  • v1.16.0 Changes

    • 📦 Retries downloading a package on yarn install when we get a ETIMEDOUT error.

    #7163 - Vincent Bailly

    • Implements yarn audit --level [severity] flag to filter the audit command's output.

    #6716 - Rogério Vicente

    • Implements yarn audit --groups group_name [group_name ...].

    #6724 - Tom Milligan

    • 🔦 Exposes the script environment variables to yarn create spawned processes.

    #7127 - Eli Perelman

    • 🖨 Prevents EPIPE errors from being printed.

    #7194 - Abhishek Reddy

    • ➕ Adds support for the npm enterprise URLs when computing the offline mirror filenames.

    #7200 - John Millikin

    • 📜 Tweaks the lockfile parser logic to parse a few extra cases

    #7210 - Maël Nison

  • 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

    #6954 - briman0094

    • 🛠 Fixes a bug where non-zero exit codes were converted to a generic 1 when running yarn run

    #6926 - Kyle Fang

    • 🛠 Fixes production / development reporting when running yarn audit

    #6970 - Adam Richardson