## [2.1.3](https://github.com/ef-carbon/fetch/compare/v2.1.2...v2.1.3) (2018-08-30)


### Bug Fixes

* **build:** babel polyfill ([aed0dc5](https://github.com/ef-carbon/fetch/commit/aed0dc5))

## [2.1.2](https://github.com/ef-carbon/fetch/compare/v2.1.1...v2.1.2) (2018-08-30)


### Bug Fixes

* **build:** only `transform-new-target` for React Native ([ee6149f](https://github.com/ef-carbon/fetch/commit/ee6149f))

## [2.1.1](https://github.com/ef-carbon/fetch/compare/v2.1.0...v2.1.1) (2018-08-29)


### Bug Fixes

* **build:** babel the UMD ([c11f3a4](https://github.com/ef-carbon/fetch/commit/c11f3a4))

# [2.1.0](https://github.com/ef-carbon/fetch/compare/v2.0.5...v2.1.0) (2018-08-28)


### Features

* add `fetch` export global shim ([fc0c9be](https://github.com/ef-carbon/fetch/commit/fc0c9be))
* add actual class shim exports ([86abd5e](https://github.com/ef-carbon/fetch/commit/86abd5e))
* add class getters on the fetch object ([6ec4e36](https://github.com/ef-carbon/fetch/commit/6ec4e36))

## [2.0.5](https://github.com/ef-carbon/fetch/compare/v2.0.4...v2.0.5) (2018-08-08)


### Bug Fixes

* **polyfill:** only require `node-fetch` if native is invalid ([e630a61](https://github.com/ef-carbon/fetch/commit/e630a61))

## [2.0.4](https://github.com/ef-carbon/fetch/compare/v2.0.3...v2.0.4) (2018-07-17)


### Bug Fixes

* **build:** load polyfill when in ReactNative ([ee7237a](https://github.com/ef-carbon/fetch/commit/ee7237a))

## [2.0.3](https://github.com/ef-carbon/fetch/compare/v2.0.2...v2.0.3) (2018-07-17)


### Bug Fixes

* **build:** include `[@ef-carbon](https://github.com/ef-carbon)/fetch/install` module in package ([0e1e1dd](https://github.com/ef-carbon/fetch/commit/0e1e1dd))

## [2.0.2](https://github.com/ef-carbon/fetch/compare/v2.0.1...v2.0.2) (2018-07-16)


### Bug Fixes

* import bundled polyfill when installing ([754c793](https://github.com/ef-carbon/fetch/commit/754c793))

## [2.0.1](https://github.com/ef-carbon/fetch/compare/v2.0.0...v2.0.1) (2018-07-13)


### Bug Fixes

* **build:** correctly polyfill when UMD is loaded in Node ([8bbc265](https://github.com/ef-carbon/fetch/commit/8bbc265))
* **setup:** check currently installed globals ([0134360](https://github.com/ef-carbon/fetch/commit/0134360))

# [2.0.0](https://github.com/ef-carbon/fetch/compare/v1.3.2...v2.0.0) (2018-07-12)


### Bug Fixes

* **response:** remove static `error` method ([f241294](https://github.com/ef-carbon/fetch/commit/f241294))
* **response:** remove static `redirect` method ([fdbd1f7](https://github.com/ef-carbon/fetch/commit/fdbd1f7))


### Code Refactoring

* exposes global definitions ([f117dfc](https://github.com/ef-carbon/fetch/commit/f117dfc))


### BREAKING CHANGES

* **response:** the static `error` method has been removed from the interface as it is not supported in `node-fetch` (even though it is in the typings)
* **response:** the static `redirect` method has been removed from the interface as it is not supported in `node-fetch` (even though it is in the typings)
* The library now exposes the global `fetch`, `Headers`, `Request` and `Response` definitions. This allows downstream packages to write code as if they were to be operating in a browser environment but without having to pollute the global scope with all of the core TypeScript DOM definitions. See the API presentation at https://gitpitch.com/ef-carbon/fetch. The previous extend `fetch` implementation has been moved to `@ef-carbon/fetcher`.

## [1.3.2](https://github.com/ef-carbon/fetch/compare/v1.3.1...v1.3.2) (2018-06-25)


### Bug Fixes

* **convert:** allow conversions to strings and numbers ([ece090a](https://github.com/ef-carbon/fetch/commit/ece090a))

## [1.3.1](https://github.com/ef-carbon/fetch/compare/v1.3.0...v1.3.1) (2018-06-21)


### Bug Fixes

* correct JSON overloads ([4b5fc36](https://github.com/ef-carbon/fetch/commit/4b5fc36))

# [1.3.0](https://github.com/ef-carbon/fetch/compare/v1.2.2...v1.3.0) (2018-06-20)


### Features

* conversion of JSON ([a0164b0](https://github.com/ef-carbon/fetch/commit/a0164b0))

<a name="1.2.2"></a>
## [1.2.2](https://github.com/ef-carbon/fetch/compare/v1.2.1...v1.2.2) (2018-05-17)


### Bug Fixes

* allow headers to be set ([2822c3f](https://github.com/ef-carbon/fetch/commit/2822c3f))

<a name="1.2.1"></a>
## [1.2.1](https://github.com/ef-carbon/fetch/compare/v1.2.0...v1.2.1) (2018-05-10)


### Bug Fixes

* correctly log the invalid JSON ([b6bb102](https://github.com/ef-carbon/fetch/commit/b6bb102))

<a name="1.2.0"></a>
# [1.2.0](https://github.com/ef-carbon/fetch/compare/v1.1.0...v1.2.0) (2018-05-10)


### Features

* allow request to accept Headers object ([d2b82ad](https://github.com/ef-carbon/fetch/commit/d2b82ad))

<a name="1.1.0"></a>
# [1.1.0](https://github.com/ef-carbon/fetch/compare/v1.0.0...v1.1.0) (2018-05-09)


### Features

* verify JSON body ([e0637d4](https://github.com/ef-carbon/fetch/commit/e0637d4))

<a name="1.0.0"></a>
# 1.0.0 (2018-05-09)


### Features

* implement `fetch` wrapper ([f964d38](https://github.com/ef-carbon/fetch/commit/f964d38))
