refactor(if): Deprecate ifnot tag
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
to be able to test. Now we have access to `@testable` these can correctly be
|
to be able to test. Now we have access to `@testable` these can correctly be
|
||||||
private.
|
private.
|
||||||
|
|
||||||
|
- `{% ifnot %}` tag is now deprecated, please use `{% if not %}` instead.
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|
||||||
- Variable lookup now supports introspection of Swift types. You can now lookup
|
- Variable lookup now supports introspection of Swift types. You can now lookup
|
||||||
|
|||||||
@@ -164,6 +164,8 @@ Will be treated as:
|
|||||||
``ifnot``
|
``ifnot``
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
|
.. note:: ``{% ifnot %}`` is deprecated. You should use ``{% if not %}``.
|
||||||
|
|
||||||
.. code-block:: html+django
|
.. code-block:: html+django
|
||||||
|
|
||||||
{% ifnot variable %}
|
{% ifnot variable %}
|
||||||
|
|||||||
Reference in New Issue
Block a user