Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3.x #453

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

V3.x #453

wants to merge 6 commits into from

Commits on Jan 8, 2017

  1. refactor(git): use execa to invoke git

    Use the execa library when invoing git
    LinusU committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    a0752b4 View commit details
    Browse the repository at this point in the history
  2. fix(commitizen): fix bug when trying to read stdout

    On my system `stdout` was undeifned and resulted in "Cannot read property 'trim' of undefined".
    Switching this code to also use execa fixes that issue.
    LinusU committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    b191795 View commit details
    Browse the repository at this point in the history
  3. chore: drop support for Node.js 0.12

    BREAKING CHANGE: Node.js 0.12 is no longer supported
    LinusU committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    d0772db View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. feat(commit): print deprecation warning when using provided inquirer (#…

    …416)
    
    Adapters should depend directly on inquirer instead of using the one provided by us.
    LinusU authored and jimthedev committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    4783f4b View commit details
    Browse the repository at this point in the history
  2. refactor(configLoader): remove deprecated czConfig (#417)

    BREAKING CHANGE: czConfig is no longer read for config
    LinusU authored and jimthedev committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    3a3d10d View commit details
    Browse the repository at this point in the history
  3. fix(hooks): remove ghooks in favor of husky

    This replaces ghooks with husky. ghooks is deprecated in favor of husky. Contributors may need to
    
    For commitizen developers, you need to do the following:
    
    1. rm -rf .git/hooks
    2. rm -rf node_modules
    3. run npm install.
    
    Closes #410
    jimthedev committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    bc2b6cb View commit details
    Browse the repository at this point in the history