Releases: rspack-contrib/html-rspack-plugin
Releases · rspack-contrib/html-rspack-plugin
v6.1.2
v6.1.1
What's Changed
- fix: replace with statement for SWC strict mode compatibility by @chenjiahan in #40
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- perf: implement snapshot validation by @chenjiahan in #39
Full Changelog: v6.0.5...v6.1.0
v6.0.5
v6.0.4
What's Changed
- fix: incorrect types in
typings.d.ts
by @chenjiahan in #37
Full Changelog: v6.0.3...v6.0.4
v6.0.3
What's Changed
- fix: inject tags to HTML template without
<head>
tag by @chenjiahan in #36 - fix(deps): update all non-major dependencies by @renovate in #25
- chore(deps): update dependency webpack to v5.94.0 [security] by @renovate in #23
- chore(deps): update dependency pug to v3.0.3 [security] by @renovate in #18
- chore(deps): update actions/checkout action to v4 by @renovate in #27
New Contributors
Full Changelog: v6.0.2...v6.0.3
v6.0.2
What's Changed
- perf: simplify filename RegExp by @chenjiahan in #21
- fix: deprecate
getHooks
static method by @chenjiahan in #22
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
- fix: set URL parser for all javascript module types by @chenjiahan in #20
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- docs: update README by @chenjiahan in #1
- perf!: remove builtin html-minifier-terser by @chenjiahan in #2
- types: allow minify option to return promise by @chenjiahan in #3
- fix: default value of minify option by @chenjiahan in #4
- feat: title defaults to 'Rspack App' by @chenjiahan in #5
- feat: rename plugin to HtmlRspackPlugin by @chenjiahan in #6
- feat: use @rspack/lite-tapable by @chenjiahan in #7
- fix!: no longer support deprecated [templatehash] by @chenjiahan in #8
- refactor: replace lodash with a minimal implementation by @chenjiahan in #9
- chore: move files to lib by @chenjiahan in #10
- fix!: no longer set default meta for templateContent by @chenjiahan in #11
- perf: skip childCompilerPlugin when using templateContent by @chenjiahan in #12
- chore: remove this.userOptions by @chenjiahan in #13
- fix: es template string breaks template compiling by @xc2 in #15
- feat(deps): bump @rspack/lite-tapable 1.0.0 by @chenjiahan in #16
- chore: add renovate config by @chenjiahan in #17
Full Changelog: https://github.com/rspack-contrib/html-rspack-plugin/commits/v6.0.0