| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-07-12 | 1.6 kB | |
| Workbox 1.1.0 source code.tar.gz | 2017-07-12 | 213.9 kB | |
| Workbox 1.1.0 source code.zip | 2017-07-12 | 421.7 kB | |
| Totals: 3 Items | 637.2 kB | 0 | |
What's new?
The v1.1.0 release contains a number of smaller changes and bug fixes across multiple packages.
workbox-sw
- You can now unregister previously registered routes using
workbox-sw: https://github.com/GoogleChrome/workbox/pull/632 - The URL's query parameters will be included when matching
NavigationRoute's white/blacklist: https://github.com/GoogleChrome/workbox/pull/637 - Makes it easier to register custom
Routeinstances when usingworkbox-sw: https://github.com/GoogleChrome/workbox/pull/639 - Support for using non-
GETHTTP verbs inworkbox-sw's routes: https://github.com/GoogleChrome/workbox/pull/662
workbox-build / workbox-cli / workbox-webpack-plugin
- Ignore
node_modulesby default when usingworkbox-build: https://github.com/GoogleChrome/workbox/pull/609 - Improvements to
workbox-cliwhen run from a directory that doesn't have subdirectories, or has hidden directories: https://github.com/GoogleChrome/workbox/pull/614 and https://github.com/GoogleChrome/workbox/pull/616 workbox-buildno longer unconditionally prepends a leading '/': https://github.com/GoogleChrome/workbox/issues/560
workbox-background-sync
- Fixes to replaying requests in
workbox-background-sync: https://github.com/GoogleChrome/workbox/pull/601 - Added additional callbacks to
workbox-background-sync: https://github.com/GoogleChrome/workbox/pull/666
Common
- Smaller
devbundles: https://github.com/GoogleChrome/workbox/pull/594 - Hashes present in request URLs will be stripped: https://github.com/GoogleChrome/workbox/pull/633