## [1.3.4](https://github.com/kevinbalicot/yion/compare/v1.3.3...v1.3.4) (2021-06-15)


### Bug Fixes

* Parse JSON content | :bug: ([696c694](https://github.com/kevinbalicot/yion/commit/696c694851c4ef4ce3083a17fbb17e45ba8563dd))



<a name="1.3.2"></a>
## [1.3.2](https://github.com/kevinbalicot/yion/compare/v1.3.1...v1.3.2) (2019-04-15)


### Bug Fixes

* Check if ContentType header exists before parse body data | :bug: ([bc2a909](https://github.com/kevinbalicot/yion/commit/bc2a909))



<a name="1.3.1"></a>
## [1.3.1](https://github.com/kevinbalicot/yion/compare/v1.3.0...v1.3.1) (2018-12-20)


### Bug Fixes

* **app:** Remove useless console.log ([7c13f88](https://github.com/kevinbalicot/yion/commit/7c13f88))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/kevinbalicot/yion/compare/v1.2.5...v1.3.0) (2018-07-12)


### Features

* **link:** Add headers at link middleware ([1123ee4](https://github.com/kevinbalicot/yion/commit/1123ee4))



<a name="1.2.5"></a>
## [1.2.5](https://github.com/kevinbalicot/yion/compare/v1.2.4...v1.2.5) (2018-02-07)

* **link:** Fix content type for javascript files

<a name="1.2.3"></a>
## [1.2.3](https://github.com/kevinbalicot/yion/compare/v1.2.2...v1.2.3) (2017-10-23)


### Bug Fixes

* **link:** Fix Content-Type application/js ([865d3bd](https://github.com/kevinbalicot/yion/commit/865d3bd))



<a name="1.2.2"></a>
## [1.2.2](https://github.com/kevinbalicot/yion/compare/v1.2.1...v1.2.2) (2017-10-23)


### Bug Fixes

* **link:** Fix Content-Type to link process ([5ffba24](https://github.com/kevinbalicot/yion/commit/5ffba24))



<a name="1.2.1"></a>
## [1.2.1](https://github.com/kevinbalicot/yion/compare/v1.2.0...v1.2.1) (2017-09-14)


### Bug Fixes

* **link:** Ignore ? character into link ([6204e9f](https://github.com/kevinbalicot/yion/commit/6204e9f))



<a name="1.2.0"></a>
# [1.2.0](https://github.com/kevinbalicot/yion/compare/v1.1.0...v1.2.0) (2017-07-06)


### Features

* **route:** Add regex parameter pattern ([2bf1fa1](https://github.com/kevinbalicot/yion/commit/2bf1fa1))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/kevinbalicot/yion/compare/v0.11.0...v1.0.0) (2017-04-13)


### Bug Fixes

* **doc:** Fix and update doc ([981bda7](https://github.com/kevinbalicot/yion/commit/981bda7))
* **doc:** Fix url to doc ([12b07f9](https://github.com/kevinbalicot/yion/commit/12b07f9))
* **doc:** Update doc ([d9b956a](https://github.com/kevinbalicot/yion/commit/d9b956a))
* **json:** Add UTF8 default encoding for json res ([b6d96eb](https://github.com/kevinbalicot/yion/commit/b6d96eb))


### Features

* **doc:** Add changelog and license ([e460ac2](https://github.com/kevinbalicot/yion/commit/e460ac2))
* **doc:** Add doc ([2aab9de](https://github.com/kevinbalicot/yion/commit/2aab9de))



<a name="0.11.0"></a>
# [0.11.0](https://github.com/kevinbalicot/yion/compare/0.10.0...v0.11.0) (2017-03-20)


### Features

* **plugins:** Add type for plugins ([3121900](https://github.com/kevinbalicot/yion/commit/3121900))



<a name="0.10.0"></a>
# [0.10.0](https://github.com/kevinbalicot/yion/compare/v0.9.1...0.10.0) (2017-02-27)


### Bug Fixes

* **plugin:** Fix plugin loop ([b271d9f](https://github.com/kevinbalicot/yion/commit/b271d9f))


### Features

* **middleware:** Can pass arguments to next middleware ([436bcaf](https://github.com/kevinbalicot/yion/commit/436bcaf))



<a name="0.9.1"></a>
## [0.9.1](https://github.com/kevinbalicot/yion/compare/v0.9.0...v0.9.1) (2017-02-06)


### Bug Fixes

* **divers:** Fix accent into url and encode filename ([e29510e](https://github.com/kevinbalicot/yion/commit/e29510e))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/kevinbalicot/yion/compare/v0.8.0...v0.9.0) (2017-02-03)


### Bug Fixes

* **divers:** Fix 404 and plugins handle ([c2bfcf2](https://github.com/kevinbalicot/yion/commit/c2bfcf2))



<a name="0.8.0"></a>
# [0.8.0](https://github.com/kevinbalicot/yion/compare/v0.7.0...v0.8.0) (2017-02-01)


### Features

* **app:** Promises are available into middleware (router, link etc ...) ([126b8d6](https://github.com/kevinbalicot/yion/commit/126b8d6))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/kevinbalicot/yion/compare/v0.6.1...v0.7.0) (2017-02-01)


### Bug Fixes

* **response:** Don't return automatically 404 when response à body content ([3bc147e](https://github.com/kevinbalicot/yion/commit/3bc147e))


### Features

* **request:** Add attributes bag ([7e8db1d](https://github.com/kevinbalicot/yion/commit/7e8db1d))



<a name="0.6.1"></a>
## [0.6.1](https://github.com/kevinbalicot/yion/compare/v0.6.0...v0.6.1) (2016-12-26)


### Bug Fixes

* **doc:** Update documentation ([9579b44](https://github.com/kevinbalicot/yion/commit/9579b44))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/kevinbalicot/yion/compare/v0.5.2...v0.6.0) (2016-12-26)


### Features

* **chore:** Add plugins integration ([8217e9d](https://github.com/kevinbalicot/yion/commit/8217e9d))



<a name="0.5.2"></a>
## [0.5.2](https://github.com/kevinbalicot/yion/compare/v0.5.1...v0.5.2) (2016-12-15)


### Bug Fixes

* **chore:** Fix sendFile, delete useless size parameter ([d2b35a3](https://github.com/kevinbalicot/yion/commit/d2b35a3))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/kevinbalicot/yion/compare/v0.5.0...v0.5.1) (2016-12-13)


### Bug Fixes

* **files:** Add download param to add attachment ([8b88e5c](https://github.com/kevinbalicot/yion/commit/8b88e5c))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/kevinbalicot/yion/compare/v0.4.0...v0.5.0) (2016-12-13)


### Bug Fixes

* **params:** Fix params ([89c114b](https://github.com/kevinbalicot/yion/commit/89c114b))


### Features

* **files:** Add sendFile method to Response ([2417bf6](https://github.com/kevinbalicot/yion/commit/2417bf6))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/kevinbalicot/yion/compare/v0.3.0...v0.4.0) (2016-12-13)


### Features

* **files:** Copy file into tmp directory ([51c019c](https://github.com/kevinbalicot/yion/commit/51c019c))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/kevinbalicot/yion/compare/v0.2.1...v0.3.0) (2016-12-12)


### Bug Fixes

* **request:** Fix pase body ([dee086b](https://github.com/kevinbalicot/yion/commit/dee086b))


### Features

* **chore:** Add busboy to parse form body ([c9d4b10](https://github.com/kevinbalicot/yion/commit/c9d4b10))
* **chore:** Add demo.js page + .gitignore ([6aa5587](https://github.com/kevinbalicot/yion/commit/6aa5587))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/kevinbalicot/yion/compare/v0.2.0...v0.2.1) (2016-11-30)



<a name="0.2.0"></a>
# 0.2.0 (2016-11-30)



