Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

65 lines (52 loc) · 1.67 KB

1.2.0

Features

  • global: change directory config
  • generate: url default filename pascal

1.2.0-beta.2(2017-05-25)

Features

  • global: add browser support
  • global: add development port. default 5000
  • global: add config file separation. default false

1.1.3(2017-05-23)

Bug Fixes

  • new: create project, project boilerplates empty directory publish error

1.1.1(2017-05-23)

Bug Fixes

  • new: Output error log

1.1.0(2017-05-23)

Features

  • global: add global config command
  • new: add new command(create project)

Bug Fixes

  • watch: redux directory no exists erros

1.0.4(2017-05-22)

Bug Fixes

  • genarate: uninit, generate error

1.0.3(2017-05-22)

Bug Fixes

  • watch: redux saga null,generate file error

1.0.2(2017-05-22)

Bug Fixes

  • watch: redux reducers import saga path error

1.0.1(2017-05-22)

Bug Fixes

  • genarate: genarate read config urlPrefix undefined

1.0.0(2017-05-22)

Features

  • redux: change request, Now use axios.
  • redux: change saga location, Now src/redux.
  • redux: change saga index.js location, Now src/redux/sagas.js.
  • redux: change reducers index.js location, Now src/redux/reducers.js.
  • redux: saga create add params options, default true.
  • watch: add watch command.

0.3.2(2017-05-11)

Bug Fixes

  • action result isfetching false

0.3.1(2017-05-11)

Features

  • auto create 'saga/index' and 'reducer/index' file,end add new line

0.3.0(2017-05-11)

Features

  • add watch saga,auto create 'saga/index' and 'reducer/index' file

0.2.0(2017-05-05)

  • add create action,reducer,saga