Offline Plugin Versions Save

Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)

v4.8.5

6 years ago
  • Fixed compatibility with webpack 4 Alpha

v4.8.4

6 years ago
  • Make sure AppCache's postMessage events do not conflict with other libraries/tools #305

v4.8.3

6 years ago

v4.8.1

7 years ago
  • Fix TypeScript typings

v4.8.0

7 years ago
  • [Internals]: Async waitUntil is now a thing (polyfilled)
  • Added TypeScript definitions
  • RegExp support in cache paths #205
  • Added ServiceWorker.minify option to force to minify #204 & #206
  • Allow ServiceWorker to be installed on any local IP (127.*.*.*) #251
  • Ship ServiceWorker.minify option which controls if ServiceWorker's code will be minified or not

v4.7.0

7 years ago
  • ServiceWorker can now be registered at 127.0.0.1 #188
  • New ServiceWorker.navigateFallbackForRedirects option which is true by default (compatibility reasons) #230
  • Fixed new security restriction introduced in browsers regardless navigation requests and redirects #231

v4.6.2

7 years ago
  • Wrap applicationCache.update() with try..catch #189

v4.6.1

7 years ago
  • Fixed syntax error in runtime-template.js

v4.6.0

7 years ago
  • Fixed compatibility with hard-source-webpack-plugin #148
  • Added autoUpdate option and runtime.update() method #169

v4.5.5

7 years ago
  • Fix request.headers typo in validatePrefetch which was preventing setting custom headers for prefetch requests