Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.1 KB

@webpack-blocks/dev-server - Changelog

2.0.0-alpha

  • Support for webpack 4 (#261)

1.0.0

  • Removed proxy() (#251)

1.0.0-rc

  • Removed reactHot() (#214)

1.0.0-beta.3

  • Update webpack-dev-server to v2.6.1, now compatible with webpack v3 (#179)
  • Less noisy default options

1.0.0-beta.2

  • Make webpack a peer dependency, make compatible with webpack v3 (#174)

1.0.0-beta

  • Make reactHot support match()

1.0.0-alpha

  • Updated for new core API (#125)
  • Requires node 6+

0.4.0

  • Make dev-server composable (calling it multiple times in a single config works as expected; see #78)

0.3.0

Initial non-beta release. Aligned with the v0.3 release changes.

0.1.0-beta

Initial beta release.