feat(if): Support inequality operator
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
- Variable lookup now supports introspection of Swift types. You can now lookup
|
||||
values of Swift structures and classes inside a Context.
|
||||
|
||||
- If tags can now use prefix and infix operators such as `not`, `and`, `or` and
|
||||
`==`.
|
||||
- If tags can now use prefix and infix operators such as `not`, `and`, `or`,
|
||||
`==`, and `!=`.
|
||||
|
||||
```html+django
|
||||
{% if one or two and not three %}
|
||||
|
||||
Reference in New Issue
Block a user