-
Notifications
You must be signed in to change notification settings - Fork 735
Comparing changes
Open a pull request
base repository: shelljs/shelljs
base: v0.8.2
head repository: shelljs/shelljs
compare: v0.8.3
- 20 commits
- 28 files changed
- 6 contributors
Commits on May 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97a4df8 - Browse repository at this point
Copy the full SHA 97a4df8View commit details
Commits on May 9, 2018
-
chore: update shelljs-release version (#846)
This bumps the version of our dependency, shelljs-release. I just cut the 3.0 release for shelljs-release, which contains support for the `--otp` flag, as well as the significant refactoring work we put in.
Configuration menu - View commit details
-
Copy full SHA for dd5551d - Browse repository at this point
Copy the full SHA dd5551dView commit details
Commits on May 10, 2018
-
chore(appveyor): do not use latest npm (#847)
This changes appveyor from using the latest npm version to only using the preinstalled npm version. This is safer, because it's guaranteed to be a compatible version. Fixes #844
Configuration menu - View commit details
-
Copy full SHA for 4733a32 - Browse repository at this point
Copy the full SHA 4733a32View commit details
Commits on May 11, 2018
-
chore: output npm version in travis (#850)
Knowing the `npm` version was a huge help to debugging issue #844. For some reason, we output this on appveyor but not on Travis. This PR fixes that.
Configuration menu - View commit details
-
Copy full SHA for aa9d443 - Browse repository at this point
Copy the full SHA aa9d443View commit details
Commits on Jun 27, 2018
-
Prevent require-ing bin/shjs (#848)
* Prevent require-ing bin/shjs * Move require guard up, and improve function name * Move require up and clarify comment
Configuration menu - View commit details
-
Copy full SHA for 93bbf68 - Browse repository at this point
Copy the full SHA 93bbf68View commit details
Commits on Jun 28, 2018
-
chore: bump dev dependencies and add package-lock (#864)
No change to logic. This reduces install spam by bumping codecov to avoid depending on a deprecated graceful-fs version, as well as adding a package-lock.json.
Configuration menu - View commit details
-
Copy full SHA for 72ff790 - Browse repository at this point
Copy the full SHA 72ff790View commit details -
fix(mocks): fix conflict between mocks and skip (#863)
This fixes a conflict between mocks.init() and utils.skipOnWin/skipOnUnix. mocks.init() mocks out process.stderr.write, which utils.js implicitly depends on. Instead, preserve stderr.write in a local variable to avoid polluting mocked stdio and to correctly output warning messages. Fixes #862 Test: locally apply mocks.init() inside test/which.js
Configuration menu - View commit details
-
Copy full SHA for 1dd437e - Browse repository at this point
Copy the full SHA 1dd437eView commit details
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 131b88f - Browse repository at this point
Copy the full SHA 131b88fView commit details
Commits on Jul 11, 2018
-
chore: rename some tests (#871)
No change to logic. This renames some tests to be a bit more readable.
Configuration menu - View commit details
-
Copy full SHA for 6d66a1a - Browse repository at this point
Copy the full SHA 6d66a1aView commit details
Commits on Jul 18, 2018
-
Fix(which): match only executable files (#874)
On Unix, this only matches files with the exec bit set. On Windows, this only matches files which are readable (since Windows has different rules for execution). Fixes #657.
Configuration menu - View commit details
-
Copy full SHA for 8dae55f - Browse repository at this point
Copy the full SHA 8dae55fView commit details
Commits on Jul 23, 2018
-
grep includes the i flag (#876)
grep includes the i flag to ignored upper/lower case differences
Configuration menu - View commit details
-
Copy full SHA for 4113a72 - Browse repository at this point
Copy the full SHA 4113a72View commit details
Commits on Oct 10, 2018
-
docs: remove gitter badge (#880)
No change to logic. We don't really use the gitter chatroom right now, so we shouldn't direct users to chat there. It's best to have issues reported directly on Github. This PR removes the gitter badge from the README.
Configuration menu - View commit details
-
Copy full SHA for d079515 - Browse repository at this point
Copy the full SHA d079515View commit details -
chore(appveyor): run entire test matrix (#886)
No change to logic. This changes appveyor to run the entire test matrix, even if a failure occurs early on. This is helpful for debugging.
Configuration menu - View commit details
-
Copy full SHA for 4e861db - Browse repository at this point
Copy the full SHA 4e861dbView commit details
Commits on Oct 27, 2018
-
chore(npm): add ci-or-install script (#896)
* chore(npm): add ci-or-install script This adds a script which checks the npm version and runs either `npm ci` or `npm install` based on support. This is primarily to work around an issue where `npm install` modifies `package-lock.json` for newer npm versions. A side benefit is that `npm ci` is slightly faster than `npm install`. Fixes #893
Configuration menu - View commit details
-
Copy full SHA for 37acb86 - Browse repository at this point
Copy the full SHA 37acb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3b781 - Browse repository at this point
Copy the full SHA 2b3b781View commit details
Commits on Nov 6, 2018
-
chore(ci): fix codecov on travis (#897)
Apparently, travis hasn't been uploading any coverage data this whole time. This fixes the command (copied from appveyor).
Configuration menu - View commit details
-
Copy full SHA for 4bd22e7 - Browse repository at this point
Copy the full SHA 4bd22e7View commit details
Commits on Nov 9, 2018
-
refactor: don't expose tempdir in common.state (#903)
Previously, the cached `tempdir` value was stored in `common.state`. Unlike the other `common.state` values, this isn't immediately useful to other commands (they can just call the tempdir API). So, this moves the cached value into `tempdir.js`. This also adds a unit test for the caching behavior, and exposes test-only helpers to verify this behavior. Finally, this adds a note to `common.state` that values should generally be considered read-only, since this can be important for customized behavior. Although, I recognize our code base has one exception to this rule (`echo()`), we should strive to maintain this. Fixes #902 Test: Added a unit test.
Configuration menu - View commit details
-
Copy full SHA for 6b3c7b1 - Browse repository at this point
Copy the full SHA 6b3c7b1View commit details
Commits on Nov 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0d5ecb6 - Browse repository at this point
Copy the full SHA 0d5ecb6View commit details -
Add test case for sed on empty file (#904)
As discussed as an aside in #900, add test case with an empty file.
Configuration menu - View commit details
-
Copy full SHA for db317bf - Browse repository at this point
Copy the full SHA db317bfView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for d4d1317 - Browse repository at this point
Copy the full SHA d4d1317View 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.8.2...v0.8.3