This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
3.2.0
What's New?
The 3.2.0
release brings a few bug fixes, primarily around passing options to the command line interface.
It also brings with it a change to the cache-busting parameter used when populating the cache, which should make it play nicer when used in conjunction with a caching CDN proxy.
Finally, it works around an uncommon bug that could leave the cache in an unhappy state if the install
handler is interrupted.
PRs Since Previous Release
- Fix typo in test.
- Remove the sourcemap comment when inlining sw-toolbox
- Fix a typo.
- Guard against empty caches due to a previously aborted install handler
- Use the expected hash as the cache busting param.
- Exclude the file passed to write() from being picked up
- Properly read in runtimeCaching option from external config file
- Adds webfont extensions to staticFileGlobs example
- chore(cli): add "maximumFileSizeToCacheInBytes"
- Update links for runtimeCaching documentation
Thanks
Thanks to @TimvdLippe, @manekinekko, @zenorocha, @jpmedley, and @halfninja for their PR contributions!