Sourced from markupsafe's releases.
2.1.5
This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.
Fixes a regression in
striptags
behavior from 2.14. Spaces are now collapsed correctly.
- Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-5
- Milestone: https://github.com/pallets/markupsafe/milestone/12?closed=1
- PyPI: https://pypi.org/project/MarkupSafe/2.1.5/
2.1.4
This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.
Improves performance of the
Markup.striptags
method for large input.Changes: https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4
Milestone: https://github.com/pallets/markupsafe/milestone/11?closed=1
Sourced from markupsafe's changelog.
Version 2.1.5
Released 2024-02-02
- Fix
striptags
not collapsing spaces. :issue:417
Version 2.1.4
Released 2024-01-19
- Don't use regular expressions for
striptags
, avoiding a performance issue. :pr:413
fbba4ac
release version 2.1.5c5fa23b
update publish actions60a6512
striptags collapses spaces correctly (#418)0b6bee0
collapse spaces after stripping tags73e6a48
start version 2.1.5d704bf4
use pip-compile, dependabot updates (#419)1f82932
use pip-compile, dependabot updates25a640f
release version 2.1.4 (#414)b7cd652
release version 2.1.43bead8e
update cibuildwheel for 3.12 wheels