Skip to content

v2.0.3

Choose a tag to compare

@shellscape shellscape released this 07 Jan 22:16
· 152 commits to master since this release

Breaking Changes

As of version 2.0.0, Node v4 is no longer supported. The minimum version of Node
supported is v6.11. Browser support is limited to those browsers which support
native WebSocket. That typically means the last two major versions of a
browser. If you need support for older browsers, please use version 1.x of this
module. If you would like to submit a fix for a 1.x version of the module, please
submit that to the 1.x branch.

  • Removes the hot property from the returned middleware function.

Updates

  • Now leverages webpack-hot-client instead of webpack-hot-middleware.
  • Exports client as a property on the returned middleware function.
  • No longer uses Babel for compiling distribution files.