# [1.7.0](https://github.com/antongolub/reqresnext/compare/v1.6.6...v1.7.0) (2022-02-15)


### Bug Fixes

* lowercasing incoming request headers ([5b944f0](https://github.com/antongolub/reqresnext/commit/5b944f032008add419b87f32bffb849eddedda27))


### Features

* utility to lowercase object properties ([19a50d9](https://github.com/antongolub/reqresnext/commit/19a50d92df66e7dbbff3b2b9a14eff31ff9cf351)), closes [/github.com/howardabrams/node-mocks-http/blob/a0ad193459c102069a9b7de386f16ebf59cab6e0/lib/utils.js#L3-L9](https://github.com//github.com/howardabrams/node-mocks-http/blob/a0ad193459c102069a9b7de386f16ebf59cab6e0/lib/utils.js/issues/L3-L9)

## [1.6.6](https://github.com/antongolub/reqresnext/compare/v1.6.5...v1.6.6) (2022-01-27)


### Bug Fixes

* added unpipe as a noop to request ([#30](https://github.com/antongolub/reqresnext/issues/30)) ([2326dce](https://github.com/antongolub/reqresnext/commit/2326dce1d25f93ce88c96794592405a5f0357e9a))

## [1.6.5](https://github.com/antongolub/reqresnext/compare/v1.6.4...v1.6.5) (2022-01-26)


### Bug Fixes

* concat body in res.end ([5f78461](https://github.com/antongolub/reqresnext/commit/5f784619e210faea2e81e4d11c6a722574b3c8c3))

## [1.6.4](https://github.com/antongolub/reqresnext/compare/v1.6.3...v1.6.4) (2021-07-12)


### Bug Fixes

* update deps, fix vuls ([a33e6d7](https://github.com/antongolub/reqresnext/commit/a33e6d7909dbaf75293d9b25910890913e3584fe))

## [1.6.3](https://github.com/antongolub/reqresnext/compare/v1.6.2...v1.6.3) (2020-02-03)


### Bug Fixes

* **types:** fix some dts issues ([e1ce523](https://github.com/antongolub/reqresnext/commit/e1ce52327efe692d9483731d541d183a4458ac6a))

## [1.6.2](https://github.com/antongolub/reqresnext/compare/v1.6.1...v1.6.2) (2019-10-18)


### Performance Improvements

* **package:** up deps & repack ([b0bb122](https://github.com/antongolub/reqresnext/commit/b0bb122))

## [1.6.1](https://github.com/antongolub/reqresnext/compare/v1.6.0...v1.6.1) (2019-10-10)


### Bug Fixes

* include typings dir to package ([df978b4](https://github.com/antongolub/reqresnext/commit/df978b4))

# [1.6.0](https://github.com/antongolub/reqresnext/compare/v1.5.5...v1.6.0) (2019-10-10)


### Features

* add TS libdefs ([172a325](https://github.com/antongolub/reqresnext/commit/172a325)), closes [#21](https://github.com/antongolub/reqresnext/issues/21)

## [1.5.5](https://github.com/antongolub/reqresnext/compare/v1.5.4...v1.5.5) (2019-09-01)


### Performance Improvements

* **package:** up deps & tech release ([26583f5](https://github.com/antongolub/reqresnext/commit/26583f5))

## [1.5.4](https://github.com/antongolub/reqresnext/compare/v1.5.3...v1.5.4) (2019-08-16)


### Bug Fixes

* **request:** correct url as a string handling ([9b0fc87](https://github.com/antongolub/reqresnext/commit/9b0fc87))

## [1.5.3](https://github.com/antongolub/reqresnext/compare/v1.5.2...v1.5.3) (2019-08-01)


### Performance Improvements

* **package:** up deps ([5a2011e](https://github.com/antongolub/reqresnext/commit/5a2011e))

## [1.5.2](https://github.com/antongolub/reqresnext/compare/v1.5.1...v1.5.2) (2019-07-13)


### Performance Improvements

* **package:** update cmd contract & repack ([2b34261](https://github.com/antongolub/reqresnext/commit/2b34261))

## [1.5.1](https://github.com/antongolub/reqresnext/compare/v1.5.0...v1.5.1) (2018-07-04)


### Performance Improvements

* tune up req, res constructors ([a765034](https://github.com/antongolub/reqresnext/commit/a765034))

# [1.5.0](https://github.com/antongolub/reqresnext/compare/v1.4.1...v1.5.0) (2018-07-04)


### Features

* add `flow` libdefs ([2229980](https://github.com/antongolub/reqresnext/commit/2229980))

<a name="1.4.1"></a>
## [1.4.1](https://github.com/antongolub/reqresnext/compare/v1.4.0...v1.4.1) (2018-05-17)


### Bug Fixes

* **response:** initialize inner _headers map for node v10.1.0 compatibility ([cf19b6d](https://github.com/antongolub/reqresnext/commit/cf19b6d)), closes [#7](https://github.com/antongolub/reqresnext/issues/7)

<a name="1.4.0"></a>
# [1.4.0](https://github.com/antongolub/reqresnext/compare/v1.3.0...v1.4.0) (2018-04-21)


### Features

* add support for optional `next` handler ([7ed0fbc](https://github.com/antongolub/reqresnext/commit/7ed0fbc))

<a name="1.3.0"></a>
# [1.3.0](https://github.com/antongolub/reqresnext/compare/v1.2.0...v1.3.0) (2018-03-28)


### Features

* handle socket field ([6e17f7a](https://github.com/antongolub/reqresnext/commit/6e17f7a))

# Change Log


<a name="1.1.8"></a>
## [1.1.8](https://github.com/antongolub/reqresnext/compare/v1.1.7...v1.1.8) (2018-03-25)



<a name="1.1.7"></a>
## [1.1.7](https://github.com/antongolub/reqresnext/compare/v1.1.6...v1.1.7) (2018-03-25)



<a name="1.1.6"></a>
## [1.1.6](https://github.com/antongolub/reqresnext/compare/v1.1.5...v1.1.6) (2018-03-13)



<a name="1.1.5"></a>
## [1.1.5](https://github.com/antongolub/reqresnext/compare/v1.1.4...v1.1.5) (2018-03-13)



<a name="1.1.4"></a>
## [1.1.4](https://github.com/antongolub/reqresnext/compare/v1.1.3...v1.1.4) (2018-03-06)
* Convert dist bundle to es5



<a name="1.1.3"></a>
## [1.1.3](https://github.com/antongolub/reqresnext/compare/v1.1.2...v1.1.3) (2018-03-06)



<a name="1.1.2"></a>
## [1.1.2](https://github.com/antongolub/reqresnext/compare/v1.1.1...v1.1.2) (2018-03-06)



<a name="1.1.1"></a>
## [1.1.1](https://github.com/antongolub/reqresnext/compare/v1.1.0...v1.1.1) (2018-03-06)



<a name="1.1.0"></a>
# [1.1.0](https://github.com/antongolub/reqresnext/compare/v1.0.1...v1.1.0) (2018-03-06)



<a name="1.0.1"></a>
## 1.0.1 (2018-03-05)
