| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v3.0.0-alpha.3.zip | 2017-12-13 | 451.1 kB | |
| workbox-v3.0.0-alpha.3.tar.gz | 2017-12-13 | 409.3 kB | |
| README.md | 2017-12-13 | 880 Bytes | |
| Workbox v3.0.0-alpha.3 source code.tar.gz | 2017-12-13 | 465.6 kB | |
| Workbox v3.0.0-alpha.3 source code.zip | 2017-12-13 | 728.1 kB | |
| Totals: 5 Items | 2.1 MB | 0 | |
🎉 Whats New
- [#1108] Added workbox-range-requests to v3
- [#1104]
globFollowandglobStrictadded to workbox-build. This means symbolic links will be followed when searching for files and any errors discovered byglobwill 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)