Skip to content

Releases: Mouvedia/cb-fetch

1.10.0

14 Jun 13:56
Compare
Choose a tag to compare

Outstanding Fix

FF 3.5–7

  • support in worker threads

Improvements

  • TypeScript declaration file
  • Flow library definition
  • Bower support
  • do not catch errors originating in userland
  • faster initial execution and parsing of index.min.js

Notable Features

  • indexed field names for query strings
  • verb methods support relative paths
  • fetch timeout (parity with XDR and XHR)
  • query method appends

1.5.0

25 Sep 14:45
Compare
Choose a tag to compare

Outstanding Fixes

IE10+

  • support in worker threads

XDR

  • setting a responseMediaType is not required anymore if the response type is document

Notable Features

  • download progress monitoring
  • pre/post request interceptors
  • request abortion
  • explicit dependency declaration (mandatory for bundlers)
  • consolidate and extend the options

API Break