v1.3.0
Warning: this release might require you to update your Git version to >=2.13.0 (#4806)
-
Prevents a warning from being displayed on Node 9+ (#4816)
-
Fixes progress display on non-color tty (#4697)
-
Fix a bug where empty strings were converted into the cwd (#4700)
-
The
create
command now correctly forwards its arguments, likerun
(#4713) -
Uses exact filenames into the autoclean file rather than a full yml blacklisting (#4724)
-
Updates the fallback cache path to use a per-user cache (#4802)
-
Uses the
latest
tag when resolving the default version (#4804 / #4797) -
Adds a
yarn-init-private
setting option (#4377) -
Fixes an issue causing some terminals to glitch because of the progress bar (#4742)
-
Nested Yarn commands will now print their output as expected, but without the header and footer (they were previously completely silent) (#4811)
-
Fix an issue where Yarn wouldn't work correctly with Plink (#4806)
-
Yarn should no longer remove the symlinks when relinking the node_modules (#4757)
-
Yarn should now be able to support more Git urls than before (#4759)
-
Node native modules will now be rebuilt when the Node version changes (#4750)
-
Yarn now supports the
${HOME}
variable when used inside a npmrc file -
Fixes how binary links are generated when installing from inside a workspace (#4730)