Releases: NekR/offline-plugin
Releases · NekR/offline-plugin
v4.8.5
- Fixed compatibility with webpack 4 Alpha
v4.8.4
- Make sure AppCache's postMessage events do not conflict with other libraries/tools #305
v4.8.0
- [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
- 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
- Wrap
applicationCache.update()
with try..catch
#189
v4.6.1
- Fixed syntax error in
runtime-template.js
v4.6.0
- Fixed compatibility with
hard-source-webpack-plugin
#148
- Added
autoUpdate
option and runtime.update()
method #169
v4.5.5
- Fix
request.headers
typo in validatePrefetch
which was preventing setting custom headers for prefetch requests