Skip to content

Latest commit

 

History

History
114 lines (50 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

114 lines (50 loc) · 3.79 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2017-07-26)

Bug Fixes

  • remove = from default export (SyntaxError) (#178) (3fe2d12)

Code Refactoring

BREAKING CHANGES

  • Enforces Webpack standard NodeJS engines range. at the time of merge >= 4.3 < 5.0.0 || >= 5.10.

1.0.0-rc.0 (2017-07-26)

Bug Fixes

  • remove = from default export (SyntaxError) (#178) (3fe2d12)

1.0.0-beta.1 (2017-06-09)

Code Refactoring

1.0.0-beta.0 (2017-06-07)

Code Refactoring

BREAKING CHANGES

  • Enforces Webpack standard NodeJS engines range. at the time of merge >= 4.3 < 5.0.0 || >= 5.10.

0.11.2 (2017-06-05)

Bug Fixes

  • index: allow to override publicPath with an empty string (#145) (26ab81a)
  • init publicPath to undefined (#159) (e4c0b2a)

0.11.1 (2017-04-01)

Bug Fixes

  • outputPath function overriden by useRelativePath (#139) (80cdee2)

0.11.0 (2017-03-31)

Features

0.10.1 (2017-02-25)

Bug Fixes

  • getOptions: deprecation warn in loaderUtils (#129) (a8358a0)

0.10.0 (2017-01-28)

Features

  • resources: specify custom public file name (6833c70)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.