github rtts/djhtml v1.5.0

latest releases: 3.0.6, 3.0.5, 3.0.4...
2 years ago

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

Don't miss a new djhtml release

NewReleases is sending notifications on new releases.