Skip to content

Releases: jahredhope/html-render-webpack-plugin

v2.0.3

27 Mar 03:04
e1f9ef3
Compare
Choose a tag to compare

2.0.3 (2020-03-27)

Bug Fixes

  • Ensure render errors are caught before success messaging sent (#49) (e1f9ef3)

v2.0.2

23 Feb 11:42
Compare
Choose a tag to compare

2.0.2 (2020-02-23)

Performance Improvements

  • Reuse stats between renders (9fa7e14)

v2.0.1

27 Nov 11:13
faafb06
Compare
Choose a tag to compare

2.0.1 (2019-11-27)

Bug Fixes

  • HMR: Support render assets as array of files from HMR (faafb06)

v2.0.0

27 Nov 03:24
203a21b
Compare
Choose a tag to compare

2.0.0 (2019-11-27)

Features

  • Add just-in-time rendering, TypeScript support and improved API (203a21b)

BREAKING CHANGES

Features

  • Add ability to create an Express Middleware to perform just-in-time rendering during development
  • Add support for skipping rendering files at end of build
  • Add support for transformExpressPath to much like transformFilePath
  • Add support for manually calling renders with renderWhenReady
  • Add TypeScript support

Changes

  • Migrate to usage based naming.htmlRenderPlugin.statsCollectorPlugin for stat collection and rendererPlugin for rendering.
  • Deprecate previous render() syntax
  • Rewrite in Typescript.
  • Rewrite in functional syntax. Still uses Class syntax to reduce breaking changes.
  • Remove deprecated multiCompiler apply capability
  • Pass webpackStats through by default to render function
  • Removed render build from being added to webpackStats by default. This is now an opt-in behaviour
  • Removed verbose option. Migrated to debug for debug logging.

v1.2.0

11 Aug 04:39
a953ce9
Compare
Choose a tag to compare

1.2.0 (2019-08-11)

Features

v1.1.1

03 Jan 22:34
Compare
Choose a tag to compare

1.1.1 (2019-01-03)

Bug Fixes

  • Add render errors to compilation (1f7d36c)

v1.1.0

28 Dec 01:46
18c1c99
Compare
Choose a tag to compare

1.1.0 (2018-12-28)

Features

v1.0.4

27 Dec 03:18
318413b
Compare
Choose a tag to compare

1.0.4 (2018-12-27)

Bug Fixes

  • Improve error reporting on incorrect entry (#14) (318413b)

v1.0.3

27 Nov 23:28
5435303
Compare
Choose a tag to compare

1.0.3 (2018-11-27)

Bug Fixes

  • Use 'main' as default render entry (#10) (5435303)

v1.0.2

27 Nov 03:30
8d35879
Compare
Choose a tag to compare

1.0.2 (2018-11-27)

Bug Fixes

  • Default renderDirectory to output path (#7) (8d35879)