Skip to content

Tags: rtts/djhtml

Tags

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #77 from rtts/release-candidate

DjHTML Version 3

v2.0.0

Toggle v2.0.0's commit message
Update configuration and bump version number

v1.5.2

Toggle v1.5.2's commit message
Bump version number

v1.5.1

Toggle v1.5.1's commit message
Bump version number

v1.5.0

Toggle v1.5.0's commit message
Stop appending final newlines

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

Closes #56

v1.4.13

Toggle v1.4.13's commit message
Bump version nr

v1.4.12

Toggle v1.4.12's commit message
Pre-commit hooks for DjCSS and DjJS

Closes #51

v1.4.11

Toggle v1.4.11's commit message
Bump version number

v1.4.10

Toggle v1.4.10's commit message
Bump version number