Skip to content

Latest commit

 

History

History
99 lines (43 loc) · 4.26 KB

CHANGELOG.md

File metadata and controls

99 lines (43 loc) · 4.26 KB

Changelog

3.2.1 (2023-08-09)

Bug Fixes

  • resolve public path base on html-webpack-plugin and webpack config (c333304)

3.2.0 (2023-06-02)

Features

  • support preserving inlined assets by regex (#434) (239e7b9)

3.1.0 (2022-08-05)

Features

  • escape all </script> that appears inside source (cdf4b31)

3.0.1 (2022-07-24)

Bug Fixes

  • unable to match assets when filename contains special characters (ce6be9c)

3.0.0 (2022-02-27)

Features

  • new option for defining HTML templates the plugin should process (1ffe025)

2.0.3 (2021-10-30)

Bug Fixes

  • delete only script files which has been processed by plugin (4e40c19)

2.0.2 (2021-07-04)

Bug Fixes

  • invalid logic on missing script check (#198) (e9f9f26)

2.0.1 (2021-05-05)

Bug Fixes

  • chage the default test scope to avoid targeting map files or gzip files (7539425)

2.0.0 (2021-03-21)

Features

1.1.2 (2021-03-06)

Bug Fixes

  • fix no construct signatures error throw by typescript (d00e1a7)

1.1.1 (2021-03-01)

Bug Fixes

  • ignore .husky and scripts folder when publishing package (f056fa2)

1.1.0 (2021-03-01)

Features

1.0.1 (2021-01-22)

Bug Fixes

  • assets source become undefined in some scenario (d60c640), closes #1

1.0.0 (2020-07-09)

Features

  • html inline script webpack plugin (979d3c8)