Releases: adamghill/dj-angles
Releases · adamghill/dj-angles
0.20.0
0.19.0
- Fix
delay
inajax-form
. - Add
template
template tag. - Return a stringified result from
call
template tag.
Breaking changes
- Remove automatically casting strings to
UUID
,datetime
,date
, ortime
. That can be done manually in the function if needed and it's a little too magical.
0.18.0
- Add
ajax-form
custom element. - Add
form
tag element. - Add
RequestMethodMiddleware
andRequestAJAXMiddleware
.
Full Changelog: 0.17.0...0.18.0
0.17.0
- Add
dateformat
filter.
Full Changelog: 0.16.0...0.17.0
0.16.0
- Add
dj-call
anddj-model
tags.
Full Changelog: 0.15.0...0.16.0
0.15.0
What's Changed
- Update
django-bird
integration docs for loader deprecation by @joshuadavidthomas in #11 call
andmodel
template tags by @adamghill in #15
New Contributors
- @joshuadavidthomas made their first contribution in #11
Full Changelog: 0.14.0...0.15.0
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