From ad032df34f6f0cd3eb99eeb900400fa6538bbe3d Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 6 Oct 2021 15:27:27 +0200 Subject: [PATCH] simplified regex to improve speed --- docs/djlint/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/djlint/changelog.rst b/docs/djlint/changelog.rst index 7f7b189..4657ddb 100644 --- a/docs/djlint/changelog.rst +++ b/docs/djlint/changelog.rst @@ -15,7 +15,9 @@ Next Release - Added formatting for inline styles - Added formatting for template conditions inside attributes - Added srcset as possible url location in linter rules +- Speed up formatting - Special thanks to `jayvdb `_ + 0.5.3 ----- - Change stdout for ``--reformat/check`` options to only print new html when using stdin as the input