All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.13.1 (2020-03-19)
- [security] bump acorn from 5.7.3 to 5.7.4 (8e664fa)
- add standard-version config (741d3b4)
- update dependency coveralls to v3.0.11 (fefe423)
- update dependency mocha to v7.1.0 (519f65a)
- update dependency mocha to v7.1.1 (8e895d5)
- update minimist to 1.2.5 to fix low severity vulnerabilities (74a4066)
0.13.0 (2020-02-03)
- Node.js 8 support has been dropped due to EOL.
- update dependency app-root-path to v3 (be58d72)
- drop Node.js 8 support (b8c5b82)
0.12.1 (2019-08-04)
0.12.0 (2019-06-16)
- deps: update dependency app-root-path to ~2.2.0 (8f06c50)
- drop Node 6 support, add Node 12 (04c106d)
- Node 6 support has been dropped due to EOL.
0.11.1 (2019-01-10)
- peer-deps: update peerDep @commitlint/cli from 7.0.x to 7.x.x (2d61d1d) (sharvit)
0.11.0 (2018-12-24)
- support
config.cz-customizable.config
entry inpackage.json
(753036d) (zman)
0.10.1 (2018-08-23)
- bump version to 0.10.0 (13c0ea7)
- update @commitlint/cli to 7.0.0 (673019c)
- update dev dependencies (f0af131)
- add Node 10 for Travis CI (017c594)
- bump version to 0.9.0 (b44d6bf)
- drop Node 4, 7 support (942a85b)
- remove Node 4/7, add 9/10 for Appveyor (c0ba1af)
- support @commitlint/cli 6.2.0 (5800d7b)
- update dev dependencies (c072db5)
- use
npm update
with--no-save
on Travis CI (c2b1dfd), closes #1
- add Node 9 for Travis CI (e69a2b8)
- bump version to 0.8.0 (a70eb3e)
- update commitlint to 6.1.2 (2d91607)
- update dev dependencies (d970a21)
- update dev dependency (a516fe3)
- add description about config conversion feature (58c0827)
- add docs for Modules & API (c3ef3f4)
- add JSDoc to API functions (4ea7d9f)
- add new module & API for config conversion (1b387f2), closes #2
- add summary to Module & API section (94bfeff)
- bump version to 0.7.0 (c37afef)
- fix config.js description (6b78802)
- make language of fenced code block consistent (2cb6e3c)
- refactor variable name to clarify config for cz-customizable (887ab40)
- refactor variable names in test (2b0f25a)
- remove default rules except for
type-enum
,scope-enum
(749122c) - remove NLP-related rules (9feaf18)
- Now commitlint-config-cz provides only
type-enum
,scope-enum
rules by the default. In case that you need other rules, you may override other config with commitlint-config-cz rules.
module.exports = {
extends: [
'other-config',
'cz'
]
};
- bump version to 0.6.0 (24ab6fb)
- change case options to kebab-case (e9cfdeb)
- update commitlint to 4.2.2 (e8e7f01)
- update dev dependencies (770f553)
- add new
signed-off-by
rule (3740ff0) - bump version to 0.5.0 (29aaf59)
- fix incorrect config example in README.md (cc0a092)
- update @commitlint/cli to 3.1.2 (7f1c5ef)
- update dev dependencies (dc2bede)
- add
commitlint-config
tokeywords
in package.json (c5bd3bc) - add Node.js 8 for Travis CI, AppVeyor (be33db7)
- bump version to 0.4.0 (1a7e708)
- fix incorrect config file name in README.md (8f54a8e)
- remove
npm prune
from CI build (461199d), closes #17797 - remove
wildcards
entry (4f5fc4b) - replace conventional-changelog-lint to commitlint (a078090)
- update
conventional-changelog-lint
aspeerDependencies
(8babbee) - update dev dependencies (c5b6834)
- update notification setting for Slack (0d0d6ae)
- update npm API key (a6f2d20)
- use
npm install
untilnpm update
issue is resolved (5f309db)
- bump version to 0.3.0 (201fa10)
- turn the severities of
{body,footer}-tense
rules into warning (c56dd22) - update dependencies (a6e1bc6)
- add AppVeyor badge to README.md (e21720c)
- add AppVeyor config (b204b3d)
- bump version to 0.2.0 (07be0a1)
- disable shallow clone for AppVeyor (b1be017)
- explicitly update npm to the latest version in
.travis.yml
(f381be7) - make the default value for
type-enum
rule empty (7f2c386) - use
--save-dev
rather than--save
for installation (db18896)
- add coveralls badge to README.md (f5e8f42)
- add tests (643475d)
- bump version to 0.1.1 (3d75584)
- export
cz-config.js
loader function (978990a) - export default types, scopes (bfd5946)
- fix issue that
.cz-config.js
isn't load (aa38aa7) - fix issue that
scopeOverrides
is never merged (d0b2aee) - fix issue that scopes is always empty (8fbd0dd)
- fix repo name in
.travis.yml
for deploy (afba42d) - silently run npm scripts (1010a33)
- add .travis.yml for Travis CI (1211226)
- add
perf
as a default type (895787b) - add config files (18645c4)
- add initial package files (dba6dfe)
- add introduction to README.md (9a31514)
- bump version to 0.1.0 (5d3fd7a)
- fix broken installation test (403c261)
- fix incorrect copyright year (43d7d48)
- fix incorrect usage explanation (dabab61)
- improve
wildcards
messages for merge and pull request (edd9eb2) - prepare repository (4a8b8ab)
- remove
release
fromwildcards
(d5b2204) - rename repo/package name to
conventional-changelog-lint-config-cz
(50883d3) - use latest
conventional-changelog-lint
as devDependencies (18ea8fb) - use reference for link to
conventional-changelog-lint
(cc9341a)