Releases: projectwallace/format-css
Releases · projectwallace/format-css
1.3.5
What's Changed
- Fix spacing after closing ) and following text by @bartveneman in #56
Full Changelog: v1.3.4...v1.3.5
1.3.4
What's Changed
- Run publint in Github Actions by @bartveneman in #52
- bundle: replace microbundle with Vite by @bartveneman in #53
- fix: lowercase pseudo element selectors by @bartveneman in #54
Full Changelog: v1.3.3...v1.3.4
1.3.3
What's Changed
- fix: default export should come last by @bartveneman in #50
Full Changelog: v1.3.2...v1.3.3
v1.3.2
1.3.1
Fixed
- fix missing colon for formatting
:before
and:after
by @bartveneman in #43 - fix spacing after colon inside atrule prelude
selector()
by @bartveneman in #46
Full Changelog: v1.3.0...v1.3.1
1.3.0
What's Changed
- Decrease bundle size ~25% by @bartveneman in #40
- prevent using
.toLowercase()
too often by @bartveneman in #39 - fix minified spaces by @bartveneman in #40
- update readme example code by @bartveneman in #41
Full Changelog: v1.2.0...v1.3.0
1.2.0
New feature
- ✨ feat: add minifier by @bartveneman in #37
What's Changed
- chore: update actions to v4 and runners to node20 by @bartveneman in #32
- additional tests for combinators and exotic syntax by @bartveneman in #35
- additional tests for newlines between declaration + rule + declaration by @bartveneman in #36
Full Changelog: v1.1.0...v1.2.0
1.1.0
Fixed
- fix casing issues in values/properties by @bartveneman in #18
What's Changed
- some DRY-er newline management by @bartveneman in #23
- add (skipping+failing) tests for preserving comments by @bartveneman in #21
- add types, testing and CI by @bartveneman in #24
- Relaxed selector nesting tests by @bartveneman in #22
- add linting by @bartveneman in #28
- Add tests for preserving CSS comments by @bartveneman in #29
- chore: swap
indent_size
&css
parameter order by @bartveneman in #30 - cache some properties to decrease bundle size (2.1%) by @bartveneman in #31
Full Changelog: v1.0.6...v1.1.0
1.0.6
What's Changed
- trim leading whitespace in atrule prelude before : or , by @bartveneman in #16
Full Changelog: v1.0.5...v1.0.6
1.0.5
What's Changed
- Update semver 6.3.0 -> 6.3.1 by @bartveneman in #9
- Pretty-print lists of values by @bartveneman in #11
- Pretty print atrule preludes by @bartveneman in #13
- Divide unit tests into separate sections
Full Changelog: v1.0.3...v1.0.5