Releases: projectwallace/format-css
Releases · projectwallace/format-css
2.0.0-alpha.1
v2.0.0-alpha.1 2.0.0-alpha.1
2.0.0-alpha.0
v2.0.0-alpha.0 BREAKING: ship ESM only
1.5.4
What's Changed
- fix: minify whitespace in selector lists by @bartveneman in #117
Full Changelog: v1.5.3...v1.5.4
1.5.3
What's Changed
- fix: print !ie correctly instead of !important by @bartveneman in #115
Full Changelog: v1.5.2...v1.5.3
1.5.2
What's Changed
- fix:
::highlight(Name)formatted without Name by @bartveneman in #113
Full Changelog: v1.5.1...v1.5.2
1.5.1
What's Changed
- update deps + audit fix by @bartveneman in #107
- fix: also render
!importantby @bartveneman in #111
Full Changelog: v1.5.0...v1.5.1
1.5.0
What's Changed
- upgrade codspeed runner to v3 by @bartveneman in #104
- loop over AST directly instead of wrapping in function call by @bartveneman in #105
- Preserve comments by @bartveneman in #106
Full Changelog: v1.4.4...v1.5.0
1.4.4
What's Changed
- add benchmarks for minification by @bartveneman in #95
- avoid calling
String.repeat()unnecessarily in minify mode by @bartveneman in #94 - ditch
substr_raw()by @bartveneman in #98 - small jsdoc tweaks by @bartveneman in #97
- remove unknown print for rule prelude by @bartveneman in #99
- lowercase type selectors by @bartveneman in #101
- Add missing package.json fields by @bartveneman in #103
Full Changelog: v1.4.3...v1.4.4
1.4.3
What's Changed
- upgrade csstree to v3 by @bartveneman in #91
- add additional tests by @bartveneman in #92
- improve atrule prelude formatting a bunch by @bartveneman in #93
Full Changelog: v1.4.2...v1.4.3
1.4.2
What's Changed
- add quotes around contents of
url()by @bartveneman in #88
Full Changelog: v1.4.1...v1.4.2