Changes
=======

4.0.0 (TBD)
- add OpenAPI documentation methods
- add default documentation routes ("/openapi.json", "/docs", "/redoc")
- add tag and description in route
- better regex
- add default tags for documentation routes

**breacking change**
- replace `app_name` by `name`
- python 3 support only

3.0.1 (2019-04-24)
	- add TLL (max-age) in response header (#11)
	- add more binary media type

3.0.0 (2019-03-05)
- fix regular expression

**breacking change**
- forward function inputs as `named arguments` instead of positional arguments. 

2.0.4 (2019-02-26)
- allow `context` and `event` passing to the function (#7)

2.0.3 (2019-02-21)
- fix base64 encoding when compressing non-binary body

2.0.2 (2019-02-15)
- fix bug when trying to compress txt

2.0.1 (2019-02-04)
------------------
- Fix bug when queryStringParameters or header are "None"

2.0.0 (2019-01-29)
------------------
- add per-route response base64 encoding
- add per-route response compression (gzip, zlig, deflate)
- make "GET" the default method for the route

**breacking change**
- python3 support only
- change header status code to Integer in response

1.1.0 (2018-09-06)
------------------
- pass through 'queryStringParameters' as function kwargs

1.0.0 (2018-09-05)
------------------
- Global refactor
- Ran Black, the uncompromising Python code formatter.
- Full test suite
- Better regex route parsing
- Add logging option
- Add POST

0.0.4 (2018-03-30)
----------------
- add `Access-Control-Allow-Credentials` in response headers.

0.0.1 (2017-11-26)
----------------
- Initial release.
