Change Log¶
0.3¶
- Removed dependency on setuptools (Issue #4)
- Added support for classes as request validators (as opposed to entry point names)
- Added ability to customize applications by overriding methods:
- Added
HTTPVerbController - Removed deprecated
milla.cli - Removed deprecated
milla.dispatch.routing.Generator
0.2.1¶
- Fixed trailing slash redirect with empty path inf (Issue #7)
- Fixed a compatibility issue with some servers and
HEADresponses - Allow specifying
allowed_methodson controller classes
0.2¶
- Python 3 support
- Added new utility functions:
- Added
static_resource() - Corrected default handling of HTTP
OPTIONSrequests (Issue #5) - Deprecated
milla.cli - Deprecated
Generatorin favor ofcreate_href()
0.1.2¶
- Improvements to
FaviconController(Issue #1)
0.1.1¶
- Fixed a bug when generating application-relative URLs with
URLGenerator:
0.1¶
Initial release