Skip to content

Commit 5b33808

Browse files
committed
release v0.13.0
1 parent 7b0859d commit 5b33808

File tree

4 files changed

+72
-48
lines changed

4 files changed

+72
-48
lines changed

CHANGELOG.md

Lines changed: 59 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,131 @@
1+
<a name="0.13.0"></a>
2+
# [0.13.0](https://github.com/feflow/feflow/compare/v0.12.0...v0.13.0) (2018-02-06)
3+
4+
5+
### Features
6+
7+
* check log dir when feflow init. ([a6b185d](https://github.com/feflow/feflow/commit/a6b185d))
8+
* don't record debug log to local log file. ([7b0859d](https://github.com/feflow/feflow/commit/7b0859d))
9+
* record and seperate logs to local dir. ([c5f98b2](https://github.com/feflow/feflow/commit/c5f98b2))
10+
11+
12+
113
<a name="0.12.0"></a>
2-
# [0.12.0](https://github.com/cpselvis/feflow-cli/compare/v0.12.0-alpha.1...v0.12.0) (2017-12-11)
14+
# [0.12.0](https://github.com/feflow/feflow/compare/v0.12.0-alpha.1...v0.12.0) (2017-12-11)
15+
16+
17+
18+
<a name="0.12.0-alpha.1"></a>
19+
# [0.12.0-alpha.1](https://github.com/feflow/feflow/compare/v0.12.0-alpha.0...v0.12.0-alpha.1) (2017-12-10)
20+
21+
22+
23+
<a name="0.12.0-alpha.0"></a>
24+
# [0.12.0-alpha.0](https://github.com/feflow/feflow/compare/v0.11.3...v0.12.0-alpha.0) (2017-12-09)
25+
326

427
### Features
528

6-
* add dev and build command ([88414b2](https://github.com/cpselvis/feflow-cli/commit/88414b2))
7-
* intergate dev and build commands ([9a3efaa](https://github.com/cpselvis/feflow-cli/commit/9a3efaa))
29+
* add dev and build command ([88414b2](https://github.com/feflow/feflow/commit/88414b2))
30+
* intergate dev and build commands ([9a3efaa](https://github.com/feflow/feflow/commit/9a3efaa))
831

932

1033

1134
<a name="0.11.3"></a>
12-
## [0.11.3](https://github.com/cpselvis/feflow-cli/compare/v0.11.1...v0.11.3) (2017-11-25)
35+
## [0.11.3](https://github.com/feflow/feflow/compare/v0.11.1...v0.11.3) (2017-11-25)
1336

1437

1538
### Bug Fixes
1639

17-
* process should exit after client init success ([572eac5](https://github.com/cpselvis/feflow-cli/commit/572eac5))
18-
* trim space after user input registry and proxy. ([cb25ea6](https://github.com/cpselvis/feflow-cli/commit/cb25ea6)), closes [#6](https://github.com/cpselvis/feflow-cli/issues/6)
40+
* process should exit after client init success ([572eac5](https://github.com/feflow/feflow/commit/572eac5))
41+
* trim space after user input registry and proxy. ([cb25ea6](https://github.com/feflow/feflow/commit/cb25ea6)), closes [#6](https://github.com/feflow/feflow/issues/6)
1942

2043

2144
### Features
2245

23-
* add feflow lint ([c235e8b](https://github.com/cpselvis/feflow-cli/commit/c235e8b))
24-
* ignore files ([b6d07fb](https://github.com/cpselvis/feflow-cli/commit/b6d07fb))
25-
* 新增feflow lint ([3814216](https://github.com/cpselvis/feflow-cli/commit/3814216))
46+
* add feflow lint ([c235e8b](https://github.com/feflow/feflow/commit/c235e8b))
47+
* ignore files ([b6d07fb](https://github.com/feflow/feflow/commit/b6d07fb))
48+
* 新增feflow lint ([3814216](https://github.com/feflow/feflow/commit/3814216))
2649

2750

2851

2952
<a name="0.11.1"></a>
30-
## [0.11.1](https://github.com/cpselvis/feflow-cli/compare/v0.11.0...v0.11.1) (2017-11-10)
53+
## [0.11.1](https://github.com/feflow/feflow/compare/v0.11.0...v0.11.1) (2017-11-10)
3154

3255

3356
### Bug Fixes
3457

35-
* upgrade action should after init client ([649a0ae](https://github.com/cpselvis/feflow-cli/commit/649a0ae))
58+
* upgrade action should after init client ([649a0ae](https://github.com/feflow/feflow/commit/649a0ae))
3659

3760

3861

3962
<a name="0.11.0"></a>
40-
# [0.11.0](https://github.com/cpselvis/feflow-cli/compare/v0.10.4...v0.11.0) (2017-11-09)
63+
# [0.11.0](https://github.com/feflow/feflow/compare/v0.10.4...v0.11.0) (2017-11-09)
4164

4265

4366
### Features
4467

45-
* check upgrade and force update when not compatible ([529568d](https://github.com/cpselvis/feflow-cli/commit/529568d))
46-
* force update to latest version when not compatible. ([2455888](https://github.com/cpselvis/feflow-cli/commit/2455888))
47-
* plugin increment update policy. ([7a3039d](https://github.com/cpselvis/feflow-cli/commit/7a3039d))
68+
* check upgrade and force update when not compatible ([529568d](https://github.com/feflow/feflow/commit/529568d))
69+
* force update to latest version when not compatible. ([2455888](https://github.com/feflow/feflow/commit/2455888))
70+
* plugin increment update policy. ([7a3039d](https://github.com/feflow/feflow/commit/7a3039d))
4871

4972

5073

5174
<a name="0.10.4"></a>
52-
## [0.10.4](https://github.com/cpselvis/feflow-cli/compare/v0.10.3...v0.10.4) (2017-11-08)
75+
## [0.10.4](https://github.com/feflow/feflow/compare/v0.10.3...v0.10.4) (2017-11-08)
5376

5477

5578
### Features
5679

57-
* add compatiable version field in package.json ([d0fe38b](https://github.com/cpselvis/feflow-cli/commit/d0fe38b))
80+
* add compatiable version field in package.json ([d0fe38b](https://github.com/feflow/feflow/commit/d0fe38b))
5881

5982

6083

6184
<a name="0.10.3"></a>
62-
## [0.10.3](https://github.com/cpselvis/feflow-cli/compare/v0.10.2...v0.10.3) (2017-09-28)
85+
## [0.10.3](https://github.com/feflow/feflow/compare/v0.10.2...v0.10.3) (2017-09-28)
6386

6487

6588
### Bug Fixes
6689

67-
* install issue fix ([d3f181a](https://github.com/cpselvis/feflow-cli/commit/d3f181a)), closes [#1](https://github.com/cpselvis/feflow-cli/issues/1)
90+
* install issue fix ([d3f181a](https://github.com/feflow/feflow/commit/d3f181a)), closes [#1](https://github.com/feflow/feflow/issues/1)
6891

6992

7093
### Features
7194

72-
* get, set or list config items ([e311d83](https://github.com/cpselvis/feflow-cli/commit/e311d83))
95+
* get, set or list config items ([e311d83](https://github.com/feflow/feflow/commit/e311d83))
7396

7497

7598

7699
<a name="0.10.2"></a>
77-
## [0.10.2](https://github.com/cpselvis/feflow-cli/compare/v0.10.0...v0.10.2) (2017-09-10)
100+
## [0.10.2](https://github.com/feflow/feflow/compare/v0.10.0...v0.10.2) (2017-09-10)
78101

79102

80103
### Bug Fixes
81104

82-
* fix deps ([c28eb14](https://github.com/cpselvis/feflow-cli/commit/c28eb14))
83-
* npm registry and proxy can be set when initialized. ([a9a8119](https://github.com/cpselvis/feflow-cli/commit/a9a8119))
84-
* support yeoman generator app/index.js folder ([bedfaa9](https://github.com/cpselvis/feflow-cli/commit/bedfaa9))
105+
* fix deps ([c28eb14](https://github.com/feflow/feflow/commit/c28eb14))
106+
* npm registry and proxy can be set when initialized. ([a9a8119](https://github.com/feflow/feflow/commit/a9a8119))
107+
* support yeoman generator app/index.js folder ([bedfaa9](https://github.com/feflow/feflow/commit/bedfaa9))
85108

86109

87110
### Features
88111

89-
* check node engine requirements ([499358d](https://github.com/cpselvis/feflow-cli/commit/499358d))
90-
* init client before load external plugins ([2982f3d](https://github.com/cpselvis/feflow-cli/commit/2982f3d))
91-
* print banner when no args ([3fff39c](https://github.com/cpselvis/feflow-cli/commit/3fff39c))
92-
* use yaml to store local config ([c7d3241](https://github.com/cpselvis/feflow-cli/commit/c7d3241))
112+
* check node engine requirements ([499358d](https://github.com/feflow/feflow/commit/499358d))
113+
* init client before load external plugins ([2982f3d](https://github.com/feflow/feflow/commit/2982f3d))
114+
* print banner when no args ([3fff39c](https://github.com/feflow/feflow/commit/3fff39c))
115+
* use yaml to store local config ([c7d3241](https://github.com/feflow/feflow/commit/c7d3241))
93116

94117

95118

96119
<a name="0.10.0"></a>
97-
# [0.10.0](https://github.com/cpselvis/feflow-cli/compare/626def2...v0.10.0) (2017-08-21)
120+
# [0.10.0](https://github.com/feflow/feflow/compare/626def2...v0.10.0) (2017-08-21)
98121

99122

100123
### Features
101124

102-
* add uninstall plugin command. ([84de19a](https://github.com/cpselvis/feflow-cli/commit/84de19a))
103-
* command register mechanism. ([febe1c3](https://github.com/cpselvis/feflow-cli/commit/febe1c3))
104-
* Initial commit ([626def2](https://github.com/cpselvis/feflow-cli/commit/626def2))
105-
* support -v and --version command. ([fa14d9e](https://github.com/cpselvis/feflow-cli/commit/fa14d9e))
125+
* add uninstall plugin command. ([84de19a](https://github.com/feflow/feflow/commit/84de19a))
126+
* command register mechanism. ([febe1c3](https://github.com/feflow/feflow/commit/febe1c3))
127+
* Initial commit ([626def2](https://github.com/feflow/feflow/commit/626def2))
128+
* support -v and --version command. ([fa14d9e](https://github.com/feflow/feflow/commit/fa14d9e))
129+
130+
131+

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
![banner](https://user-images.githubusercontent.com/18289264/35855826-34885a0c-0b6f-11e8-9ba2-98272cb9a27a.png)
22

3-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/iv-web/feflow/blob/master/LICENSE)
4-
[![](https://img.shields.io/travis/iv-web/feflow.svg?style=flat-square)](https://travis-ci.org/iv-web/feflow)
5-
[![Codecov](https://img.shields.io/codecov/c/github/iv-web/feflow/master.svg?style=flat-square)](https://codecov.io/gh/iv-web/feflow/branch/master)
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/feflow/feflow/blob/master/LICENSE)
4+
[![](https://img.shields.io/travis/feflow/feflow.svg?style=flat-square)](https://travis-ci.org/feflow/feflow)
5+
[![Codecov](https://img.shields.io/codecov/c/github/feflow/feflow/master.svg?style=flat-square)](https://codecov.io/gh/feflow/feflow/branch/master)
66
[![Package Quality](http://npm.packagequality.com/shield/feflow-cli.svg)](http://packagequality.com/#?package=feflow-cli)
77
[![npm package](https://img.shields.io/npm/v/feflow-cli.svg?style=flat-square)](https://www.npmjs.org/package/feflow-cli)
88
[![NPM downloads](http://img.shields.io/npm/dt/feflow-cli.svg?style=flat-square)](https://npmjs.org/package/feflow-cli)
9-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/iv-web/feflow/pulls)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/feflow/feflow/pulls)
1010
[![Join the chat at https://gitter.im/feflow/feflow-cli](https://badges.gitter.im/feflow/feflow-cli.svg)](https://gitter.im/feflow/feflow-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1111

1212
A command line tool aims to improve front-end engineer workflow and standard, powered by [Node.js](https://nodejs.org/en/).
@@ -60,7 +60,7 @@ $ feflow config <key> <value>
6060
## Contributing
6161

6262
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
63-
2. Fork [the repository](https://github.com/iv-web/feflow)_ on GitHub to start making your changes to the **master** branch (or branch off of it).
63+
2. Fork [the repository](https://github.com/feflow/feflow)_ on GitHub to start making your changes to the **master** branch (or branch off of it).
6464
3. Write a test which shows that the bug was fixed or that the feature works as expected.
6565
4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS_](AUTHORS).
6666

README_zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
![banner](https://user-images.githubusercontent.com/18289264/35855826-34885a0c-0b6f-11e8-9ba2-98272cb9a27a.png)
22

3-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/iv-web/feflow/blob/master/LICENSE)
4-
[![](https://img.shields.io/travis/iv-web/feflow.svg?style=flat-square)](https://travis-ci.org/iv-web/feflow)
5-
[![Codecov](https://img.shields.io/codecov/c/github/iv-web/feflow/master.svg?style=flat-square)](https://codecov.io/gh/iv-web/feflow/branch/master)
3+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/feflow/feflow/blob/master/LICENSE)
4+
[![](https://img.shields.io/travis/feflow/feflow.svg?style=flat-square)](https://travis-ci.org/feflow/feflow)
5+
[![Codecov](https://img.shields.io/codecov/c/github/feflow/feflow/master.svg?style=flat-square)](https://codecov.io/gh/feflow/feflow/branch/master)
66
[![Package Quality](http://npm.packagequality.com/shield/feflow-cli.svg)](http://packagequality.com/#?package=feflow-cli)
77
[![npm package](https://img.shields.io/npm/v/feflow-cli.svg?style=flat-square)](https://www.npmjs.org/package/feflow-cli)
88
[![NPM downloads](http://img.shields.io/npm/dt/feflow-cli.svg?style=flat-square)](https://npmjs.org/package/feflow-cli)
9-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/iv-web/feflow/pulls)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/feflow/feflow/pulls)
1010
[![Join the chat at https://gitter.im/feflow/feflow-cli](https://badges.gitter.im/feflow/feflow-cli.svg)](https://gitter.im/feflow/feflow-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1111

1212
致力于提升研发效率和规范的工程化解决方案,使用 [Node.js](https://nodejs.org/en/)编写.
@@ -51,7 +51,7 @@ $ feflow build
5151
## 如何贡献
5252

5353
1. 从目前已经存在的issue或者提出一个新的issue去讨论新的特性或者存在的bug.
54-
2. 在Github上Fork [仓库](https://github.com/iv-web/feflow)_,然后在master或者其它分支上开始进行您的修改.
54+
2. 在Github上Fork [仓库](https://github.com/feflow/feflow)_,然后在master或者其它分支上开始进行您的修改.
5555
3. 编写测试用力表明某个bug被修复掉了或者新的特性可以正常工作.
5656
4. 提交PR直到它被merge或者发布出去了. :) 记得把您添加进 [AUTHORS_](AUTHORS).
5757

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feflow-cli",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A command line tool aims to improve front-end engineer workflow.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/cpselvis/feflow-cli"
14+
"url": "https://github.com/feflow/feflow.git"
1515
},
1616
"keywords": [
1717
"workflow",
@@ -21,13 +21,12 @@
2121
"engines": {
2222
"node": ">=6.0.0"
2323
},
24-
"author": "cpselvis (cpselvis@gmail.com)",
2524
"license": "MIT",
2625
"bin": {
2726
"feflow": "./bin/feflow"
2827
},
2928
"configs": {
30-
"compatibleVersion": ">=0.11.2"
29+
"compatibleVersion": ">=0.13.0"
3130
},
3231
"dependencies": {
3332
"abbrev": "^1.1.0",
@@ -41,7 +40,6 @@
4140
"hexo-fs": "^0.2.1",
4241
"inquirer": "^3.0.6",
4342
"js-yaml": "^3.9.1",
44-
"lodash": "^4.17.4",
4543
"meow": "^3.7.0",
4644
"minimist": "^1.2.0",
4745
"ora": "^1.3.0",

0 commit comments

Comments
 (0)