-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGES
40 lines (25 loc) · 819 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
4.2.2 (2022-07-07)
------------------
- Fixed parsing of functions that prevented function calls as arguments
4.2.1 (2019-08-06)
------------------
- Don't carry block_context into Included templates
4.2.0 (2019-06-10)
------------------
- Var tags now auto-escape
4.1.1 (2019-06-02)
------------------
- Change how for loop handles falsey iterables
- Make attr lookups in expressions default to ''
- Improve error reporting for expression parsing
4.1.0 (2019-06-01)
------------------
- Add support for {{ block.super }}
4.0.2 (2019-05-24)
------------------
- Fix detecting newline tokens in parse_kwargs
4.0.1 (2019-05-23)
------------------
- roll back 'fix' for context pollution of block_context
- catch and report parsing errors
- improve handling of multiple arguments to a call in an expression