fix(core): Refactored caching strategy for service worker to improve compatibility and performance.

This commit is contained in:
2025-02-04 01:58:48 +01:00
parent 0017a559ca
commit ab4c302cea
3 changed files with 152 additions and 211 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-04 - 3.0.63 - fix(core)
Refactored caching strategy for service worker to improve compatibility and performance.
- Removed hard and soft caching distinctions.
- Simplified cache setup process.
- Improved browser caching control headers.
## 2025-02-04 - 3.0.62 - fix(Service Worker)
Refactor and clean up the cache logic in the Service Worker to improve maintainability and handle Safari-specific cache behavior.