Skip to content

Releases: waysact/webpack-subresource-integrity

v1.0.2

04 Dec 17:25
Compare
Choose a tag to compare
  • Fix error with chunk names that are not valid JS identifiers (#53) @tyscorp

v1.0.1

03 Jul 08:16
Compare
Choose a tag to compare
  • Fix peerDependencies for Webpack 3.x

v1.0.0

29 Jun 16:41
Compare
Choose a tag to compare
  • Upgrade dev dependencies
  • Ensure compatibility with Webpack 3 and Node 8
  • Clarify incompatibility with hot reloading (#46)

v1.0.0-rc.1

11 May 11:52
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • Remove deprecated code BREAKING
    • The crossorigin option is no longer supported, use webpack option output.crossOriginLoading instead (#20)
  • Upgrade dev dependencies
  • Switch code style to eslint-config-airbnb-base/legacy

v0.9.0

01 Mar 14:41
Compare
Choose a tag to compare
  • Remove compatibility with Webpack 2 release candidates
  • Fix infinite recursion with certain code splitting configurations (#37)
  • Fix Node.js compatibility declaration, 0.12 wasn't working
  • Upgrade dev dependencies
  • Improve test coverage and CI comprehensiveness: Webpack 1 and 2 are
    now tested with Node 4 through 7 on both Linux and Windows. Also,
    tests are re-run weekly on Travis to ensure ongoing compatibility
  • Small improvements in README: updated copyright, more badges

v0.8.2

15 Dec 19:03
Compare
Choose a tag to compare
  • Recommend Cache-Control: no-transform when using plain HTTP
  • Prevent warning about webpack 2.2.0-rc peer dependency.

v0.8.1

08 Dec 14:56
Compare
Choose a tag to compare

Fix a crash on windows (#22)

v0.8.0

07 Dec 08:17
Compare
Choose a tag to compare

Deprecate crossorigin option and warn if webpack output.crossOriginLoading option isn't set (#20)

v0.7.0

22 Nov 00:04
Compare
Choose a tag to compare
  • Better plugin registration, enables compatibility with Hot Module Replacement (HMR) (#14, #15)
  • Warn when used together with HMR
  • Fix a bug with html-webpack-plugin when HTML output file is in parent directory (#15)
  • Change configuration syntax, add enabled and crossorigin options (#18)
  • Restructure and improve README
  • Add contribution guidelines

This release deprecates passing an array of hash function names directly to the plugin constructor. You should update your code accordingly. See #18 for details.

v0.6.0

14 Nov 13:07
Compare
Choose a tag to compare
  • Resolve asset paths relative to publicPath (#11)
  • Fix deprecation warning with newer versions of html-webpack-plugin (#12)
  • Improve support for custom html-webpack-plugin templates (#13)
  • Upgrade development dependencies