Releases: jonathanj/txspinneret
Releases · jonathanj/txspinneret
0.1.3
IRenderable
now accepts any HTTP method when rendering, this makes it possible to to return an IRenderable
from a form POST without having to manipulate the response method. (#13)
- Empty routes (
""
and "/"
) are now handled the same way, so as to match the documentation. (#16)