Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@krutoo krutoo released this 31 Oct 19:31
61cda67

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