------------------ - Fix bug when queryStringParameters or header are "None"
2.0.0
------------------ - 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
------------------ - pass through 'queryStringParameters' as function kwargs
1.0.0
------------------ - Global refactor - Ran Black, the uncompromising Python code formatter. - Full test suite - Better regex route parsing - Add logging option - Add POST
0.0.4
---------------- - add `Access-Control-Allow-Credentials` in response headers.