fix(readme): Update documentation with advanced usage and examples

This commit is contained in:
2025-02-04 17:09:49 +01:00
parent 1a9c656f2e
commit b1983edcd7
3 changed files with 157 additions and 34 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-04 - 3.0.65 - fix(readme)
Update documentation with advanced usage and examples
- Added section on advanced usage including service worker and edge worker setup
- Detailed integration examples for type-safe API requests and WebSocket communication
- Expanded configuration options and cache strategies
## 2025-02-04 - 3.0.64 - fix(serviceworker)
Improve cache handling and response header management in service worker.