1.7.0 (2026-04-19)
Bug Fixes
- allow interception from service worker and subdocuments (2863e90)
- ignore prefetch requests on Chrome (9af9f4b), closes #131
- only run watchSettings callback if values have changed (3487bf4)
- refactor serializeRequest/deserializeRequest (b3fb4fc)
- refactor serializeResponse/deserializeResponse (c4cc9f2)
- resolve settings watcher race condition (6553160)
Features
- additional interception method to directly intercept fetch calls (989a87a)