Skip to content

Releases: aio-libs/aiohttp-jinja2

aiohttp-jinja2 0.17.0

12 Mar 12:27
Compare
Choose a tag to compare

Changes

  • Auto-cast int values in url() jinja function to str #191

aiohttp-jinja2 0.16.0

12 Mar 12:27
Compare
Choose a tag to compare

CHANGES

  • Pin to aiohttp 3.0+

  • Deprecate non-async handlers support

aiohttp-jinja2 0.15.0

12 Mar 12:26
Compare
Choose a tag to compare

Changes

  • Upgrade middleware to new style from aiohttp 2.3+ #182

  • Autoescape all templates by default #179

aiohttp-jinja2 0.14.0

09 Sep 09:34
Compare
Choose a tag to compare

Support url and static context functions #97

aiohttp-jinja2 0.11.0

24 Nov 08:45
Compare
Choose a tag to compare

Changes

  • Add jinja2 filters support #41

aiohttp_jinja2 0.9.0 release

26 Sep 18:21
Compare
Choose a tag to compare

CHANES

  • Fix reason parameter in HTTPInternalServerError when template is not
    found #33

aiohttp_jinja2 0.8.0 release

12 Jul 11:56
Compare
Choose a tag to compare

Changes

  • Add ability to render template without context #28

aiohttp_jinja2 0.7.0 release

29 Dec 22:15
Compare
Choose a tag to compare

Changes

  • Added support for class based views
  • Upgrade aiohttp requirement to version 0.20.0+

aiohttp_jinja2 0.6.2

22 Nov 18:34
Compare
Choose a tag to compare

Bugfix release.

app_key param for render_string coroutine is optional from now.

aiohttp_jinja2 0.6.1 release

29 Oct 21:00
Compare
Choose a tag to compare

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()