Skip to content

v0.12.0

Choose a tag to compare

@bartTC bartTC released this 23 Nov 19:25

Added

  • Configuration: Added "?" to default skip_expressions for 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
  • CI/CD: GitHub Actions workflow for automated documentation deployment

    • Added .github/workflows/deploy-docs.yml for 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

Changed

  • Documentation: Updated documentation URL in pyproject.toml to 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