Skip to content

v0.3.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 08 Jul 07:39

Features

  • Throwing an exception in a request middleware function now produces a valid request error (network error) and cancels a pending request (#28, #29).

Bug fixes

  • Fixes an issue that resulted into a custom callback function to http/https request being called twice (#26).

Internal

  • Improves request debugging by attaching request method and URL to the debug statements (#23, #30).