Releases: rspack-contrib/html-rspack-plugin
Releases · rspack-contrib/html-rspack-plugin
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