* Fix to response 405 when request path found but method not matched. (Thanks kwatch) * Fix a load_config does not set TEMPLATE_ENVIRONMENT bug when no arguments are passed.
0.1.7
------------------
* Multiple after / before request hook. * Integrate logging module.
0.1.6
------------------
* Fix the critical bug in request.forms. * Flexible template settings.
0.1.5
------------------
* Refactor Response classes. * Split environs to requests.py and responses.py * Remove Config class.