Releases: icelam/html-inline-script-webpack-plugin
Releases · icelam/html-inline-script-webpack-plugin
v3.2.1
3.2.1 (2023-08-09)
Bug Fixes
- resolve public path base on html-webpack-plugin and webpack config (c333304)
v3.2.0
3.2.0 (2023-06-02)
Features
- support preserving inlined assets by regex (#434) (239e7b9)
v3.1.0
3.1.0 (2022-08-05)
Features
- escape all </script> that appears inside source (cdf4b31)
v3.0.1
3.0.1 (2022-07-24)
Bug Fixes
- unable to match assets when filename contains special characters (ce6be9c)
v3.0.0
3.0.0 (2022-02-27)
Features
- new option for defining HTML templates the plugin should process (1ffe025)
v1.1.6
1.1.6 (2021-11-04)
Bug Fixes
- This release is same as 1.1.5 to fix issue #290
v2.0.3
2.0.3 (2021-10-30)
Bug Fixes
- delete only script files which has been processed by plugin (4e40c19)
v1.1.5
1.1.5 (2021-10-30)
Bug Fixes
- delete only script files which has been processed by plugin (f725bd7)
v2.0.2
2.0.2 (2021-07-04)
Bug Fixes
v1.1.4
1.1.4 (2021-07-04)
Bug Fixes
- invalid logic on missing script check (aa66df0)