v1.3.0
Immutable
release. Only release title and notes can be modified.
Changed
@studnicky/fetchis now isomorphic: requests run over the runtime's nativefetchin both the browser and Node, with the interceptor pipeline, timeout, request builder, and URL utilities working identically in each. The undici connection-pool dispatcher is a Node-only enhancement — disabled by default and selected by export condition; enabling it in a browser throws a clear error. Adds a live in-browser runnable demo and corrects the prior "Node-only" documentation.