Skip to content

Releases: shellscape/webpack-plugin-serve

v0.8.0

04 Apr 11:29

Choose a tag to compare

Bugfixes

  • fix: background color on status overlay (#122)

Updates

  • chore: remove ts in favor of @types/webpack-plugin-serve (#119)
  • fix: npm audit warnings (#120)
  • docs: Fix broken "Static HTML File" link (#118)

Breaking Changes for TypeScript Users

To reduce package size and maintenance burden, we've broken out the types to @types/webpack-plugin-serve. Please install that types package to obtain typings for TS.

v0.7.4

20 Mar 14:44

Choose a tag to compare

Bugfixes

  • fix: handle bad filePath from webpack (#114)

v0.7.3

03 Mar 15:13

Choose a tag to compare

Bugfixes

  • fix: handle a potential uncaughtException (#113)

v0.7.2

03 Mar 15:14

Choose a tag to compare

Bugfixes

  • fix: missing progress, status. fixes #109
  • fix: exclude tslint.json from package

Updates

  • docs: fix typo (#112)

v0.7.1

03 Mar 15:14

Choose a tag to compare

Bugfixes

  • fix: add typings directory to package

v0.7.0

03 Mar 15:15

Choose a tag to compare

Bugfixes

  • refactor: clean up typescript improvements, npm audit alerts
  • fix(ts): Add typescript usage test, fix typescript errors (#111)

Updates

  • docs: minor improvements for react-ssr recipe (#107)

v0.6.0

05 Feb 13:41

Choose a tag to compare

Bugfixes

  • fix: allow HMR when build contains warnings (#106)

Features

  • feat: add waitForBuild option (#102)

Updates

  • chore: update options.client typings (#105)
  • docs: add server side rendering recipe (#99)
  • docs: add note for build errors and hmr

v0.5.0

28 Jan 12:50

Choose a tag to compare

Bugfixes

  • fix: strip accept header when using history-api-fallback (#98)
  • fix: undefineds in client. fixes #78, #95

Features

  • feat: add client.silent option (#97)

Updates

  • chore(meta): Add support for node 10.15.0 and above in 'engines' (#93)

Documentation

  • docs(recipes): add publicPath + external/static html file (#87)
  • docs: add vote issue faq

v0.4.0

06 Jan 13:56

Choose a tag to compare

Bugfixes

  • fix: promise, null validation. use joi.bind (#76)
  • fix: z-index on overlays set to max allowed (#82)

Features

  • feat: static middleware options (#83)

Updates

  • chore(meta): Add support for node 11 in 'engines' (#74)
  • chore: update type definitions (#84)
  • docs: add client file concepts (#68)
  • docs: add vue recipe (#72)
  • docs: add size badges to FEATURES.md (#75)
  • docs: fix option name on example (#77)

v0.3.1

26 Dec 14:07

Choose a tag to compare

Bugfixes

  • fix: position status overlay absolute. fixes #67 (#70)
  • fix: test: fixes host and port Promise support (#69)

Documentation

  • docs: add custom open uri recipe (#71)