1+ =======
12CHANGES
23=======
34
45.. towncrier release notes start
56
67 1.5.1 (2023-02-01)
7- ------------------
8+ ==================
89
910- Add support for Python 3.11.
1011- Drop support for decorating non-async functions with @template (deprecated since 0.16).
1112
12131.5 (2021-08-21)
13- ----------------
14+ ================
1415
1516- Drop support for jinaj2 <3. Add support for 3+.
1617- Don't require ``typing_extensions `` on Python 3.8+.
1718
18191.4.2 (2020-11-23)
19- ------------------
20+ ==================
2021
2122- Add CHANGES.rst to MANIFEST.in and sdist #402
2223
23241.4.1 (2020-11-22)
24- ------------------
25+ ==================
2526
2627- Document async rendering functions #396
2728
28291.4.0 (2020-11-12)
29- ------------------
30+ ==================
3031
3132- Fix type annotation for ``context_processors `` argument #354
3233
@@ -36,7 +37,7 @@ CHANGES
3637- Add async rendering support #393
3738
38391.3.0 (2020-10-30)
39- ------------------
40+ ==================
4041
4142- Remove Any from template annotations #343
4243
@@ -46,94 +47,94 @@ CHANGES
4647
4748
48491.2.0 (2019-10-21)
49- ------------------
50+ ==================
5051
5152- Add type hints #285
5253
53541.1.1 (2019-04-25)
54- ------------------
55+ ==================
5556
5657- Bump minimal supported ``jinja2 `` version to 2.10.1 to avoid security vulnerability problem.
5758
5859
59601.1.0 (2018-09-05)
60- ------------------
61+ ==================
6162
6263- Bump minimal supported ``aiohttp `` version to 3.2
6364
6465- Use ``request.config_dict `` for accessing ``jinja2 `` environment. It
6566 allows to reuse jinja rendering engine from parent application.
6667
67681.0.0 (2018-03-12)
68- -------------------
69+ ==================
6970
7071- Allow context_processors to compose from parent apps #195
7172
72730.17.0 (2018-03-12)
73- -------------------
74+ ===================
7475
7576- Auto-cast ``int `` values in ``url() `` jinja function to ``str `` #191
7677
77780.16.0 (2018-02-12)
78- -------------------
79+ ===================
7980
8081- Pin to aiohttp 3.0+
8182
8283- Deprecate non-async handlers support
8384
84850.15.0 (2018-01-30)
85- -------------------
86+ ===================
8687
8788- Upgrade middleware to new style from aiohttp 2.3+ #182
8889
8990- Autoescape all templates by default #179
9091
9192
92930.13.0 (2016-12-14)
93- -------------------
94+ ===================
9495
9596- Avoid subtle errors by copying context processor data #51
9697
97980.12.0 (2016-12-02)
98- -------------------
99+ ===================
99100
100101- Add autodeploy script #46
101102
1021030.11.0 (2016-11-24)
103- -------------------
104+ ===================
104105
105106- Add jinja2 filters support #41
106107
1071080.10.0 (2016-10-20)
108- -------------------
109+ ===================
109110
110111- Rename package to aiohttp-jinja2 #31
111112
1121130.9.0 (2016-09-26)
113- ------------------
114+ ==================
114115
115116- Fix reason parameter in HTTPInternalServerError when template is not
116117 found #33
117118
1181190.8.0 (2016-07-12)
119- ------------------
120+ ==================
120121
121122- Add ability to render template without context #28
122123
1231240.7.0 (2015-12-30)
124- ------------------
125+ ==================
125126
126127- Add ability to decorate class based views (available in aiohttp 0.20) #18
127128
128129- Upgrade aiohttp requirement to version 0.20.0+
129130
1301310.6.2 (2015-11-22)
131- ------------------
132+ ==================
132133
133134- Make app_key parameter from render_string coroutine optional
134135
1351360.6.0 (2015-10-29)
136- ------------------
137+ ==================
137138
138139- Fix a bug in middleware (missed coroutine decorator) #16
139140
@@ -142,35 +143,35 @@ CHANGES
142143- Simplify context processors initialization by adding parameter to `setup() `
143144
1441450.5.0 (2015-07-09)
145- ------------------
146+ ==================
146147
147148- Introduce context processors #14
148149
149150- Bypass StreamResponse #15
150151
1511520.4.3 (2015-06-01)
152- ------------------
153+ ==================
153154
154155- Fix distribution building: add manifest file
155156
1561570.4.2 (2015-05-21)
157- ------------------
158+ ==================
158159
159160- Make HTTPInternalServerError exceptions more verbose on console
160161 output
161162
1621630.4.1 (2015-04-05)
163- ------------------
164+ ==================
164165
165166- Documentation update
166167
1671680.4.0 (2015-04-02)
168- ------------------
169+ ==================
169170
170171- Add `render_string ` method
171172
1721730.3.1 (2015-04-01)
173- ------------------
174+ ==================
174175
175176- Don't allow non-mapping context
176177
@@ -179,17 +180,17 @@ CHANGES
179180- Change the library logo
180181
1811820.3.0 (2015-03-15)
182- ------------------
183+ ==================
183184
184185- Documentation release
185186
1861870.2.1 (2015-02-15)
187- ------------------
188+ ==================
188189
189190- Fix `render_template ` function
190191
1911920.2.0 (2015-02-05)
192- ------------------
193+ ==================
193194
194195- Migrate to aiohttp 0.14
195196
@@ -198,6 +199,6 @@ CHANGES
198199- Drop optional `response ` parameter
199200
2002010.1.0 (2015-01-08)
201- ------------------
202+ ==================
202203
203204- Initial release
0 commit comments