Skip to content

Commit a7fbaae

Browse files
committed
docs: change CHANGELOG.adoc to CHANGELOG.md
1 parent e6252eb commit a7fbaae

File tree

2 files changed

+189
-199
lines changed

2 files changed

+189
-199
lines changed

CHANGELOG.adoc

-199
This file was deleted.

CHANGELOG.md

+189
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
# CHANGELOG
2+
3+
## v1.0.4 2020-04-22
4+
5+
- [up: upgrade dependencies](https://github.com/isuke/git-consistent/commit/bb21e7b)
6+
- [up: upgrade commander to 4.1.1](https://github.com/isuke/git-consistent/commit/2764400)
7+
- [up: upgrade devDependencies for Security Alerts](https://github.com/isuke/git-consistent/commit/b4e6bc6s)
8+
- [up: upgrade node to v12.16.2](https://github.com/isuke/git-consistent/commit/128e85c)
9+
- [chore: remove unnecessary file](https://github.com/isuke/git-consistent/commit/5420652)
10+
11+
## v1.0.3 2019-10-26
12+
13+
- [up: upgrade inquirer](https://github.com/isuke/git-consistent/commit/fc08d88)
14+
- [up: upgrade csv-parse](https://github.com/isuke/git-consistent/commit/fceb3db)
15+
- [up: upgrade commander](https://github.com/isuke/git-consistent/commit/d014fe0)
16+
- [up: upgrade eslint](https://github.com/isuke/git-consistent/commit/2cc8369)
17+
18+
## v1.0.2 2019-08-20
19+
20+
- [up: upgrade ava and lodash.merge](https://github.com/isuke/git-consistent/commit/634f90d)
21+
22+
## v1.0.1 2019-08-20
23+
24+
- [fix: hotfix version test](https://github.com/isuke/git-consistent/commit/5a1529b)
25+
26+
## v1.0.0 2019-07-27
27+
28+
- [remove(main): remove old function](https://github.com/isuke/git-consistent/commit/797321c)
29+
- [up: upgrade dependencies](https://github.com/isuke/git-consistent/commit/d96bf03)
30+
- [up: upgrade node to v12.7.0](https://github.com/isuke/git-consistent/commit/9c96c53)
31+
32+
## v0.9.9 2019-06-09
33+
34+
- [up: upgrade devDependencies](https://github.com/isuke/git-consistent/commit/17cbaa4)
35+
- [up: upgrade dependencies](https://github.com/isuke/git-consistent/commit/a1f3742)
36+
- [up: upgrade node to v12.4.0](https://github.com/isuke/git-consistent/commit/887f218)
37+
38+
## v0.9.8 2019-04-26
39+
40+
- [up: upgrade node to v12.0.0](https://github.com/isuke/git-consistent/commit/d7f5c48)
41+
42+
## v0.9.7 2019-01-01
43+
44+
- [up: upgrade node to v11.6.0](https://github.com/isuke/git-consistent/commit/719f65f)
45+
46+
## v0.9.6 2018-11-14
47+
48+
- [feat(gen-config): change '--gen-config' option to 'init' command](https://github.com/isuke/git-consistent/commit/a8b7546)
49+
- [fix(main): fix can not catch error bug](https://github.com/isuke/git-consistent/commit/2b93432)
50+
- [up: upgrade 'commander'](https://github.com/isuke/git-consistent/commit/c2a3991)
51+
52+
## v0.9.5 2018-11-12
53+
54+
- [up: upgrade node to 11](https://github.com/isuke/git-consistent/commit/ca3f275)
55+
- [feat: add file paths to help](https://github.com/isuke/git-consistent/commit/896a260)
56+
57+
## v0.9.4 2018-10-18
58+
59+
- [fix(main): fix error occured when first commit (close #3)](https://github.com/isuke/git-consistent/commit/769c987)
60+
61+
## v0.9.3 2018-09-28
62+
63+
- [feat(main): add rule of 'maxLength' and 'minLength'](https://github.com/isuke/git-consistent/commit/40fb159)
64+
65+
## v0.9.2 2018-09-07
66+
67+
- [remove(main): remove typo check (close #2)](https://github.com/isuke/git-consistent/commit/9f87209)
68+
69+
## v0.9.1 2018-03-18
70+
71+
- [fix: fix get global setting file found bug](https://github.com/isuke/git-consistent/commit/d6e45e4)
72+
73+
## v0.9.0 2018-03-10
74+
75+
- [fix(gen-config): fix generate type list bug](https://github.com/isuke/git-consistent/commit/218c15c)
76+
77+
## v0.8.9 2018-03-10
78+
79+
- [chore: add ui to type list](https://github.com/isuke/git-consistent/commit/6cd15ed)
80+
81+
## v0.8.8 2018-03-10
82+
83+
- [fix(gen-config): fix 'no such file or directory' error bug](https://github.com/isuke/git-consistent/commit/b42e464)
84+
85+
## v0.8.7 2018-03-08
86+
87+
- [fix(main): trim value](https://github.com/isuke/git-consistent/commit/bd2fd35)
88+
89+
## v0.8.6 2018-03-08
90+
91+
- [chore(main): add warning message for 'ascii'](https://github.com/isuke/git-consistent/commit/4529abe)
92+
93+
## v0.8.5 2018-03-08
94+
95+
- [fix: rename 'ascii' rule to 'notAscii' rule (the meaning does not change)](https://github.com/isuke/git-consistent/commit/ad79a60)
96+
97+
## v0.8.0 2018-03-08
98+
99+
- [refactor(main): make use inquirer](https://github.com/isuke/git-consistent/commit/a056146)
100+
- [refactor(gen-config): make use inquirer](https://github.com/isuke/git-consistent/commit/218c15c)
101+
102+
## v0.7.3 2018-03-01
103+
104+
- [fix(main): fix error message when violate dotAtEnd rule](https://github.com/isuke/git-consistent/commit/bd71882)
105+
106+
## v0.7.2 2018-03-01
107+
108+
- [fix: remove debug code](https://github.com/isuke/git-consistent/commit/168611a)
109+
110+
## v0.7.1 2018-02-26
111+
112+
- [feat(main): add regExpFlag option](https://github.com/isuke/git-consistent/commit/1f504f6)
113+
114+
## v0.7.0 2018-02-26
115+
116+
- [feat(main): implement type: branch](https://github.com/isuke/git-consistent/commit/33388d5)
117+
118+
## v0.6.1 2018-02-25
119+
120+
- [fix(main): fix first term ignore bug](https://github.com/isuke/git-consistent/commit/a7c6d0f)
121+
122+
## v0.6.0 2018-02-25
123+
124+
- [feat(gen-config): implement gen-config](https://github.com/isuke/git-consistent/commit/6a24e28)
125+
126+
## v0.5.2 2018-02-13
127+
128+
- [fix(main): fix exec git error when not a git repository](https://github.com/isuke/git-consistent/commit/1f9e9ff)
129+
130+
## v0.5.1 2018-02-12
131+
132+
- [feat(main): check enum value](https://github.com/isuke/git-consistent/commit/7a57cf3)
133+
134+
## v0.5.0 2018-02-11
135+
136+
- [fix(main): fix quotes escape bug](https://github.com/isuke/git-consistent/commit/6096ab6)
137+
138+
## v0.4.4 2018-02-11
139+
140+
- [feat(main): support emoji](https://github.com/isuke/git-consistent/commit/24aa1a8)
141+
142+
## v0.4.3 2018-02-11
143+
144+
- [feat(main): implement spellcheck](https://github.com/isuke/git-consistent/commit/eac3bf9)
145+
146+
## v0.4.2 2018-02-10
147+
148+
- [feat(main): exit if not exist added files](https://github.com/isuke/git-consistent/commit/7d0d3bc)
149+
150+
## v0.4.1 2018-02-10
151+
152+
- [feat(main): add silent mode](https://github.com/isuke/git-consistent/commit/33f9d5d)
153+
- [feat(main): add numberOnly rule](https://github.com/isuke/git-consistent/commit/fc81cce)
154+
155+
## v0.4.0 2018-02-10
156+
157+
- [fix(main): fix multiline format check bug](https://github.com/isuke/git-consistent/commit/1cc2942)
158+
- [feat(main): show command](https://github.com/isuke/git-consistent/commit/93bb6fa)
159+
- [feat(main): implement variable](https://github.com/isuke/git-consistent/commit/2e35e18)
160+
161+
## v0.3.0 2018-02-10
162+
163+
- [feat(main): implement forment check](https://github.com/isuke/git-consistent/commit/0f964f3)
164+
165+
## v0.2.1 2018-02-10
166+
167+
- [feat(main): add 'default' define option](https://github.com/isuke/git-consistent/commit/5870973)
168+
- [feat(main): support git-duet](https://github.com/isuke/git-consistent/commit/23a7ae7)
169+
- [feat(main): colorize messages](https://github.com/isuke/git-consistent/commit/0725454)
170+
171+
## v0.2.0 2018-02-10
172+
173+
- [feat(main): support not required enum](https://github.com/isuke/git-consistent/commit/9ab139d)
174+
- [feat: implement decorate function](https://github.com/isuke/git-consistent/commit/a261cc1)
175+
- [feat: add skip-options option](https://github.com/isuke/git-consistent/commit/157cad9)
176+
- [feat: improvement rquired value input](https://github.com/isuke/git-consistent/commit/3d2198e)
177+
- [feat: improvement error message](https://github.com/isuke/git-consistent/commit/33b068d)
178+
- [feat: add '-m' option](https://github.com/isuke/git-consistent/commit/33b068d)
179+
180+
181+
## v0.1.1 2018-02-09
182+
183+
- [fix: fix required bug](https://github.com/isuke/git-consistent/commit/56f084a)
184+
185+
## v0.1.0 2018-02-09
186+
187+
- [chore: create deploy command](https://github.com/isuke/git-consistent/commit/cf2d49f)
188+
189+
## v0.0.1 2018-02-09

0 commit comments

Comments
 (0)