10000 Comparing v2.10.0...v2.11.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.10.0
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.11.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 10 contributors

Commits on Jun 19, 2017

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

Commits on Jun 23, 2017

  1. version bump 2.10.0

    abetomo authored and segfaultmedaddy committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    8870675 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

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

Commits on Jun 26, 2017

  1. Add .vscode directory to .gitignore (Visual Studio Code metadata)

    Cedric Reichenbach authored and segfaultmedaddy committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    add00ad View commit details
    Browse the repository at this point in the history
  2. Support setting name in #name function and make it chainable

    Similar to #description, #name now behaves like a setter when
    given an argument, and like a setter otherwise.
    Cedric Reichenbach authored and segfaultmedaddy committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    57bc3ba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    85450a0 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    78c563d View commit details
    Browse the repository at this point in the history
  3. Upgrade package version

    Since old nodejs are no longer supported
    abetomo authored and segfaultmedaddy committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    b00b6aa View commit details
    Browse the repository at this point in the history
  4. Remove engines

    abetomo authored and segfaultmedaddy committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    14c2c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6106f10 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Fix translation errors. (#570)

    HakurouKen authored and abetomo committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    f2eb7e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Fixed #37, --help should not display first (#447)

    Victor Johnson authored and abetomo committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    3c2fd5c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. feature: support for signals to subcommands (#632)

    * add basic subcommand signal tests and fixture
    
    These tests verify that a signal sent to the process is correctly propagated to the subcommand
    
    * add propagation of supported signals to subcommands
    
    Choice of supported signals: https://nodejs.org/api/process.html#process_signal_events
    
    * increase timeout for subcommand signal handling for better success rate
    
    * increase timeout for subcommand spawn for better success rate in tests
    
    * make pm-listen fixture executable
    
    * finetune SIGUSR1 test for possible warning from node
    ThomasSimoens authored and abetomo committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    1e4c689 View commit details
    Browse the repository at this point in the history
  2. Fix help section order and padding (#652)

    * Change help section order
    
    Fixes #500
    
    Previous display order :
    
    Usage > Commands > Description > Options
    
    New display order:
    
    Usage > Description > Options > Commands
    
    * Fix inconsistent padding between help sections
    ValentinTrinque authored and segfaultmedaddy committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    14e5738 View commit details
    Browse the repository at this point in the history
  3. Version bump 2.11.0 (#657)

    * version bump 2.11.0
    
    * Add line feed for format unification
    abetomo authored Jul 3, 2017
    Configuration menu
    Copy the full SHA
    30535a6 View commit details
    Browse the repository at this point in the history
Loading
0