Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shelljs/shelljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c80e2e
Choose a base ref
...
head repository: shelljs/shelljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dee29a0
Choose a head ref
  • 9 commits
  • 39 files changed
  • 2 contributors

Commits on Jul 22, 2016

  1. Configuration menu
    Copy the full SHA
    413bc79 View commit details
    Browse the repository at this point in the history
  2. 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
    joshi-sh authored and nfischer committed Jul 22, 2016
    Configuration menu
    Copy the full SHA
    3367e0c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2016

  1. Configuration menu
    Copy the full SHA
    bd6f96d View commit details
    Browse the repository at this point in the history
  2. 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
    nfischer authored Jul 23, 2016
    Configuration menu
    Copy the full SHA
    39fd6d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2016

  1. 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`
    nfischer authored and ariporad committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    7b984e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. 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.
    nfischer authored and ariporad committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    880d732 View commit details
    Browse the repository at this point in the history
  2. refactor: move option parsing into common.wrap() (#479)

    * refactor: move option parsing into common.wrap()
    
    * docs: update README
    nfischer authored and ariporad committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    e438e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7e6a8 View commit details
    Browse the repository at this point in the history
  4. 0.7.2

    nfischer committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    dee29a0 View commit details
    Browse the repository at this point in the history
Loading