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
base: v0.8.1
Choose a base ref
...
head repository: shelljs/shelljs
compare: v0.8.2
Choose a head ref
  • 8 commits
  • 35 files changed
  • 5 contributors

Commits on Jan 20, 2018

  1. Configuration menu
    Copy the full SHA
    bbcfa5c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. chore: update contributing guidelines (#817)

    This updates some contributing guidelines:
    
     * Defer to ISSUE_TEMPLATE.md for filing bugs
     * Mention eslint and how to automatically fix style mistakes
    nfischer committed Jan 25, 2018
    1 Configuration menu
    Copy the full SHA
    2271080 View commit details
    Browse the repository at this point in the history
  2. chore(lint): don't allow excess trailing newlines (#816)

    * chore(lint): don't allow excess trailing newlines
    
    This enforces that files should not end with blank lines (i.e. more than
    one trailing newline). The `eol-last` rule (inherited from airbnb's
    config) already enforces that files end in at least one trailing
    newline, so adding this rule enforces that it ends in exactly 1.
    
    See https://eslint.org/docs/rules/no-multiple-empty-lines and
    https://eslint.org/docs/rules/eol-last for more information.
    
    Inspired by #809.
    
    * add maxBOF
    nfischer committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    62ce4ba View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Remove separate "internal error" from exec (#802)

    * Remove separate "internal error" from exec
    
    * Fix unknown command error regex
    
    * Add message about command not found regex
    
    * Silence errors while reading files in exec
    
    The stdout and stderr files may never be opened or written to in certain
    circumstances. In particular, if the timeout is short enough, the child
    node process does not have enough time to start, and the child script
    does not execute, so the files are not written to. So, catch errors form
    trying to read the files, and ignore them.
    
    * Do not silence errors due to short timeouts
    
    * Simplify test regex for missing command
    
    * Default error code to 1 if not set
    freitagbr committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    9077f41 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. docs: fix typos and adjust markdown formatting (#825)

    Miscellaneous docs/markdown changes. No change to logic.
    Zearin authored and nfischer committed Feb 20, 2018
    1 Configuration menu
    Copy the full SHA
    9035b27 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Workaround codecov bug of miscalculation of coverage (#795) (#838)

    This fixes #795 (actually, workarounds it.)
    For detail, please refer to the issue.
    dwi2 authored and nfischer committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d7b6a1f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    3ce805e View commit details
    Browse the repository at this point in the history
  2. 0.8.2

    nfischer committed May 8, 2018
    Configuration menu
    Copy the full SHA
    3b266d0 View commit details
    Browse the repository at this point in the history