Releases: aio-libs/aiohttp-jinja2
Releases · aio-libs/aiohttp-jinja2
1.6
1.5.1
- Add support for Python 3.11.
- Drop support for decorating non-async functions with
@template
(deprecated since 0.16).
aiohttp-jinja2 1.5 release
- Drop support for jinaj2 <3. Add support for 3+.
- Don't require typing_extensions on Python 3.8+.
aiohttp-jinja2 1.4.2 release
Changes
- Add CHANGES.rst to MANIFEST.in and sdist #402
aiohttp-jinja2 1.4.1 release
Changes
- Document async rendering functions #396
aiohttp-jinja2 1.4.0 release
aiohttp-jinja2 1.3.0 release
aiohttp-jinja2 1.2.0 release
Changes
- Add type hints #285
aiohttp-jinja2 1.1.0 release
Added support for handling nested applications.
CHANGES
-
Bump minimal supported
aiohttp
version to 3.2 -
Use
request.config_dict
for accessingjinja2
environment. It
allows reusing jinja rendering engine from the parent application.
aiohttp-jinja2 1.0.0 release
The release is marked as 1.0.0 to reflect the fact of the library maturity and stability.
We had to do it at least a year ago but later is better than never.
Changes
- Allow context_processors to compose from parent apps #195