This repository has been archived by the owner on May 31, 2019. It is now read-only.
Releases: kobinpy/kobin
Releases · kobinpy/kobin
v0.1.9
v0.1.2
v0.1.1
Release v0.0.7
- headers property in Request object.
- raw_body property in Request object.
- Remove jinja2 from install_requires.
- Update docs.
Release v0.0.6
- Integrating wsgicli.
- Alter sphinx theme.
- Update documentations.
- View functions must return Response or its child class.
- Make Request object to No thread local
- Add Response, JSONResponse, TemplateResponse, RedirectResponse.
- Refactor error handling.
- Add stub files (
.pyi
). - Python3.6 testing in travis-ci.org.
- Add API documentation.
Release v0.0.5
- Replace regex router with new style router.
- Correspond reverse routing.
- Remove serving static file. Please use wsgi-static-middleware.
- Remove server adapter.
- Support only Jinja2.
- Refactoring.
Release v0.0.4
- Expect the types of routing arguments from type hints.
- Implement template adapter for jinja2.
- Server for static files such as css, images, and so on.
- Manage configuration class.
- Support gunicorn.
- Error handling.
- Fix several bugs.
Release v0.0.3
- Request and Response object.
- Tox and Travis-CI Integration.