8000 Comparing v2.15.1...v2.16.0 · tj/commander.js · GitHub
[go: up one dir, main page]

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: tj/commander.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.1
Choose a base ref
...
head repository: tj/commander.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 9 contributors

Commits on Apr 19, 2018

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

Commits on May 2, 2018

  1. fix tests

    - Many tests were not properly invoking assertion functions. Now they
      are.
    - Fixed one test then was then failing because of side-effects from
      previous test setups.
    - Made small changes in some setups to avoid potential false negatives.
    
    (Also: made a tiny unrelated code change to ensure Options always has
    boolean properties; does not change any behavior, but may help with
    debugging.)
    usmonster authored and segfaultmedaddy committed May 2, 2018
    Configuration menu
    Copy the full SHA
    dcddf69 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Merge pull request #791 from yausername/master

    updated readme with custom event listeners.
    segfaultmedaddy authored May 3, 2018
    Configuration menu
    Copy the full SHA
    988d09b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Update eslint to resolve vulnerabilities in lodash

    NearAutomata authored and segfaultmedaddy committed May 10, 2018
    Configuration menu
    Copy the full SHA
    001d560 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Fix types (#804)

    * Command#opts type is { [key: string]: any }.
    * Command#help's return type is never.
    blair authored and segfaultmedaddy committed May 21, 2018
    Configuration menu
    Copy the full SHA
    89edef0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

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

Commits on Jun 4, 2018

  1. fixed typo in readme

    yausername committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    55ff22f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Merge pull request #812 from yausername/fixReadme

    fixed typo in readme
    abetomo authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c05ed98 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2018

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

Commits on Jun 11, 2018

  1. Merge pull request #813 from DanielRuf/chore/remove-nodejs-4-add-node…

    …js-10
    
    chore: remove Node.js 4 (EOL), add Node.js 10
    abetomo authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    ff2f618 View commit details
    Browse the repository at this point in the history
  2. chore: cache node_modules

    DanielRuf authored and Daniel Ruf committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    6889693 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #814 from DanielRuf/chore/cache-node-modules

    chore: cache node_modules
    abetomo authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    77ffd4f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Merge pull request #807 from styfle/patch-1

    Add badge to display install size
    abetomo authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3b8e519 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    3f4f5ca View commit details
    Browse the repository at this point in the history
  2. Remove Makefile and test/run (#821)

    It becomes unnecessary in the following PR
    
    * Make 'npm test' run on Windows #820
    abetomo authored and segfaultmedaddy committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1f9354f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. version bump 2.16.0

    abetomo committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    8db14db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #822 from abetomo/version_bump_2.16.0

    version bump 2.16.0
    abetomo authored Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4cc348b View commit details
    Browse the repository at this point in the history
Loading
0