Bump djlint from 1.34.1 to 1.35.2
Bumps djlint from 1.34.1 to 1.35.2.
Release notes
Sourced from djlint's releases.
v1.35.2
- Unpin dependencies upper bounds.
- Use min(cpu_count, files_count, 4) workers. Use a thread instead of a process if only one worker will be used. This gives the best performance and low resource usage.
- Refactor the code.
- Fix max attribute length with longer regex custom html tags (#884)
- Fix Jinja formatting issues (#715)
- Fix: not detecting tabs as a valid seperation between tags (#813)
- Fix: Add ignore for sms links (#815)
- Fix: Allow attributes on (#830)
v1.34.2
1.34.2 (2024-08-28)
Bug Fixes
Changelog
Sourced from djlint's changelog.
[1.35.2] - 2024-08-29
- Fix npm publishing
[1.35.1] - 2024-08-29
- Fix npm publishing
[1.35.0] - 2024-08-29
- Unpin dependencies upper bounds.
- Use min(cpu_count, files_count, 4) workers. Use a thread instead of a process if only one worker will be used. This gives the best performance and low resource usage.
- Refactor the code.
- Fix max attribute length with longer regex custom html tags (#884)
- Fix Jinja formatting issues (#715)
- Fix: not detecting tabs as a valid seperation between tags (#813)
- Fix: Add ignore for sms links (#815)
- Fix: Allow attributes on (#830)
Commits
-
ca948cf
v1.35.2 -
e0d7623
Fix npm publishing -
5c62c54
v1.35.1 -
bac74ba
Fix npm publishing -
6e7e4ed
Fix publishing -
bd3c4fa
Disable trusted publishing -
edd1525
v1.35.0 -
7ba9d6b
Add noqa to file -
c4add03
Remove unused script -
19f5a67
Check file amount when calculating worker count - Additional commits viewable in compare view