Releases: webpack/webpack-dev-server
Releases · webpack/webpack-dev-server
v2.8.2
Bugfixes
fixes #1087: yargs@8 causes error output with webpack@2.x
fixes #1084: template literals causing errors on IE (#1089) …
fixes #1086: promise configs fix and example
Updates
add promise-config example
v2.8.1
Bugfixes
fixes #1081, closes #1079. addDevServerEndpoints needs app stub for createDomain
fixes #1080 - jQuery update caused live bundle iframe issue
clean up progress option typo and options def
v2.8.0
Features
- Print webpack progress to browser console (#1063)
- Disable hot reloading with query string (#1068)
Bugfixes
- Fixes issue #1064 by switching to a named logger (#1070)
- Fix Broken Socket on Client for Custom/Random Port Numbers (#1060)
- Addresses #998 to properly assign a random port and access the port assigned (#1054)
- Don't generate ssl cert when one is already specified via options (#1036)
- Fix for ./log module not found (#1050)
- Fixes #1042: overlay doesn't clear if errors are fixed but warnings remain (#1043)
- Handle IPv6-addresses correctly in checkHost() (#1026)
Updates
- Allow
--open
option to specify the browser to use (#825)
- Adds requestCert support to the server
- Code cleanup and ESLint + eslint-config-webpack (#1058)
- Include
subjectAltName
field in self-signed cert (#987)
v2.7.0
Features
- Added Sockjs prefix config (#911)
- Added --allowed-hosts CLI option (#1012)
Bugfixes
- Always allow requests with IP-address as host in checkHost() (#1007)
- Fully mute output info if quiet is set to true. (#999)
- Set undefined openPage to empty string when open option is true
v2.6.1
- Move
loglevel
from devDependencies to dependencies #1001
v2.6.0
- Browser console messages now respect
clientLogLevel
(#921).
- Don't output startup info if
quiet
is set to true
(#970).
- Only load Bonjour when needed (#958).
- Set HMR log level (#926).
- Do not show warnings @ overlay unless explicitly set (#881).
- Add cli option
--disable-host-check
(#980).
v2.5.1
Bugfixes
Fix peer dependencies to support webpack 3 ( #946 ) ( Fixes #932 )
v2.5.0
Security
Don't provide a SSL cert, but generate one on demand. Unique for each developer.
https://medium.com/@mikenorth/961572624c54 by Mike North
Bugfixes
- allow port 0 again
- add
allowedHosts
option
- better check for WebWorker
- add
openPage
option to open a specific page
- add
--bonjour
- add
lan
option, which listen on lan ip by default
v2.4.5
Bugfixes
- fix a bug preventing publicHost from working
v2.4.4
Bugfixes:
- add
disableHostCheck
to schema