Tags: RenjiSann/djLint
Tags
chore(release): 1.32.1 [skip ci] ## [1.32.1](djlint/djLint@v1.32.0...v1.32.1) (2023-07-20) ### Bug Fixes * **formatter:** reverted chained function formatting ([2ba6e3b](djlint@2ba6e3b)), closes [djlint#720](djlint#720) [djlint#704](djlint#704)
chore(release): 1.32.0 [skip ci] # [1.32.0](djlint/djLint@v1.31.1...v1.32.0) (2023-07-19) ### Bug Fixes * **formatter:** fixed formatting on chained function ([7c2756d](djlint@7c2756d)), closes [djlint#704](djlint#704) * **linter:** fixed false positive on h026 data-id ([400882a](djlint@400882a)), closes [djlint#711](djlint#711) * **linter:** fixed golang false positive on T027 ([232f4bc](djlint@232f4bc)), closes [djlint#712](djlint#712) ### Features * **formatter:** added support for jazzband's sorl-thumbnail tags ([86122dc](djlint@86122dc)), closes [djlint#714](djlint#714)
chore(release): 1.31.1 [skip ci] ## [1.31.1](djlint/djLint@v1.31.0...v1.31.1) (2023-06-26) ### Bug Fixes * **formatter:** fixed formatter formatting ignored code ([5c75d87](djlint@5c75d87)), closes [djlint#655](djlint#655) * **formatter:** fixed function formatting with nested quoted parenthesis ([6d63a6a](djlint@6d63a6a)), closes [djlint#698](djlint#698) * **formatter:** fixed overgrabbing on template tag condensing ([75c3134](djlint@75c3134)), closes [djlint#686](djlint#686) * **formatter:** function index was not formatted correctly ([a197200](djlint@a197200)), closes [djlint#693](djlint#693)
chore(release): 1.31.0 [skip ci] # [1.31.0](djlint/djLint@v1.30.2...v1.31.0) (2023-06-12) ### Bug Fixes * **formatter:** fixed `line_break_after_multiline_tag` to force break in all cases ([3b37ec8](djlint@3b37ec8)), closes [djlint#680](djlint#680) * **formatter:** fixed isolated quotes being deleted from attributes ([19425f9](djlint@19425f9)), closes [djlint#652](djlint#652) * **formatter:** fixed wild match on template tags ([d288b78](djlint@d288b78)), closes [djlint#686](djlint#686) * **linter:** fixed false positive on t001 ([1caf4c4](djlint@1caf4c4)), closes [djlint#606](djlint#606) ### Features * **formatter:** added `max-blank-lines` flag to consolidate blank lines ([4a7897f](djlint@4a7897f)), closes [djlint#675](djlint#675) * **formatter:** added support for symphony forms ([e716ddc](djlint@e716ddc)), closes [djlint#476](djlint#476)
chore(release): 1.30.2 [skip ci] ## [1.30.2](djlint/djLint@v1.30.1...v1.30.2) (2023-06-02) ### Bug Fixes * **formatter:** added quotes to json keys, added option to disable set/function formatting ([6f7df03](djlint@6f7df03)), closes [djlint#682](djlint#682)
chore(release): 1.30.1 [skip ci] ## [1.30.1](djlint/djLint@v1.30.0...v1.30.1) (2023-06-02) ### Bug Fixes * **linter:** added missing positive on H021 ([221c31f](djlint@221c31f)), closes [djlint#678](djlint#678) * **linter:** fixed false positive on H037 ([3b2e522](djlint@3b2e522)), closes [djlint#679](djlint#679)
chore(release): 1.30.0 [skip ci] # [1.30.0](djlint/djLint@v1.29.0...v1.30.0) (2023-05-30) ### Bug Fixes * **formatter:** fixed endset indent level ([cdebe42](djlint@cdebe42)), closes [djlint#670](djlint#670) * **formatter:** fixed issue with spaceless macro tags having spacess added before - ([5593937](djlint@5593937)), closes [djlint#667](djlint#667) * **npm:** install exact version of djlint ([0727279](djlint@0727279)) ### Features * **npm:** add script to update djlint version in postinstall using semantic-release/exec ([040ffc6](djlint@040ffc6))
chore(release): 1.29.0 [skip ci] # [1.29.0](djlint/djLint@v1.28.0...v1.29.0) (2023-05-22) ### Bug Fixes * **formatter:** fix cases where ignore was still formatting set and function code ([ab878ea](djlint@ab878ea)), closes [djlint#659](djlint#659) * **formatter:** fix extra parenth being added in a function call ([faba4f4](djlint@faba4f4)), closes [djlint#660](djlint#660) * **linter:** fixed missing positive on a few <img rules ([5f33d08](djlint@5f33d08)) ### Features * **formatter:** added option to disable newlines after yaml front matter ([9bf64ac](djlint@9bf64ac)), closes [djlint#662](djlint#662) * **linter:** allow codes to be ignored for remainder of file ([4637a0f](djlint@4637a0f)), closes [djlint#655](djlint#655)
chore(release): 1.28.0 [skip ci] # [1.28.0](djlint/djLint@v1.27.2...v1.28.0) (2023-05-18) ### Bug Fixes * **formatter:** allow djlint:off to exluce the rest of a file ([17faf5f](djlint@17faf5f)), closes [djlint#649](djlint#649) * **formatter:** don't add blank line to empty files ([8ea5fd2](djlint@8ea5fd2)), closes [djlint#635](djlint#635) ### Features * **formatter:** added ability to format objects/arrays in function tags ([d446efc](djlint@d446efc)), closes [djlint#370](djlint#370) * **formatter:** format set blocks ([d88371c](djlint@d88371c)), closes [djlint#646](djlint#646)
chore(release): 1.27.2 [skip ci] ## [1.27.2](djlint/djLint@v1.27.1...v1.27.2) (2023-05-11) ### Bug Fixes * **formatter:** fixed an edge case wild regex grab ([0d57e75](djlint@0d57e75)), closes [djlint#640](djlint#640) * **formatter:** fixed formatting of plural tag in blocktrans ([92c083b](djlint@92c083b)), closes [djlint#641](djlint#641) * **formatter:** fixed js/css being formatted even inside ignored blocks ([cbf5796](djlint@cbf5796)), closes [djlint#613](djlint#613) * **linter:** fixed a few false positives/missing positives, added tests ([30f8d31](djlint@30f8d31)), closes [djlint#643](djlint#643) [djlint#642](djlint#642) * **linter:** fixed false postive in alpinejs tags for H037 ([6520f63](djlint@6520f63)), closes [djlint#639](djlint#639)
PreviousNext