Skip to content

Releases: NekR/offline-plugin

v4.8.5

07 Dec 10:35
Compare
Choose a tag to compare
  • Fixed compatibility with webpack 4 Alpha

v4.8.4

23 Sep 19:20
Compare
Choose a tag to compare
  • Make sure AppCache's postMessage events do not conflict with other libraries/tools #305

v4.8.3

11 Jul 16:20
Compare
Choose a tag to compare

v4.8.1

20 May 20:59
Compare
Choose a tag to compare
  • Fix TypeScript typings

v4.8.0

18 May 19:25
Compare
Choose a tag to compare
  • [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

13 Apr 16:35
Compare
Choose a tag to compare
  • 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

17 Mar 16:40
Compare
Choose a tag to compare
  • Wrap applicationCache.update() with try..catch #189

v4.6.1

03 Feb 16:21
Compare
Choose a tag to compare
  • Fixed syntax error in runtime-template.js

v4.6.0

03 Feb 05:53
Compare
Choose a tag to compare
  • Fixed compatibility with hard-source-webpack-plugin #148
  • Added autoUpdate option and runtime.update() method #169

v4.5.5

14 Jan 02:48
Compare
Choose a tag to compare
  • Fix request.headers typo in validatePrefetch which was preventing setting custom headers for prefetch requests