fetch-intercept
Version:
Interceptor library for the native fetch command inspired by angular http intercepts.
40 lines (22 loc) • 758 B
Markdown
# Version 2.4.0
* `Request` object added to the `response` and `error` object [#36](https://github.com/werk85/fetch-intercept/pull/36) (@neorel)
# Version 2.3.1
* Typings improved #24
# Version 2.3.0
* TypeScript definitions added #21
* Let bundler decide whether env is node or browser #7
# Version 2.2.3
* Reverted #8 cause it leads to incorrect environment detection when webpack is used #9
# Version 2.2.2
* Remove irrelevant code #8
# Version 2.2.1
* .babelrc removed from npm package #4
# Version 2.2.0
* Lodash dependencies removed.
* Production and development build added.
# Version 2.1.0
* React-Native Support added #2.
# Version 2.0.1
* Webpack externals fixed.
# Version 2.0.0
* Node and Webworker support added #1.