Skip to content

Releases: rtts/djhtml

v1.5.1

23 Jun 23:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

14 Feb 23:15
Compare
Choose a tag to compare

What's Changed

The behavior regarding final newlines has changed between DjHTML v1.4.14 and v1.5.0. It used to always append the final newline, but now this will only happen when the source file already contains a final newline.

See #56 for the discussion that led to this change.

If you still need the old behavior, the best option is to use https://github.com/pre-commit/pre-commit-hooks#end-of-file-fixer by adding the following to your .pre-commit-config.yaml:

- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: main  # replace with the latest tag on GitHub
  hooks:
    - id: end-of-file-fixer

New Contributors

  • @thibaudcolas pointed out the inconsistent behavior in appending final newlines

Full Changelog: v1.4.14...v1.5.0

v1.4.14

08 Feb 09:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.13...v1.4.14

v1.4.13

06 Feb 21:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.12...v1.4.13

v1.4.12

04 Feb 10:18
Compare
Choose a tag to compare

What's Changed

  • Additional pre-commit hooks for DjCSS and DjJS

Full Changelog: v1.4.11...v1.4.12

v1.4.11

20 Dec 16:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.10...v1.4.11

v1.4.10

09 Nov 15:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.9...v1.4.10

v1.4.9

16 Jun 11:33
Compare
Choose a tag to compare

Support {% raw %} and {% verbatim %} blocks

v1.4.8

07 Jun 11:31
Compare
Choose a tag to compare

Improved Jinja whitespace control, thanks to @markus-beuckelmann

v1.4.7

04 Jun 19:30
Compare
Choose a tag to compare

Support Jinja whitespace control