Releases: aio-libs/aiohttp-jinja2
Releases · aio-libs/aiohttp-jinja2
aiohttp-jinja2 0.17.0
Changes
- Auto-cast
int
values inurl()
jinja function tostr
#191
aiohttp-jinja2 0.16.0
CHANGES
-
Pin to aiohttp 3.0+
-
Deprecate non-async handlers support
aiohttp-jinja2 0.15.0
aiohttp-jinja2 0.14.0
Support url
and static
context functions #97
aiohttp-jinja2 0.11.0
Changes
- Add jinja2 filters support #41
aiohttp_jinja2 0.9.0 release
CHANES
- Fix reason parameter in HTTPInternalServerError when template is not
found #33
aiohttp_jinja2 0.8.0 release
Changes
- Add ability to render template without context #28
aiohttp_jinja2 0.7.0 release
Changes
- Added support for class based views
- Upgrade aiohttp requirement to version 0.20.0+
aiohttp_jinja2 0.6.2
Bugfix release.
app_key
param for render_string
coroutine is optional from now.
aiohttp_jinja2 0.6.1 release
Technically it's 0.6.0 release but I've got an error on uploading to PyPI.
Since PyPI stopped accepting new uploads with the same name as already uploaded one but file was corrupted I've forced to make new release.
Changes
- Fix a bug in middleware (missed coroutine decorator) #16
- Simplify context processors initialization by adding parameter to
setup()