Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@shellscape shellscape released this 06 Mar 19:52
· 73 commits to master since this release

BREAKING CHANGES

This minor version is an outside-of-semver version that contains a breaking change. Webpack v3 is no longer supported. This is an unusual situation in that it's a breakage that is not likely to affect most users, as the module is still "unstable," not quite ready for the 1.0.0 moniker, and was being marketed to users of the latest version of webpack.

Bugfixes

  • fixes #18: function export configs
  • fixes #25: uncaught koa-webpack error not visible
  • fixes #27: object map string entries should be wrapped in an array
  • fixes #28: child objects in options should merge
  • fixes #29: move webpack-cli to devDeps, remove webpack-hot-client dep
  • Multiple Fixes for Issues and Webpack v4 Support (#31)
  • add host option to getPort call to ensure correct results (#47)
  • fix: configs with partial defaults should be valid (#47)

Features

  • Only copy URL to clipboard when !open (#36)
  • Make copying URI to clipboard optional (#40)
  • Use Cosmiconfig (#41)

Updates

  • Use modular Lodash imports (#32)
  • Add docs for on and add options (#47)
  • Update koa-webpack for webpack v4 (78b66c7)
  • Upgrade to hot-client@2.0.0 (3b719f6)