-
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.1
head repository: shelljs/shelljs
compare: v0.7.2
- 9 commits
- 39 files changed
- 2 contributors
Commits on Jul 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 413bc79 - Browse repository at this point
Copy the full SHA 413bc79View commit details -
feat(command): new command: uniq() (#453)
* Added uniq.js, need to add tests * Added basic tests for uniq.js * Implemented uniq and added tests * Generated docs for uniq * Fixed lint error * Added suport for -c and -d to uniq * Generated docs * Fixed formatting errors. Uniq now correctly returns empty string when output is specified * Added uniq to piped methods * Improved comment legibility * Cleaned up the pipeline * Added pipe test for uniq * Converted uniq pipe test file to use linux line endings * Fixed linting errors
Configuration menu - View commit details
-
Copy full SHA for 3367e0c - Browse repository at this point
Copy the full SHA 3367e0cView commit details
Commits on Jul 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bd6f96d - Browse repository at this point
Copy the full SHA bd6f96dView commit details -
Fix mkdir malformed path (#477)
* Added recurs. mkdir dirname() failure check. Prevents an infinite loop with malformed UNCs and/or permission problems. * Now call common.error() instead of throwing (mkdir). * refactor: clean up style
Configuration menu - View commit details
-
Copy full SHA for 39fd6d1 - Browse repository at this point
Copy the full SHA 39fd6d1View commit details
Commits on Jul 24, 2016
-
fix: mkdir for invalid perms does not kill process (#474)
* fix: mkdir for invalid perms does not kill process * Re-throw exception in case it isn't `EACCES`
Configuration menu - View commit details
-
Copy full SHA for 7b984e1 - Browse repository at this point
Copy the full SHA 7b984e1View commit details
Commits on Jul 25, 2016
-
fix: resolve a cylcic-dependency problem (#482)
If a plugin was imported before the ShellJS instance was created, the program would crash (common.register wouldn't be instantiated yet). Now plugins can be imported either before or after the ShellJS instance is created.
Configuration menu - View commit details
-
Copy full SHA for 880d732 - Browse repository at this point
Copy the full SHA 880d732View commit details -
refactor: move option parsing into common.wrap() (#479)
* refactor: move option parsing into common.wrap() * docs: update README
Configuration menu - View commit details
-
Copy full SHA for e438e61 - Browse repository at this point
Copy the full SHA e438e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7e6a8 - Browse repository at this point
Copy the full SHA 9c7e6a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee29a0 - Browse repository at this point
Copy the full SHA dee29a0View 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.1...v0.7.2