feat(if): Support equatable operator

This commit is contained in:
Kyle Fuller
2016-11-28 17:51:17 +00:00
parent 111306fb60
commit e989317929
5 changed files with 86 additions and 1 deletions

View File

@@ -20,7 +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` and `or`.
- If tags can now use prefix and infix operators such as `not`, `and`, `or` and
`==`.
```html+django
{% if one or two and not three %}