Skip to content

Releases: yarnpkg/yarn

v0.16.0

18 Oct 15:59

Choose a tag to compare

  • Convert "yarn" executable to a shell script that runs either "node" or "nodejs" (#1180)

    Daniel Lo Nigro - Tue, 18 Oct 2016 16:30:51 +0100

    Also fixes Cygwin.
    Closes #1142
    Closes #819

  • Add support for usernames in git resolver (#934)

    Dan Harper - Tue, 18 Oct 2016 14:54:45 +0100

  • Improve 'Usage' docs for upgrade command.

    Mark Stosberg - Tue, 18 Oct 2016 14:52:23 +0100

    Before: Usage: [command] [flags] After: Usage: upgrade [flags]

  • Don't create .yarnclean if it already exists (#1188)

    Mario - Tue, 18 Oct 2016 14:34:36 +0100

  • Fix self-update (#676)

    Daniel Tschinder - Mon, 17 Oct 2016 15:55:45 +0100

  • refactor how we rehydrate an install instance fixing the --production flag in yarn licenses - fixes #1103 (#1104)

    Sebastian McKenzie - Mon, 17 Oct 2016 11:35:46 +0100

  • Add docs link to npm-shrinkwrap.json warning (#1141)

    Brandon Mills - Mon, 17 Oct 2016 11:35:34 +0100

    Fixes #1069

  • Support auth for private npm packages (#1146)

    Devon Govett - Mon, 17 Oct 2016 15:38:22 +0900

    Sends the auth token for scoped packages, which may be private. Fixes #1134 and
    #521.

  • Add %LocalAppData%\Yarn.bin to PATH as part of installation (#1129)

    Daniel Lo Nigro - Sun, 16 Oct 2016 22:36:29 -0700

    • Add %LocalAppData%\Yarn.bin to PATH as part of installation
    • Add LocalAppData path to user environment rather than system environment
  • Fix obsolete-relation-form lint in Debian package

    Daniel Lo Nigro - Sat, 15 Oct 2016 20:17:06 -0700

    < is deprecated for Debian packages, need to use << instead.
    https://lintian.debian.org/tags/obsolete-relation-form.html

  • Change DEB nodejs relation from Depends to Recommends (#916)

    Peter Petrov - Sat, 15 Oct 2016 20:16:15 -0700

  • Fix git resolver so isVersion matches git+https and the lke (#1107)

    Jason Palmer - Sat, 15 Oct 2016 21:21:04 +0100

    Change-Id: I63c9edd331e268e753382313cd7db11361762e0e

  • +x on bin/yarnpkg

    Sebastian McKenzie - Sat, 15 Oct 2016 20:58:22 +0100

  • Only write escape sequences to a TTY (#766)

    Max Nordlund - Sat, 15 Oct 2016 20:16:36 +0100

  • spoof supportsColor too

    Sebastian McKenzie - Sat, 15 Oct 2016 20:16:17 +0100

  • add bin/yarnpkg

    Sebastian McKenzie - Sat, 15 Oct 2016 20:08:03 +0100

  • add yarnpkg bin alias

    Sebastian McKenzie - Sat, 15 Oct 2016 20:05:53 +0100

  • prefer local config to home and home to global (#951)

    Ryan Stelly - Sat, 15 Oct 2016 19:41:57 +0100

  • add timeouts

    Sebastian McKenzie - Sat, 15 Oct 2016 19:15:16 +0100

  • Custom CA trust store with config option 'cafile' (#736)

    Carl Henrik Lunde - Sat, 15 Oct 2016 18:59:38 +0100

    Add support for local registries with TLS/SSL certificates issued by
    private
    CAs certificates or self-signed certificates.
    References #606, #631

  • Support npmrc for private registries and auth (#839)

    Devon Govett - Sat, 15 Oct 2016 18:54:39 +0100

  • add option to disable emoji (#922)

    Jake Basile - Sat, 15 Oct 2016 18:37:12 +0100

  • Add support for strict-ssl config (#1025)

    Tommy Graves - Sat, 15 Oct 2016 18:09:08 +0100

  • Fixed config resolution (#1024)

    Tommy Graves - Sat, 15 Oct 2016 18:08:30 +0100

  • Preserve any subsequent '/' after user/repo split (#1023)

    Troy DeMonbreun - Sat, 15 Oct 2016 18:00:03 +0100

  • Nicer unexpected error handling (#1097)

    Sebastian McKenzie - Sat, 15 Oct 2016 15:39:17 +0100

  • respect indent of manifest if detectable when modifying - fixes #1091 (#1098)

    Sebastian McKenzie - Sat, 15 Oct 2016 15:19:49 +0100

  • Remove duplicate team display (#1079)

    Neil Kistner - Sat, 15 Oct 2016 14:42:00 +0100

  • Ensure arguments to yarn team <cmd> before going further (#1080)

    Neil Kistner - Sat, 15 Oct 2016 10:31:32 +0100

  • Enable ability to run yarn upgrade [package] (#1077)

    Neil Kistner - Sat, 15 Oct 2016 10:30:00 +0100

  • Set umask to 0022 so file permissions are correct (#1089)

    Daniel Lo Nigro - Sat, 15 Oct 2016 00:40:09 -0700

  • Fix obsolete-relation-form lint in Debian package

    Daniel Lo Nigro - Fri, 14 Oct 2016 23:08:51 -0700

    < is deprecated for Debian packages, need to use << instead.
    https://lintian.debian.org/tags/obsolete-relation-form.html

  • Enable gzip compression

    Konrad Dzwinel - Fri, 14 Oct 2016 19:03:34 -0700

  • change BaseReporter.getTotalTime to check type rather than value

    Sebastian McKenzie - Fri, 14 Oct 2016 22:21:26 +0100

  • update request cache

    Sebastian McKenzie - Fri, 14 Oct 2016 22:11:26 +0100

  • disable package-resolver tests

    Sebastian McKenzie - Fri, 14 Oct 2016 22:02:17 +0100

  • use chalk.styles rather than ansi-styles

    Sebastian McKenzie - Fri, 14 Oct 2016 21:47:27 +0100

  • ensure consistency across environments for console reporter test

    Sebastian McKenzie - Fri, 14 Oct 2016 21:42:15 +0100

  • Change DEB nodejs relation from Depends to Recommends (#916)

    Peter Petrov - Fri, 14 Oct 2016 10:52:07 -0700

  • Do not exit 1 if yarn already installed (#829)

    Alexander Vagin - Fri, 14 Oct 2016 18:42:57 +0100

    I think it's bad idea to exit 1 in this case - because this script can't be
    used in pipeline or in ansible. Throwing exception breaks next movements. If
    Yarn already installed this script - it will warn and normally exited with exit
    code 0.
    What do you think?

  • Improve flow coverage (#890)

    Vladimir Kurchatkin - Fri, 14 Oct 2016 18:41:06 +0100

  • remove dead alwaysFlatten code

    Sebastian McKenzie - Fri, 14 Oct 2016 18:39:02 +0100

  • Make yarn why more accurate (#1028)

    Krzysztof Zbudniewek - Fri, 14 Oct 2016 19:55:51 +0900

  • fix(engines): Suppress 'rhino' as invalid engine. (#1004)

    Samuel Reed - Thu, 13 Oct 2016 08:17:35 -0700

    Fixes #1003

  • Fix test for yarn init --yes (#1005)

    Krzysztof Zbudniewek - Thu, 13 Oct 2016 16:09:22 +0100

    Fixes #997.

  • Add node shebang to single JS builds (#915)

    Ekin Koc - Thu, 13 Oct 2016 11:33:20 +0100

  • fix(packageLinker): ensure dir before symlinking bin (#975)

    Kasper Lewau - Thu, 13 Oct 2016 09:52:15 +0100

  • When rendering spinners, only clear to the right of the cursor instead of the whole line (#959)

    Daniel Lo Nigro - Thu, 13 Oct 2016 14:14:44 +0900

  • Fix 'yarn cache dir' by using config.cacheFolder (#938)

    Enrique - Thu, 13 Oct 2016 11:18:21 +0900

  • fix(config): show proper command for yarn help config (#940)

    Andrew Goode - Thu, 13 Oct 2016 11:17:35 +0900

  • Add pre and post install script calls (#800)

    Ryan Stelly - Wed, 12 Oct 2016 19:40:04 +0100

  • Move babel-plugin-transform-inline-imports-commonjs to devDependencies

    Chris Shepherd - Wed, 12 Oct 2016 11:30:44 -0700

  • Add mkdirp to create a @<scope> folder before doing symlink so that yarn link works (#910)

    Oscar A. Funes Martinez - Wed, 12 Oct 2016 19:27:52 +0100

  • Add single resolved version to flattenedPatterns instead of patterns (#894)

    Bouke van der Bijl - Wed, 12 Oct 2016 19:23:01 +0100

  • increase the timeout for long running tests (#905)

    Rusty Toms - Wed, 12 Oct 2016 19:22:32 +0100

    These tests seem to take a long time in mac os

  • add cache dir command to output path to cache directory - fixes #654 (#880)

    Sebastian McKenzie - Wed, 12 Oct 2016 15:00:15 +0100

  • Rename packagesRoot option to cacheFolder - fixes #831 (#881)

    Sebastian McKenzie - Wed, 12 Oct 2016 22:56:55 +0900

  • fix tgz glob for powershell build (echo #729 fix) (#793)

    Ryan Stelly - Wed, 12 Oct 2016 14:33:31 +0100

  • properly retrieve yarn directories

    Sebastian McKenzie - Wed, 12 Oct 2016 14:15:53 +0100

  • Increase git clone depth to 10 (#876)

    [Hiro Asari](mailto:asari.ruby@...

Read more

Public release

11 Oct 14:03

Choose a tag to compare

v0.15.0

0.15.0

v0.14.3

05 Oct 18:38

Choose a tag to compare

0.14.3

v0.14.2

05 Oct 18:04

Choose a tag to compare

0.14.2

v0.14.1

04 Oct 17:59

Choose a tag to compare

another fix

v0.14.0

03 Oct 14:18

Choose a tag to compare

0.14.0

v0.13.6

30 Sep 13:05

Choose a tag to compare

0.13.6

v0.13.5

23 Sep 14:26

Choose a tag to compare

0.13.5

v0.13.4

21 Sep 15:16

Choose a tag to compare

0.13.4

v0.13.3

20 Sep 18:23

Choose a tag to compare

0.13.3