v0.12.0
Added
-
Configuration: Added "?" to default
skip_expressionsfor JavaScript ternary operator support- Prevents sorting of class attributes containing ternary expressions (e.g.,
condition ? "class-a" : "class-b") - Updated documentation in README.md, example.tailwhip.toml, and configuration.toml
- Updated test expectations to reflect new default
- Prevents sorting of class attributes containing ternary expressions (e.g.,
-
CI/CD: GitHub Actions workflow for automated documentation deployment
- Added
.github/workflows/deploy-docs.ymlfor generating and deploying documentation - Uses Microdocs to convert README.md and CHANGELOG.md into HTML documentation site
- Automatically deploys to GitHub Pages on push to main branch
- Includes comprehensive inline documentation explaining each workflow step
- Manual workflow dispatch option available from Actions tab
- Added
Changed
- Documentation: Updated documentation URL in
pyproject.tomlto point to GitHub Pages- Changed from GitHub README link to
https://barttc.github.io/tailwhip/ - Provides users with a dedicated documentation site instead of raw markdown
- Changed from GitHub README link to