Skip to content

Latest commit

 

History

History
251 lines (113 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

251 lines (113 loc) · 8.59 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.4 (2019-10-11)

Bug Fixes

  • linter: Refactor to reduce complexity (6ab8fd9)

Features

  • questions: Skip questions from cz-config (1214d28)

0.8.3 (2019-07-12)

Bug Fixes

  • config: reads.cz-config.js filein root (814ebdf)
  • deps: update dependency execa to v2 (e7a84f5)
  • deps: update dependency wrap-ansi to v5 (dd7d588)
  • deps: update dependency wrap-ansi to v6 (5edbc71)

0.8.2 (2019-01-04)

Bug Fixes

  • messages: fixes custom messages not loading (3a423ec)

0.8.1 (2018-10-26)

Bug Fixes

  • commit: custom scope with scopes (0316fc5)
  • fixed lint errors (786d60b)

0.8.0 (2018-10-15)

Features

  • footer: add ability for custom footer (5d06c7a)

0.7.0 (2018-10-09)

Features

  • commit: Auto-stage with enableSmartCommit (1db4fd9), closes #80

0.6.0 (2018-09-23)

Bug Fixes

  • deps: update dependency execa to ^0.11.0 (061f117)
  • deps: update dependency execa to v1 (f8e0499)
  • package: update execa to version 0.10.0 (481ca84)
  • package: update execa to version 0.9.0 (44721f4)

Features

  • messages: add custom messages from cz-config (a2dc633)

0.5.0 (2017-10-05)

Features

  • add output after commit (19c7505), closes #42
  • allow to override subject length (a8557b8), closes #41

0.4.0 (2017-09-05)

Bug Fixes

  • package: update execa to version 0.7.0 (30b2170)
  • package: update execa to version 0.8.0 (d917bea)
  • package: update wrap-ansi to version 3.0.0 (493f227)

Features

0.3.10 (2017-04-12)

Bug Fixes

  • do not add empty parenthesis if no scope given (11a7e13)

0.3.9 (2017-04-05)

Bug Fixes

  • allow multiple pipes to split (0d62ef9), closes #29

0.3.8 (2017-03-29)

Bug Fixes

  • remove parenthesis without scope (97aec9c)

0.3.7 (2017-03-28)

Bug Fixes

  • package: update execa to version 0.6.1 (fcd8049)
  • package: update execa to version 0.6.2 (3a3a27c)
  • package: update execa to version 0.6.3 (b68fd58)
  • notify user about error (541bb8e), closes #25

0.3.6 (2017-03-12)

Bug Fixes

  • package: update execa to version 0.5.1 (e0a71a8)
  • package: update execa to version 0.6.0 (6883734)
  • support plain string scopes (7e0ad50)
  • update dependencies (cd7c487)
  • update standard-linter config (d678d02)

0.3.5 (2016-12-05)

Bug Fixes

0.3.4 (2016-12-02)

Bug Fixes

0.3.3 (2016-12-02)

Bug Fixes

  • do not close input if focus is lost (1966396)
  • use proper command namespace (fa43433)

0.3.2 (2016-11-30)

Bug Fixes

  • wrap commit body at 72 characters (d4089f9)

0.3.1 (2016-11-30)

Bug Fixes

  • validate subject length to be at most 50 chars (66993f6)

0.3.0 (2016-11-29)

Features

  • start reading cz-config (types and scopes) (24e12ad)

0.2.1 (2016-11-28)

Bug Fixes

  • commit should be cancelable (b81cb30)

0.2.0 (2016-11-28)

Features

  • implement hardcoded angular style commit conventions (fc81416)
  • initial setup (7d45724)