Skip to content

Latest commit

 

History

History
123 lines (82 loc) · 3.41 KB

HISTORY.md

File metadata and controls

123 lines (82 loc) · 3.41 KB

History

1.1.1

  • Bug: Better inference of RawSource for use with Terser plugin. #91

1.1.0

  • Feature: Add opts.emit option. #89 #84

1.0.3

1.0.2

  • Bug: Fix multiple stats output with webpack --watch. #59

1.0.1

  • Bug: Fix multiple stats output issue. #55 #57
  • Bug: Change processAssets hook stage to PROCESS_ASSETS_STAGE_REPORT to correctly get hashed asset names. #56

1.0.0

  • Feature: Support webpack@5.
  • Package: Remove package.json:engines and test tweaks for node4.
  • Test: Refactor and separate webpack versions from configs.

0.3.2

  • Feature: Allow opts.filename to take Function argument. #47 #48 (@dominics)

0.3.1

  • Bug: Fix options issue with stats default fields included in output. #44

0.3.0

0.2.1

  • Feature: Allow opts.transform to be a Promise as well as a Function. #27
  • Bug: Correctly fail plugin if opts.transform throws in webpack4.
  • Test: Test errors in all versions of webpack.

0.2.0

  • Breaking: Update to node4+.
  • Webpack4 compatibility. ([@jdelStrother][])

0.1.5

0.1.4

0.1.3

0.1.2

  • Bad release

0.1.1

  • Allow opts.transform to output arbitrary formats. (@tanem)

0.1.0

  • Emit stat file in compilation assets, allowing use in webpack-dev-server / webpack-stream. Fixes #4 (@seanchas116)

0.0.3

  • Add mkdir -p functionality for opts.path directories.

0.0.2

  • Actually works.

0.0.1

  • Is embarrassing and shall be forgotten.