Skip to content

Releases: waysact/webpack-subresource-integrity

v1.1.0

11 Oct 00:16
d72495a
Compare
Choose a tag to compare

v1.1.0-rc.7

04 Oct 15:24
27c9b64
Compare
Choose a tag to compare
v1.1.0-rc.7 Pre-release
Pre-release
  • Avoid duplicate error message on Webpack 4.20
  • Fix crash in non-web builds, emit warning instead (#87)
  • Declare peer dependency on html-webpack-plugin (#90)

v1.1.0-rc.6

12 Sep 14:26
2ddc979
Compare
Choose a tag to compare
v1.1.0-rc.6 Pre-release
Pre-release
  • Fix a bug occurring in a certain constellation (Webpack 4 with splitChunks optimization in production mode plus mini-css-extract-plugin) by simplifying chunk-to-asset mapping code (#83)

v1.1.0-rc.5

10 Sep 08:35
905dfbd
Compare
Choose a tag to compare
v1.1.0-rc.5 Pre-release
Pre-release
  • Fix incompatibility with Webpack 4.13+ where the crossOrigin attribute wasn't always set.
  • Fix incompatibility with Webpack 4.3+ contenthash placeholder. (#78)
  • Preliminary compatibility with upcoming html-webpack-plugin 4. (#80)

v1.1.0-rc.4

16 Mar 00:12
41b0b52
Compare
Choose a tag to compare
v1.1.0-rc.4 Pre-release
Pre-release
  • Fix bug with multiple files per chunk (#68)

v1.1.0-rc.3

13 Mar 23:30
09235ee
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release
  • Improve warning for incorrect crossOriginLoading setting (#64)
  • Make Puppeteer a dev dependency (#66)

v1.1.0-rc.2

28 Feb 15:11
334e635
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release
  • Add missing distribution files

v1.1.0-rc.1

28 Feb 00:40
59f7df8
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release
  • Add support for Webpack 4
  • Turn Webpack-based test cases into examples
  • Upgrade dev dependencies
  • Remove obsolete warning about Chrome 45/46 bugs

v1.0.4

14 Feb 09:09
b33ea46
Compare
Choose a tag to compare
  • Fix bug with multiple commons chunks (#58)

v1.0.3

06 Dec 11:24
Compare
Choose a tag to compare
  • More robust path matching, fixes errors with certain ExtractTextPlugin output path formats (#22)