Skip to content

Releases: leoforfree/cz-customizable

v5.5.0

13 Mar 01:13
Compare
Choose a tag to compare

5.5.0 (2019-03-13)

Features

v5.4.0

08 Mar 10:26
Compare
Choose a tag to compare

5.4.0 (2019-03-08)

Features

  • add option to skip any questions (#65) (4b569b8)

v5.3.0

15 Nov 10:39
67e3ab7
Compare
Choose a tag to compare

5.3.0 (2018-11-15)

Bug Fixes

  • update node and semantic release versions (#60) (67e3ab7)

Features

  • able to customize length limit of subject and warn when exceed (#54) (fdbf9ae)
  • add Node v10 support (#58) (4c8736a)
  • add Typescript type definition file (#59) (6d456b0), closes #57

v5.2.0

15 Aug 01:52
Compare
Choose a tag to compare

<a name"5.2.0">

5.2.0 (2017-08-15)

Features

  • config: configurable commit block prefixes (#43) (2a3752a1)

v5.1.0

14 Aug 04:23
Compare
Choose a tag to compare

<a name"5.1.0">

5.1.0 (2017-08-14)

Features

  • allow overrides of messages (75b16145)
  • discover cz-config with fallback options (398f18e7)

v5.0.0

03 Apr 23:59
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-04-03)

Features

Breaking Changes

  • please reinstall the latest 2.9.5 commitizen globally via npm -i commitizen. Deprecated
    configuration option has been removed.

ISSUES CLOSED: #34

(7ab25597)

v4.0.0

11 May 03:43
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2016-05-11)

Bug Fixes

  • update this module to work with latest commitizen v2.8.1 (35ab0b7e)

Breaking Changes

  • you need to update commitizen to v2.8.1, which uses inquireJs v1.0.2. From now on commitizen uses
    promise for the commit callback. As a user of this adapter, all you have to do is update commitizen.

ISSUES CLOSED: 30

(35ab0b7e)

v3.1.0

29 Mar 01:22
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-03-29)

Features

  • add option to specify config file via package.json (95ea0059)

v3.0.0

16 Mar 07:59
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-03-16)

Features

  • add work CLOSED ISSUES automatically (cabdf80e)

Breaking Changes

  • users now dont need to manually type the words CLOSED ISSUES
    This tool will automatically add for you.

ISSUES CLOSED: #22 and #24

(cabdf80e)

v2.7.1

23 Jan 09:38
Compare
Choose a tag to compare

<a name"2.7.1">

2.7.1 (2016-01-23)

Bug Fixes

  • escape backticks in all contents (99aa05b3, closes #23)