-
Notifications
You must be signed in to change notification settings - Fork 744
Comparing changes
Open a pull request
base repository: shelljs/shelljs
base: v0.7.7
head repository: shelljs/shelljs
compare: v0.7.8
- 13 commits
- 34 files changed
- 5 contributors
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b9201eb - Browse repository at this point
Copy the full SHA b9201ebView commit details
Commits on Mar 31, 2017
-
Small clarification of verbose flag (#691)
* small clarification of verbose flag * nfischer's documentation suggestion * verbose flag documentation in source file
1Configuration menu - View commit details
-
Copy full SHA for 80d590e - Browse repository at this point
Copy the full SHA 80d590eView commit details
Commits on Apr 15, 2017
-
Refactor: Use process.platform across codebase (#689)
* Use process.platform across codebase * Use process.platform in tests
Configuration menu - View commit details
-
Copy full SHA for e12da9d - Browse repository at this point
Copy the full SHA e12da9dView commit details -
Remove contents of symlink to dir with rm -rf (#688)
* rm -rf on a symlink to a dir deletes contents * Fix comment typo * Clarify comments * Pass symlink directly to rmdirSync * Skip rm -rf symlink test on windows
Configuration menu - View commit details
-
Copy full SHA for 7feabda - Browse repository at this point
Copy the full SHA 7feabdaView commit details -
refactor: remove unnecessary common.js imports (#703)
No change in logic. This removes unnecessary imports of `common.js` in favor of the `shell` package.
Configuration menu - View commit details
-
Copy full SHA for d8ac4d3 - Browse repository at this point
Copy the full SHA d8ac4d3View commit details -
Fix #631 throw error when overwriting recently created file (#702)
Configuration menu - View commit details
-
Copy full SHA for bbe521b - Browse repository at this point
Copy the full SHA bbe521bView commit details
Commits on May 3, 2017
-
Fix common.expand error (#709)
* When glob.sync errors, return original array element * Add test for cp with empty string
Configuration menu - View commit details
-
Copy full SHA for 92d3f39 - Browse repository at this point
Copy the full SHA 92d3f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 951ff22 - Browse repository at this point
Copy the full SHA 951ff22View commit details
Commits on May 9, 2017
-
Properly handle directories as arguments (#713)
* fix(cat): do not cat directories Fixes #707 * fix(head): do not let head() read directories Also fixes a typo * fix(sort): do not sort directories Also fixes a typo * fix(tail): do not let tail() read directories Also fixes a typo * fix(uniq): do not let uniq() read directories We also had a test which called sort() instead of uniq(), so we never actually tested the missing-file case. This fixes that as well. This also throws an error for using a directory as output. * fix(pipe): fix breakages with piped commands
Configuration menu - View commit details
-
Copy full SHA for a2e13b6 - Browse repository at this point
Copy the full SHA a2e13b6View commit details
Commits on May 16, 2017
-
fix(mkdir): improve error handling around files (#721)
* fix(mkdir): improve error handling around files In particular, this fixes: - if we try to overwrite a file with a mkdir - if we try to create a subdirectory of a file - adds `continue: true` in spots where we missed it Fixes #720 * Fixing tests on Windows
Configuration menu - View commit details
-
Copy full SHA for 15558cf - Browse repository at this point
Copy the full SHA 15558cfView commit details
Commits on Jun 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bbd8178 - Browse repository at this point
Copy the full SHA bbd8178View commit details
Commits on Jun 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a66e338 - Browse repository at this point
Copy the full SHA a66e338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3864567 - Browse repository at this point
Copy the full SHA 3864567View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.7...v0.7.8