Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

5.1.1

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 04 May 19:25
· 16 commits to master since this release

What's New?

The 5.1.1 includes a change to always remove the hash (a.k.a. URL fragment) portion of the a request's URL before determining whether sw-precache should respond to it. This accounts for new behavior in Chrome and Firefox, as per an update to the service worker specification.

It also fixes a bug in the sw-toolbox integration that preventing the successResponses option from being set properly.

PRs Since Previous Release

Thanks

Thanks to @whmountains for reporting the underlying issue with hashes, and to @mahwy for their fix to the successResponses configuration.