Releases: projectwallace/format-css
Releases · projectwallace/format-css
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&cssparameter 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
1.0.4
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.4
v1.0.3
What's Changed
- Add spacing around selector combinators by @bartveneman in #8
Full Changelog: v1.0.2...v1.0.3
1.0.2
What's Changed
- force-render multi-line tokens on one line, except raw content by @bartveneman in #5
- Add keywords to package.json by @bartveneman in #6
Full Changelog: v1.0.1...v1.0.2
1.0.1
What's Changed
- fix leading newlines for nested rules + fix trailing newlines for empty rules by @bartveneman in #2
Full Changelog: v1.0.0...v1.0.1
1.0.0 🎉
v1.0.0 add links to StackBlitz examples to readme