feat(if): Support inequality operator

This commit is contained in:
Kyle Fuller
2016-11-28 17:56:49 +00:00
parent e989317929
commit ab6f1a032d
5 changed files with 40 additions and 5 deletions

View File

@@ -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 %}