
2.7.0 / 2018-08-10
==================

**features**
  * [[`22faa4c`](http://github.com/eggjs/egg-scripts/commit/22faa4cfbb84cc5bc819d981dce962d8f95f8357)] - feat: stop command support windows (#22) (Baffin Lee <<baffinlee@gmail.com>>)

**others**
  * [[`e07726c`](http://github.com/eggjs/egg-scripts/commit/e07726c176a89dd63482b588868fd1feaab1fba6)] - refactor: raw spawn call to instead of helper.spawn in start non-daemon mode (#23) (Khaidi Chu <<i@2333.moe>>)

2.6.0 / 2018-04-03
==================

  * feat: provides source map support for stack traces (#19)

2.5.1 / 2018-02-06
==================

  * chore: add description for ignore-stderr (#18)

2.5.0 / 2017-12-12
==================

**features**
  * [[`b5559d5`](http://github.com/eggjs/egg-scripts/commit/b5559d54228543b5422047e6f056829df11f8c87)] - feat: support --ignore-error (#17) (TZ | 天猪 <<atian25@qq.com>>)

2.4.0 / 2017-11-30
==================

**features**
  * [[`8eda3d1`](https://github.com/eggjs/egg-scripts/commit/8eda3d10cfea5757f220fd82b562fd5fef433440)] - feat: add `${baseDir}/.node/bin` to PATH if exists (#14) (fengmk2 <<fengmk2@gmail.com>>)

**others**
  * [[`4dd24a4`](https://github.com/eggjs/egg-scripts/commit/4dd24a45d92b2c2a8e1e450e0f13ba4143550ca9)] - test: add testcase for #12 (#13) (Haoliang Gao <<sakura9515@gmail.com>>)

2.3.0 / 2017-11-29
==================

**features**
  * [[`4c41319`](http://github.com/eggjs/egg-scripts/commit/4c41319f9e309402b2ccb5c7afd5a6d3cda2453f)] - feat: support stop --title (#16) (TZ | 天猪 <<atian25@qq.com>>)

2.2.0 / 2017-11-22
==================

**features**
  * [[`ac58d00`](http://github.com/eggjs/egg-scripts/commit/ac58d00a974fdfff6b5c722743e4b32174963c52)] - feat: cwd maybe not baseDir (#15) (zhennann <<zhen.nann@icloud.com>>)

2.1.1 / 2017-11-14
==================

**fixes**
  * [[`7324d99`](http://github.com/eggjs/egg-scripts/commit/7324d99b504cac5fef7dbf280f7d9e6243c16bb7)] - fix: should stop app when baseDir is symlink (#12) (Haoliang Gao <<sakura9515@gmail.com>>)

2.1.0 / 2017-10-16
==================

**features**
  * [[`ac40135`](http://github.com/eggjs/egg-scripts/commit/ac40135d5b9a3200ea1bdfdb19d0f7e12d0c511a)] - feat: add eggctl bin (#10) (Haoliang Gao <<sakura9515@gmail.com>>)

2.0.0 / 2017-10-13
==================

**features**
  * [[`0f7ca50`](http://github.com/eggjs/egg-scripts/commit/0f7ca502999c06a9cb05d8e5617f6045704511df)] - feat: [BREAKING_CHANGE] check the status of app when start on daemon (#9) (Haoliang Gao <<sakura9515@gmail.com>>)

**others**
  * [[`cfd0d2f`](http://github.com/eggjs/egg-scripts/commit/cfd0d2f67845fffb9d5974514b65e43b22ed8040)] - refactor: modify the directory of logDir (#8) (Haoliang Gao <<sakura9515@gmail.com>>)

1.2.0 / 2017-09-11
==================

**features**
  * [[`c0300b8`](http://github.com/eggjs/egg-scripts/commit/c0300b8c657fe4f75ca388061f6cb3de9864a743)] - feat: log success at daemon mode (#7) (TZ | 天猪 <<atian25@qq.com>>)

**others**
  * [[`fdd273c`](http://github.com/eggjs/egg-scripts/commit/fdd273c2d6f15d104288fef4d699627a7cf701d9)] - test: add cluster-config fixture (#4) (TZ | 天猪 <<atian25@qq.com>>)

1.1.2 / 2017-09-01
==================

  * fix: should not pass undefined env (#6)
  * docs: fix stop typo (#5)

1.1.1 / 2017-08-29
==================

  * fix: should set title correct (#3)

1.1.0 / 2017-08-16
==================

  * feat: remove env default value (#2)

1.0.0 / 2017-08-02
==================

  * feat: first implementation (#1)
