This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
djlint | dev-dependencies | minor |
1.34.1 -> 1.36.4
|
v1.36.4
v1.36.3
This release reverts the following changes from the last release as they caused issues:
v1.36.2
Fix:
Performance:
v1.36.1
v1.36.0
djlint.toml
config file. The format is identical to pyproject.toml
, but it does not use [tool.djlint]
table.js_config
instead of css_config
.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.
Formatting performance comparison with the previous version (tested on https://github.com/openedx/edx-platform with single thread):
Version | Seconds |
---|---|
v1.35.3 | 20.39 |
v1.35.4 pure Python | 14.39 |
v1.35.4 compiled | 11.35 |
v1.35.3
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.
v1.35.2
v1.35.1
v1.35.0
v1.34.2
This MR has been generated by Renovate Bot.