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 HEAD responses
  • Allow specifying allowed_methods on controller classes

0.2

0.1.2

0.1.1

  • Fixed a bug when generating application-relative URLs with URLGenerator:

0.1

Initial release