1
+ =======
1
2
CHANGES
2
3
=======
3
4
4
5
.. towncrier release notes start
5
6
6
7
1.5.1 (2023-02-01)
7
- ------------------
8
+ ==================
8
9
9
10
- Add support for Python 3.11.
10
11
- Drop support for decorating non-async functions with @template (deprecated since 0.16).
11
12
12
13
1.5 (2021-08-21)
13
- ----------------
14
+ ================
14
15
15
16
- Drop support for jinaj2 <3. Add support for 3+.
16
17
- Don't require ``typing_extensions `` on Python 3.8+.
17
18
18
19
1.4.2 (2020-11-23)
19
- ------------------
20
+ ==================
20
21
21
22
- Add CHANGES.rst to MANIFEST.in and sdist #402
22
23
23
24
1.4.1 (2020-11-22)
24
- ------------------
25
+ ==================
25
26
26
27
- Document async rendering functions #396
27
28
28
29
1.4.0 (2020-11-12)
29
- ------------------
30
+ ==================
30
31
31
32
- Fix type annotation for ``context_processors `` argument #354
32
33
@@ -36,7 +37,7 @@ CHANGES
36
37
- Add async rendering support #393
37
38
38
39
1.3.0 (2020-10-30)
39
- ------------------
40
+ ==================
40
41
41
42
- Remove Any from template annotations #343
42
43
@@ -46,94 +47,94 @@ CHANGES
46
47
47
48
48
49
1.2.0 (2019-10-21)
49
- ------------------
50
+ ==================
50
51
51
52
- Add type hints #285
52
53
53
54
1.1.1 (2019-04-25)
54
- ------------------
55
+ ==================
55
56
56
57
- Bump minimal supported ``jinja2 `` version to 2.10.1 to avoid security vulnerability problem.
57
58
58
59
59
60
1.1.0 (2018-09-05)
60
- ------------------
61
+ ==================
61
62
62
63
- Bump minimal supported ``aiohttp `` version to 3.2
63
64
64
65
- Use ``request.config_dict `` for accessing ``jinja2 `` environment. It
65
66
allows to reuse jinja rendering engine from parent application.
66
67
67
68
1.0.0 (2018-03-12)
68
- -------------------
69
+ ==================
69
70
70
71
- Allow context_processors to compose from parent apps #195
71
72
72
73
0.17.0 (2018-03-12)
73
- -------------------
74
+ ===================
74
75
75
76
- Auto-cast ``int `` values in ``url() `` jinja function to ``str `` #191
76
77
77
78
0.16.0 (2018-02-12)
78
- -------------------
79
+ ===================
79
80
80
81
- Pin to aiohttp 3.0+
81
82
82
83
- Deprecate non-async handlers support
83
84
84
85
0.15.0 (2018-01-30)
85
- -------------------
86
+ ===================
86
87
87
88
- Upgrade middleware to new style from aiohttp 2.3+ #182
88
89
89
90
- Autoescape all templates by default #179
90
91
91
92
92
93
0.13.0 (2016-12-14)
93
- -------------------
94
+ ===================
94
95
95
96
- Avoid subtle errors by copying context processor data #51
96
97
97
98
0.12.0 (2016-12-02)
98
- -------------------
99
+ ===================
99
100
100
101
- Add autodeploy script #46
101
102
102
103
0.11.0 (2016-11-24)
103
- -------------------
104
+ ===================
104
105
105
106
- Add jinja2 filters support #41
106
107
107
108
0.10.0 (2016-10-20)
108
- -------------------
109
+ ===================
109
110
110
111
- Rename package to aiohttp-jinja2 #31
111
112
112
113
0.9.0 (2016-09-26)
113
- ------------------
114
+ ==================
114
115
115
116
- Fix reason parameter in HTTPInternalServerError when template is not
116
117
found #33
117
118
118
119
0.8.0 (2016-07-12)
119
- ------------------
120
+ ==================
120
121
121
122
- Add ability to render template without context #28
122
123
123
124
0.7.0 (2015-12-30)
124
- ------------------
125
+ ==================
125
126
126
127
- Add ability to decorate class based views (available in aiohttp 0.20) #18
127
128
128
129
- Upgrade aiohttp requirement to version 0.20.0+
129
130
130
131
0.6.2 (2015-11-22)
131
- ------------------
132
+ ==================
132
133
133
134
- Make app_key parameter from render_string coroutine optional
134
135
135
136
0.6.0 (2015-10-29)
136
- ------------------
137
+ ==================
137
138
138
139
- Fix a bug in middleware (missed coroutine decorator) #16
139
140
@@ -142,35 +143,35 @@ CHANGES
142
143
- Simplify context processors initialization by adding parameter to `setup() `
143
144
144
145
0.5.0 (2015-07-09)
145
- ------------------
146
+ ==================
146
147
147
148
- Introduce context processors #14
148
149
149
150
- Bypass StreamResponse #15
150
151
151
152
0.4.3 (2015-06-01)
152
- ------------------
153
+ ==================
153
154
154
155
- Fix distribution building: add manifest file
155
156
156
157
0.4.2 (2015-05-21)
157
- ------------------
158
+ ==================
158
159
159
160
- Make HTTPInternalServerError exceptions more verbose on console
160
161
output
161
162
162
163
0.4.1 (2015-04-05)
163
- ------------------
164
+ ==================
164
165
165
166
- Documentation update
166
167
167
168
0.4.0 (2015-04-02)
168
- ------------------
169
+ ==================
169
170
170
171
- Add `render_string ` method
171
172
172
173
0.3.1 (2015-04-01)
173
- ------------------
174
+ ==================
174
175
175
176
- Don't allow non-mapping context
176
177
@@ -179,17 +180,17 @@ CHANGES
179
180
- Change the library logo
180
181
181
182
0.3.0 (2015-03-15)
182
- ------------------
183
+ ==================
183
184
184
185
- Documentation release
185
186
186
187
0.2.1 (2015-02-15)
187
- ------------------
188
+ ==================
188
189
189
190
- Fix `render_template ` function
190
191
191
192
0.2.0 (2015-02-05)
192
- ------------------
193
+ ==================
193
194
194
195
- Migrate to aiohttp 0.14
195
196
@@ -198,6 +199,6 @@ CHANGES
198
199
- Drop optional `response ` parameter
199
200
200
201
0.1.0 (2015-01-08)
201
- ------------------
202
+ ==================
202
203
203
204
- Initial release
0 commit comments