This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
4.2.0
What's New?
The 4.2.0
release brings the devDependencies/dependencies
for the project up to date, including requiring the latest release of sw-toolbox
.
It also clarifies the documentation and examples around the external configuration file passed to the sw-precache
command-line-interface via the --config
option. The code has always supported either a JSON file or a CommonJS module for configuration, but passing in a CommonJS module offers a cleaner syntax and allows developers to use JavaScript objects, like regular expressions, that can't be expressed as JSON. The examples now encourage the use of CommonJS module for the --config
value.
Significant PRs Since Previous Release
Thanks
Thanks to @mactookmyname for their contribution leading to this release.