Workbox v3.0.0-alpha.3
Pre-release
Pre-release
🎉 Whats New
- #1108 Added workbox-range-requests to v3
- #1104
globFollow
andglobStrict
added to workbox-build. This means symbolic links will be followed when searching for files and any errors discovered byglob
will now throw.
🐛 Whats Fixed
- #1111 Fixed a bug in precaching where indexedDB wasn't updating correctly
- #1112 Fixes updates to precaching indexedDB schema when upgrading from V2 to V3
- #1116 Fixes a grouping issue in logs if precaching fails.
⚠️ Breaking Changes
- #1105 The default destination of a service worker for the CLI has changed from 'build/' to the location of the
globDirectory
(i.e. the directory searched for files to precache). - #1079 workbox-cache-expiration now throws an error if you attempt to use it on the runtime cache (i.e. the shared cache used by all strategies by default)