Releases: yarnpkg/yarn
v0.17.8
v0.17.7
v0.17.6
v0.17.5
v0.17.4
v0.17.3
-
Skip setting hash if hash was not set previously (#1871)
Thomas Schaaf - Wed, 16 Nov 2016 21:15:04 +0000
-
Create lockfile when missing even when integrity hash matches (#1888)
Neil Kistner - Wed, 16 Nov 2016 21:11:17 +0000
-
Fix global add linking issue (#1889)
Rifat Nabi - Wed, 16 Nov 2016 21:10:53 +0000
v0.17.2
-
reverted Nested executables #1210 to fix #1823 (#1867)
Konstantin Raev - Tue, 15 Nov 2016 22:21:06 +0000
-
Fix
expected manifest
on global add (#1840)Rifat Nabi - Tue, 15 Nov 2016 22:20:56 +0000
-
Don't output list if all dependencies are up to date (upgrade-interactive) - fixes #1843 (#1846)
Sebastian McKenzie - Tue, 15 Nov 2016 22:20:47 +0000
v0.17.0
-
Replace
.includes
with.indexOf
for older Node 4 versions (#1813)Neil Kistner - Mon, 14 Nov 2016 10:37:01 -0600
-
Add support for 'ca' config file option (#1742)
vvm-broadsoft - Mon, 14 Nov 2016 14:08:37 +0000
-
Allow token replacement of .npmrc configuration with env vars (#1207)
Chris Trevino - Mon, 14 Nov 2016 13:16:59 +0000
-
Fix
yarn ls [package]
command to filter properly (#1792)Neil Kistner - Mon, 14 Nov 2016 10:12:25 +0000
-
making link command warn instead of throw an error if (#1793)
Jake Goldsborough - Mon, 14 Nov 2016 10:11:58 +0000
link is already registered
-
Fix
yarn run [script] [-- <args>]
command usage (#1788)Neil Kistner - Mon, 14 Nov 2016 10:09:25 +0000
-
Update outdated condition in upgrade-interactive (#1791)
Rifat Nabi - Mon, 14 Nov 2016 10:09:08 +0000
-
Fix cli aliases test (#1789)
Neil Kistner - Fri, 11 Nov 2016 13:20:29 -0600
-
rename update command to upgrade-interactive
Sebastian McKenzie - Fri, 11 Nov 2016 18:40:22 +0000
-
Make existence of manifest optional when performing lifecycle wrapping - fixes #1747 (#1787)
Sebastian McKenzie - Fri, 11 Nov 2016 18:38:19 +0000
-
fix readme detection (#1533)
-
Delay visibility propagation until deps are known (#1739)
Jan Olaf Krems - Fri, 11 Nov 2016 18:33:27 +0000
Fixes #761
-
lockfile is rewritten only if there are substantial changes (#1712)
Konstantin Raev - Thu, 10 Nov 2016 17:26:28 +0000
-
Fix: Need to remove file: from the prefix, not the suffix. (#1775)
shahmirn - Thu, 10 Nov 2016 16:30:19 +0000
-
Fixed integrity hash generation for add command (#1757)
Konstantin Raev - Thu, 10 Nov 2016 16:03:26 +0000
-
Use deterministic sort (fixes #1308) (#1755)
Andres Suarez - Thu, 10 Nov 2016 10:55:53 +0000
-
made integrity hash to be generated based on lockfile entries, not lockfile content (#1708)
Konstantin Raev - Wed, 9 Nov 2016 15:29:04 +0000
-
Create blank package.json during end-to-end tests to work around #1747 (#1748)
Daniel Lo Nigro - Tue, 8 Nov 2016 21:46:17 -0800
-
Fix --mutex (#1717)
Peter Ebden - Mon, 7 Nov 2016 14:58:40 +0000
-
add depth specification to ls (#1463)
Nick Olinger - Mon, 7 Nov 2016 08:08:43 -0600
-
Change all console format grey to dim fixes #1699 (#1702)
Aaron Tribou - Sun, 6 Nov 2016 14:37:43 -0800
Add updated jest snapshot for ConsoleReporter
-
Fix
yarn outdated
when current is greater than latest (#1696)Neil Kistner - Sun, 6 Nov 2016 17:38:00 +0000
-
Fix flags for
yarn add
command (#1701)Neil Kistner - Sun, 6 Nov 2016 17:05:32 +0000
-
Fix
yarn upgrade <package>
command to store version in lockfile (#1691)Neil Kistner - Fri, 4 Nov 2016 17:51:58 +0000
-
support yarn-offline-mirror in .yarnrc (#1131)
Stephan Schneider - Fri, 4 Nov 2016 15:45:13 +0000
-
fix bugs with hash cache folder names
Sebastian McKenzie - Fri, 4 Nov 2016 14:57:37 +0000
-
Prevent parallel writes to the same destination (#1665)
enoshixi - Fri, 4 Nov 2016 13:43:13 +0000
-
Use ~/.config/yarn and ~/.cache/yarn on Unix systems - fixes #1672 (#1679)
Sebastian McKenzie - Fri, 4 Nov 2016 13:41:34 +0000
-
Properly save dependency with
yarn upgrade [dependency]
command (#1620)Neil Kistner - Fri, 4 Nov 2016 13:28:14 +0000
-
Add remote hash to cache folder name to prevent registry collisions (#1641)
Sebastian McKenzie - Fri, 4 Nov 2016 10:16:25 +0000
-
Add --no-bin-links flag - fixes #929 (#1651)
Sebastian McKenzie - Thu, 3 Nov 2016 16:32:02 +0000
-
Add option to change the prefix of the global bin folder - fixes #630 (#1654)
Sebastian McKenzie - Thu, 3 Nov 2016 16:31:53 +0000
-
patterns -> filteredPatterns
Sebastian McKenzie - Thu, 3 Nov 2016 14:34:22 +0000
-
Change reporter.log to console.log in generate-lock-entry command - fixes #644 (#1652)
Sebastian McKenzie - Thu, 3 Nov 2016 14:05:36 +0000
-
Fixed add command flag (#1653)
Dhruvdutt Jadhav - Thu, 3 Nov 2016 14:05:28 +0000
-
Nested executables fix (#1210)
Jonathan Kim - Thu, 3 Nov 2016 11:48:01 +0000
-
Added short-flags for yarn add (#1618)
Dhruvdutt Jadhav - Thu, 3 Nov 2016 11:47:01 +0000
-
Add name lookups to ls command - fixes #1599 (#1643)
Sebastian McKenzie - Thu, 3 Nov 2016 11:46:34 +0000
-
Refine flow type for config.generateHardModulePath (#1642)
Sebastian McKenzie - Thu, 3 Nov 2016 11:27:39 +0000
-
Use ~/Library/Caches as default cache location on OSX - fixes #1637 (#1638)
Sebastian McKenzie - Thu, 3 Nov 2016 10:48:32 +0000
-
Update aliases.js (#1635)
Nitesh Sarode - Thu, 3 Nov 2016 10:17:27 +0000
-
Adding 'yarn global upgrade'(Issue #776) (#1616)
Pushkaraj Shinde - Wed, 2 Nov 2016 14:06:30 +0000
-
Show error message in stdout. (#1502)
Jeffrey van Hoven - Wed, 2 Nov 2016 12:05:31 +0000
-
Nicer permission errors when trying to write global binaries - fixes #1578 (#1592)
Sebastian McKenzie - Wed, 2 Nov 2016 12:04:08 +0000
-
Support scoped packages in why command - fixes #1529 (#1593)
Sebastian McKenzie - Wed, 2 Nov 2016 12:03:35 +0000
-
ignore trailing arguments for pre and post scripts - fixes #1595 (#1596)
Sebastian McKenzie - Wed, 2 Nov 2016 11:54:10 +0000
-
Fix file protocol referencing local tarball - fixes #639 (#1591)
Sebastian McKenzie - Tue, 1 Nov 2016 14:02:55 +0000
-
Normalise config booleans - fixes #1292 (#1590)
Sebastian McKenzie - Tue, 1 Nov 2016 13:12:10 +0000
-
correctly save exotics - fixes #1532 (#1589)
Sebastian McKenzie - Tue, 1 Nov 2016 12:05:21 +0000
-
Enable using TLS client certificates for communicating with private repositories (#1588)
Chris Northwood - Tue, 1 Nov 2016 11:57:33 +0000
-
disallow camelised command names - fixes #1530 (#1586)
Sebastian McKenzie - Tue, 1 Nov 2016 11:57:15 +0000
-
Add installationMethod property to package.json (#1557)
Daniel Lo Nigro - Tue, 1 Nov 2016 10:54:12 +0000
-
Rename 'manifestPotentialType' to 'manifestPotentialTypo' (#1575)
Krzysztof Zbudniewek - Tue, 1 Nov 2016 10:30:23 +0000
-
[git] Upgrade to secure url if possible (#1492)
Yunxing Dai - Mon, 31 Oct 2016 10:34:07 -0700
https://github.com/yarnpkg/yarn/pull/1365/files introduced a fix to enforce
secure protocols. This unfortunately broke a lot of packages we have which
depend on the 'git' protocol ('npm show @opam-alpha/core').
Instead of refusing to work when a unsecure protocol is provided, maybe a
better way here is to automatically upgrade to a secure url. -
allow blank prefix (#1559)
James Kyburz - Mon, 31 Oct 2016 14:17:56 +0000
-
Make
.git
suffix optional for hosted git (#1527)Claudio Bley - Mon, 31 Oct 2016 14:14:21 +0000
When a github URL is used in a
package.json
file which has a.git
suffix
attached to its repository name, resolution fails with an error:TypeError: Cannot read property 'split' of undefined at Function.parseRefs (/usr/local/Cellar/yarn/0.16.0/libexec/lib/node_modules/yarn/lib/util/git.js:439:20) at /usr/local/Cellar/yarn/0.16.0/libexec/lib/node_modules/yarn/lib/resolvers/exotics/hosted-git-resolver.js:138:50 ...
for e.g.
https://github.com/gulpjs/gulp.git
.
This was causes by an extraneous.git
suffix appended to the URL by
the
resolver.
Fixes #1287 -
Use reporter for error messages on fetchers and config (#1560)
Mauricio Saglietto - Mon, 31 Oct 2016 14:13:24 +0000
-
Return SSH URL format for getGitSSHUrl (#1081)
Dhi Aurrahman - Mon, 31 Oct 2016 14:11:49 +0000
-
Do not follow redirect for HostedGitResolver#hasHTTPCapability (#1558)
Dhi Aurrahman - Mon, 31 Oct 2016 14:10:42 +0000
-
Add
--nightly
flag to install script (#1554)...
v0.16.1
v0.16.0
-
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
-
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 devDependenciesChris 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@...