Releases: projectwallace/format-css
Releases · projectwallace/format-css
v3.1.1
What's Changed
This is a re-release of v3.1.0 but with a working publish script this time.
- Update release workflow for version bump and node version by @bartveneman in #211
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's new
- feat: expose
format_value,format_declaration,format_selectorandformat_atrule_preludeby @bartveneman in #197 - fix: minification issue with non-optional spaces in at-rule preludes by @bartveneman in #198
- fix: Fix whitespace handling for media query keywords in
@mediarules by @bartveneman in #208 - feat: add support for formatting CSS namespace selectors by @bartveneman in #209
What's Changed
- chore(deps): bump @projectwallace/css-parser from 0.14.7 to 0.14.10 by @dependabot[bot] in #201
- chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 by @dependabot[bot] in #203
- chore(deps-dev): bump the vite group with 2 updates by @dependabot[bot] in #199
- chore(deps-dev): bump tsdown from 0.21.7 to 0.21.10 by @dependabot[bot] in #202
- chore(deps-dev): bump the oxc group across 1 directory with 2 updates by @dependabot[bot] in #200
- chore: use pnpm; monthly update schedule; group updates, pin gh-actions by @bartveneman in #204
- chore(deps): bump @projectwallace/css-parser from 0.14.10 to 0.15.0 in the projectwallace group by @dependabot[bot] in #205
- chore(deps-dev): bump the npm-all group with 7 updates by @dependabot[bot] in #206
Full Changelog: v3.0.2...v3.1.0
v3.0.2
Fixed
- fix: avoid auth errors for npm publish action by @bartveneman in #195
What's Changed
- chore: add test for minifying nth selectors by @bartveneman in #190
- chore(deps-dev): bump tsdown from 0.21.6 to 0.21.7 by @dependabot[bot] in #193
- chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 in the github-actions group across 1 directory by @dependabot[bot] in #180
- chore(deps-dev): bump the oxc group across 1 directory with 2 updates by @dependabot[bot] in #192
- chore(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #183
- chore(deps): update css-parser to 0.14.x by @bartveneman in #194
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Fixed
- perf: shorten some print functons && use string concat directly in some places by @bartveneman in #179
- fix: print whitespace around
<=and=<in media ranges by @bartveneman in #188
What's Changed
- chore: group dependabot updates for oxc, vite and gh-actions by @bartveneman in #171
- chore(deps-dev): bump the oxc group with 2 updates by @dependabot[bot] in #173
- chore(deps): bump @projectwallace/css-parser from 0.13.8 to 0.13.9 by @dependabot[bot] in #175
- chore(deps-dev): bump tsdown from 0.21.2 to 0.21.4 by @dependabot[bot] in #174
- chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 in the github-actions group by @dependabot[bot] in #172
- Add Oxlint configuration with Project Wallace preset by @bartveneman in #176
- chore: do not run build before linting in CI by @bartveneman in #177
- chore(deps): bump @projectwallace/css-parser from 0.13.9 to 0.13.11 by @dependabot[bot] in #185
- Change Dependabot update schedule to monthly by @bartveneman in #186
- chore(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot[bot] in #181
- chore(deps-dev): bump the oxc group across 1 directory with 2 updates by @dependabot[bot] in #182
- chore(deps-dev): bump tsdown from 0.21.4 to 0.21.6 by @dependabot[bot] in #184
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Breaking
Technically a breaking change, because Node.js support is bumped up from >=18.0.0 to >=20.12.0 to support the new CLI. This was needed to get support for Node.js's styleText from 'node:utils'.
- breaking! feat: add CLI interface for format-css package by @bartveneman in #170
What's Changed
- Bump vite from 6.4.1 to 7.3.1 by @dependabot[bot] in #155
- Bump @projectwallace/css-parser from 0.13.5 to 0.13.8 by @dependabot[bot] in #165
- Bump @vitest/coverage-v8 from 4.0.18 to 4.1.0 by @dependabot[bot] in #168
- Bump oxlint from 1.24.0 to 1.55.0 by @dependabot[bot] in #166
- Bump tsdown from 0.21.0 to 0.21.2 by @dependabot[bot] in #164
- Automate version bumping in release workflow by @bartveneman in #169
Full Changelog: v2.2.6...v3.0.0
v2.2.6
What's Changed
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #152
- Bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #153
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #154
- Bump publint from 0.3.15 to 0.3.18 by @dependabot[bot] in #159
- Bump prettier from 3.6.2 to 3.8.1 by @dependabot[bot] in #156
- Bump @vitest/coverage-v8 from 4.0.3 to 4.0.18 by @dependabot[bot] in #158
- Migrate build tooling from Vite to tsdown by @bartveneman in #161
- chore: replace prettier with oxfmt by @bartveneman in #162
New Contributors
- @dependabot[bot] made their first contribution in #152
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- chore(test): add unit tests for formatting unicode ranges by @bartveneman in #148
- perf: skip collecting comments when minifying by @bartveneman in #150
- perf: skip parsing atrule preludes by @bartveneman in #151
Full Changelog: v2.2.4...v2.2.5
v2.2.4
Full Changelog: v2.2.3...v2.2.4
update css-parser to 0.13.1
v2.2.3
What's Changed
- deps: update css-parser to 0.13.0 by @bartveneman in #146
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- fix: correctly add or omit quotes around
url()value by @bartveneman in #145
Full Changelog: v2.2.1...v2.2.2