UNPKG

1.51 kBMarkdownView Raw
1# Changelog
2
3## v0.10.1 2017-09-30
4
5- publish problems
6
7## v0.10.0 2017-09-30
8
9- use prettier instead of jsbeautify
10- update eslint and other deps
11- update yeoman generator
12
13## v0.9.1 2017-05-29
14
15- add copy behavior for `test/.eslintrc.yml`
16
17## v0.9.0 2017-05-29
18
19- update deps
20- rm co-mocha, just use async-await
21- add test/.eslintrc.yml for async-await ES8
22- add missing istanbul
23
24## v0.8.0 2017-01-26
25- totally rm `babel` / `.babelrc`
26- update LICENSE file to year@2017
27
28## v0.7.0 2016-12-24
29- back to `co-mocha`, if use cnpm, run `npm i co-mocha` again, see https://github.com/blakeembrey/co-mocha/issues/24
30
31## v0.6.1 2016-11-12
32
33- add `test/.eslintrc.yml`
34
35## v0.6.0 2016-11-12
36- use no semi
37- use `async/await` instead of `co-mocha`
38- use `nyc` instead of `istanbul`
39
40## v0.5.1 2016-09-03
41- remove log
42
43## v0.5.0 2016-09-03
44- fix `repoName`, use `git-config` instead of `git-repo-name`
45
46## v0.4.1 2016-09-02
47- fix codecov badge link
48
49## v0.4.0 2016-09-02
50- update deps
51- use codecov instead of coveralls
52- modify .travis.yml to use codecov
53- update .eslintrc.yml
54
55## v0.3.4 2016-07-10
56- update deps
57- update template deps
58- update template README badge, rm coveralls branch
59- update license
60
61## v0.3.2 / v0.3.3 2016-06-25
62- try to get `.gitignore` published. At last I take the rename strategy,
63 rename `gitignore` -> `.gitignore`
64
65## v0.3.1 2016-05-17
66- add `.npmignore` to include `.gitignore`
67
68## v0.3.0 2016-05-17
69- use for generate whole project
70
71## v0.2.* unknown date
72- use for generate some files
\No newline at end of file