Releases: adamghill/dj-angles
Releases · adamghill/dj-angles
0.14.0
What's Changed
- Handle
dj-if
,dj-elif
,dj-else
attributes by @adamghill in #14
Full Changelog: 0.13.1...0.14.0
0.13.1
Changes
- Better handling of spaces and tabs in template tag arguments.
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- Handle newlines in template arguments by @adamghill in #13
Full Changelog: 0.12.0...0.13.0
0.12.0
- Self-closing
dj-block
tag;<dj-block name='content' />
would translate to{% block content %}{% endblock content %}
. - Handle template includes that begin with an underscore;
<dj-partial />
would translate to, in order, eitherpartial.html
or_partial.html
depending on which template file was found.
Full Changelog: 0.11.0...0.12.0
0.11.0
- Use the start tag's
name
for</dj-block>
if possible.
Full Changelog: 0.10.1...0.11.0