Skip to content

Latest commit

 

History

History
355 lines (177 loc) · 9.4 KB

CHANGELOG.md

File metadata and controls

355 lines (177 loc) · 9.4 KB

5.0.1 (2021-02-05)

Bug Fixes

  • 静态资源进入 middleware, proxy middleware 插入需要在静态资源和自定义中间件前面 (2231440)

5.0.0 (2018-03-07)

Features

4.5.4 (2020-07-20)

Bug Fixes

4.5.3 (2020-04-11)

Bug Fixes

  • child process running port had used (f4ffc2c)

4.5.1 (2019-08-08)

Bug Fixes

  • port proxy not effective (fa46f99)

4.5.0 (2019-08-03)

Features

4.4.9 (2018-11-01)

Bug Fixes

4.4.8 (2018-10-26)

Bug Fixes

  • proxy request doesn’t respect HTTP_PROXY (5a589c9)

Features

4.4.6 (2018-10-16)

Bug Fixes

  • webpack proxy repeat register (a12fa74)

4.4.5 (2018-10-15)

Bug Fixes

  • config.target:web webpack config error (77d5592)

4.4.4 (2018-10-12)

Bug Fixes

  • webpack loading when file update (ce79a4c)

4.4.2 (2018-10-11)

Bug Fixes

  • worker reload get new port will lead static file error (b532423)

4.4.1 (2018-10-11)

Bug Fixes

  • koa proxy register order (510904b)

4.3.1 (2018-09-17)

Bug Fixes

  • webpack proxy url port when webpack server port update (b5dd55a)

4.3.0 (2018-09-16)

Features

  • auto get app port (b099531)
  • upgrade webpack latest version for mini-css-extract-plugin (fe5c205)
  • zero config (3dd7b4a)

4.1.2 (2018-05-30)

Bug Fixes

  • master process exit, child process exit (0f4f433)
  • memory file not exist, use disk file (bdd6e63)

4.1.1 (2018-04-09)

Bug Fixes

  • compatible old version for dll and add use doc (ff2056e)
  • default url (4484652)
  • egg static resource no proxy (460b57c)
  • egg-webpack proxy and webpack-tool proxy repeat (dcea541)
  • master process exit, child process exit (0f4f433)
  • normalizeUrlFile might get undefined (b189183)
  • not use default port error (5544f1e)
  • static proxy (69557b8)
  • url has params , not match (c084e72)
  • webpack target info show (aacf45d)

Features

  • add webpack target info (eb6ea23)
  • add webpackconfig parmas for stats (bf9640c)
  • support config.browser config, auto open browser or diable or custom url address (dc4b322)
  • support dll file use memory read (c50bf27)
  • use koa-proxy proxy static resource (86a7277)

4.1.0 (2018-03-29)

Features

  • support dll file use memory read (c50bf27)

4.0.5 (2018-03-20)

Bug Fixes

  • normalizeUrlFile might get undefined (b189183)
  • not use default port error (5544f1e)

4.0.4 (2018-03-20)

Bug Fixes

4.0.2 (2018-03-07)

Bug Fixes

  • egg-webpack proxy and webpack-tool proxy repeat (dcea541)

Features

  • add webpack target info (eb6ea23)
  • add webpackconfig parmas for stats (bf9640c)
  • use koa-proxy proxy static resource (86a7277)
  • webpack target info show (aacf45d)

3.3.0 (2018-01-22)

Features

  • support config.browser config, auto open browser or diable or custom url address (dc4b322)

BugFixs

3.2.8 / 2017-12-26

  • fix: compatible old version for dll and add use doc

3.2.7 / 2017-12-26

  • fix:node client render single webpackConfig

3.2.5 / 2017-12-22

  • fix: modify publicPath, the proxy path is error

3.2.4 / 2017-12-16

  • fix: vscode auto import unuse package
  • fix: support before low version
  • fix: message tip

3.2.2 / 2017-12-13

  • fix: no dll, webpack build twice

3.2.1 / 2017-12-09

  • refactor: adjust get webpack config logic
  • refacotr: get webpack config login

3.2.0 / 2017-12-08

  • feat: support webpack mult process build

3.0.2 / 2017-11-22

  • fix: devtool source map file can`t find

3.0.1 / 2017-11-16

  • fix: support not exists url
  • feat: webpack 3

2.2.4 / 2017-07-31

  • fix:agent can not call sendToApp before server started
  • fix:hot port mapping easywepback

2.2.2 / 2017-07-18

  • feat: html read from memory

2.2.1 / 2017-07-17

  • fix: node server code update, webpack loading state

2.2.0 / 2017-07-14

  • feat:http static resource mapping relative path
  • feat:update default port 9000
  • refactor:use webpack-tool start server
  • docs:update use doc

2.0.0 / 2017-06-19

  • refactor:seperate easywebpack

0.2.0 / 2017-06-12

  • feat:support custom server

0.1.1 / 2017-05-19

  • feat:default webpack build config path

0.1.0 / 2017-05-12

  • feat: only client build, only server build , client and server build
  • style:update github language show