Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Releases: oliviertassinari/serviceworker-webpack-plugin

bugfix: Oops, postinstall was not meant for users of the package

23 Jul 13:00
Compare
Choose a tag to compare

Webpack 4 compatibility

23 Jul 12:29
Compare
Choose a tag to compare
  • update for webpack 4
  • update deps & webpack requirement
  • chore: Make mocha throw on depreciation warnings
  • chore: Add testcase on the contents of generatedd ServiceWorker
  • chore: add github templates and community guidelines (#60)
  • chore: Ensure proper error message when using swp with old version of webpack (#80)
  • chore: Force travis to use node 8

v1.0.0-alpha01

21 Mar 10:21
Compare
Choose a tag to compare
v1.0.0-alpha01 Pre-release
Pre-release

Improvements

  • Update for webpack 4 (thanks to @fnlctrl)
  • Update dependencies

v0.2.3

22 Jun 18:48
Compare
Choose a tag to compare

Fixes / Enhancements

v0.2.2

22 May 21:13
Compare
Choose a tag to compare

Fixes / Enhancements

  • fix: improve the error message (#30)

v0.2.1

18 Mar 10:11
Compare
Choose a tag to compare

Fixes / Enhancements

  • [options] Add a new transformOptions callback (#26) @melvey

v0.2.0

14 Feb 22:42
Compare
Choose a tag to compare

Breaking changes

  • Use publicPath: '/', by default (133ae6c)

Fixes / Enhancements

  • Add include option - whitelist for matching assets (#22) @oller
  • [core] Add unit tests (#23)

v0.1.8

24 Jan 20:10
Compare
Choose a tag to compare

Fixes / Enhancements

  • [webpack] Makes sure it's working with v2 (8e7dc76)
  • [npm] Upgrade the dev dependencies (ce02b7f)

v0.1.7

11 Nov 12:52
Compare
Choose a tag to compare

Improvements

  • Add a template option for statically generated service worker source.

v0.1.6

09 Oct 20:02
Compare
Choose a tag to compare

Bug fixes

  • Fix inconsistent usage of the options API (e7d69ba)