djLint/docs/djlint/changelog.rst
Christopher Pickering 13b65064bb
updated version
2021-09-22 08:58:19 +02:00

67 lines
1.2 KiB
ReStructuredText

Changelog
=========
0.4.1
-----
- Added support for processing several files or folders at once
0.4.0
-----
- Fixed formatting of django ``{# ... #}`` tags
- Added indent support for figcaption, details and summary tags
- Added support for overriding or extending the list of excluded paths in ``pyproject.toml``
0.3.9
-----
- Updated attribute handling
0.3.8
-----
- Added support for stdin
0.3.7
-----
- Fixed formatting on ``small``, ``dt``, and ``dd`` tags
0.3.6
-----
- Added formatter support for Nunjucks ``{%-`` opening blocks
0.3.5
-----
- Added support for more Django blocks
- Added support for custom blocks
- Added support for config in ``pyproject.toml``
0.3.4
-----
- Fixed Nunjucks spaceless tag ``-%}`` format
0.3.3
-----
- Allowed short ``div`` tags to be single line
0.3.2
-----
- Fixed Django comment formatting
- Ignored textarea from formatting
0.3.1
-----
- Updated attribute formatting regex
- Updated lint rule W010
0.3.0
-----
- Changed exit code to 1 if there were any formatting changes
- Added support for Jinja ``asset`` tags
0.2.9
-----
- Updated W018 regex
- Removed duplicate lint messages
- Updated E001 for Handlebars
0.2.8
-----
- Fixed progress bar error for old Click version