Releases: marksweb/django-nh3
Releases · marksweb/django-nh3
0.2.0
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #23
- pre-commit: django-upgrade --target-version 5.0 by @cclauss in #25
- utils.py: Fix typo by @cclauss in #24
- Re-add Ruff to GitHub Actions by @zerolab in #26
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #27
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #28
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #29
- ci: Explicitly run
ruff checkby @marksweb in #30 - ci: pre-commit autoupdate by @pre-commit-ci[bot] in #31
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #32
- ci: Add django 5.1 testing by @KozyrevIvan in #36
- ci: Switch to UV and extend test suite to new django and python by @marksweb in #38
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #33
- Empty value by @KozyrevIvan in #39
- chore: Make test pypi releases verbose to try to catch 400 by @marksweb in #40
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #41
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #43
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #47
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #48
- build(deps): bump astral-sh/setup-uv from 3 to 5 by @dependabot[bot] in #46
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #49
- test: Add testing against django 5.2 by @marksweb in #56
- chore: Upgrade commit hooks by @marksweb in #55
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #58
- Nh3CharField and Nh3TextField by @blag in #52
- Add allowed_ prefix to some model and form field arguments by @blag in #57
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #59
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #62
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #65
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #66
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #64
New Contributors
- @cclauss made their first contribution in #25
- @KozyrevIvan made their first contribution in #36
- @blag made their first contribution in #52
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Fix min target for black and the PyPI Changelog URL by @zerolab in #18
- Drop ruff from GitHub Actions as it is covered by pre-commit.ci by @zerolab in #21
- Update project metadata for PEP 621 by @zerolab in #19
- Add coverage report to the GitHub Actions summary by @zerolab in #20
- feat: Use super class to strip value by @marksweb in #22
New Contributors
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #12
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #13
- build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #14
- Add templatetags to clean HTML within django templates by @wes-otf in #16
New Contributors
Full Changelog: 0.0.3...0.1.0
0.0.3
- Added pypi publishing actions
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- fix: Ruff checks by @marksweb in #1
- ci: mypy fixes and pre-commit bot config by @marksweb in #3
- ci: pre-commit autoupdate by @pre-commit-ci in #2
- ci: pre-commit autoupdate by @pre-commit-ci in #4
- ci: pre-commit autoupdate by @pre-commit-ci in #5
- ci: pre-commit autoupdate by @pre-commit-ci in #6
- ci: pre-commit autoupdate by @pre-commit-ci in #7
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #8
- ci: pre-commit autoupdate by @pre-commit-ci in #9
- feat: Added model field by @marksweb in #11
New Contributors
- @marksweb made their first contribution in #1
- @pre-commit-ci made their first contribution in #2
- @dependabot made their first contribution in #8
Full Changelog: 0.0.1...0.0.2
0.0.1
Initial version with a basic form field to clean HTML if present.
Full Changelog: https://github.com/marksweb/django-nh3/commits/0.0.1