Skip to content

v2.8.0

Compare
Choose a tag to compare
@shellscape shellscape released this 13 Sep 14:56
· 2031 commits to master since this release

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)