All release notes

v1.28.0

1 feature

Implement major version update detection in service worker

  • Added functionality to extract version from cache names and determine if a major version update has occurred.
  • Enhanced service worker's controller change listener to handle major updates differently, skipping automatic reloads for major updates while providing user notifications for minor/patch updates.
  • Improved error handling during version checks to ensure smooth updates.