| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-07-26 | 1.2 kB | |
| Workbox 1.2.0 source code.tar.gz | 2017-07-26 | 279.5 kB | |
| Workbox 1.2.0 source code.zip | 2017-07-26 | 489.4 kB | |
| Totals: 3 Items | 770.1 kB | 0 | |
What's new?
The v1.2.0 release contains a number of smaller changes and bug fixes across several packages; note that packages that have not changed since the last release will not have a 1.2.0 version published on npm.
workbox-background-sync
workbox-build
- typo: fix small typo (thanks to @markgoho)
- Copies sourcemap over with source files
- Adding defaults to workbox-build
- Add use strict to generate-sw for Node 4 support (thanks to @MaxLeiter)
- Adds support for manifestTransforms
workbox-cache-expiration
- Fixes a bug with cacheFirst handler + maxAgeSeconds + CORS request (h/t to @pbakaus for reporting)