BREAKING changes
- entrypoint now exports only fetch utils and types (
configureFetch, applyMiddleware
) (#17) dump, json, html
moved to/response
(#17)router, route
moved to/server
(#17)
Minor changes
middleware/retry
: now retries by default when response is not ok (#18)middleware/retry
: loop conditions can be specified via config (#18)middleware/retry
: when response is received and it is not ok, it will be dumped (potential memory leaks) (#18)
Full Changelog: 0.0.21...0.1.0