Improve performance by ~30%. Thanks, @oliverhaas.
v1.36.0
Feature
Add support for djlint.toml config file. The format is identical to pyproject.toml, but it does not use [tool.djlint] table.
Fix
Do not format HTML in attributes. Thanks, @oliverhaas.
Fix using js_config instead of css_config.
Performance
Increase performance by ~30% by using regex more efficiently and caching more stuff.
v1.35.4
Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
This release significantly improves performance, especially for large files and large projects.
Formatting https://github.com/openedx/edx-platform took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.
Performance improved by caching some functions. Thanks to @JCWasmx86!
Removed the limitation on the number of workers introduced in v1.35.0.
Improve performance by ~30%. Thanks, @oliverhaas.
[1.36.0] - 2024-11-05
Feature
Add support for djlint.toml config file. The format is identical to pyproject.toml, but it does not use [tool.djlint] table.
Fix
Do not format HTML in attributes. Thanks, @oliverhaas.
Fix using js_config instead of css_config.
Performance
Increase performance by ~30% by using regex more efficiently and caching more stuff.
[1.35.4] - 2024-11-01
Compiled mypyc wheels are now also available, which improve performance by ~21% over Pure Python. They will be automatically installed by your package manager when available for your platform. Pure Python wheel is still available.
Other changes have been made to improve performance, thanks to @JCWasmx86. See the commits for more details.
This release significantly improves performance, especially for large files and large projects.
Formatting https://github.com/openedx/edx-platform took 87 seconds in the previous version, now it takes only 4 seconds (>2000% speedup)! Tested on a 32-core computer.
Performance improved by caching some functions. Thanks to @JCWasmx86!
Removed the limitation on the number of workers introduced in v1.35.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps djlint from 1.35.2 to 1.36.1.
Release notes
Sourced from djlint's releases.
Changelog
Sourced from djlint's changelog.
Commits
f908697
chore: v1.36.192e2e84
chore(deps): lock file maintenance96fec0e
chore(deps): update dependency@ianvs/prettier-plugin-sort-imports
to v4.4.0a705055
chore(deps): lock file maintenance21dc6a1
perf: simple skip for unformatted blocks (#1005)9dc7ea3
chore(deps): lock file maintenance14530c8
chore: v1.36.0d97be3b
fix: types.py -> types.pyi012ee62
chore(deps): lock file maintenance1afeeb8
fix: fix type hintDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show