Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.13
Choose a base ref
...
head repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.14
Choose a head ref
  • 7 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 1, 2025

  1. Add support for OXC + Hermes plugins (#376)

    * Refactor
    
    * Add support for OXC and Hermes plugins
    
    * Update changelog
    thecrypticace authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    3f06943 View commit details
    Browse the repository at this point in the history
  2. Sort template literals in Angular expressions (#377)

    * Sort template literals in Angular expressions
    
    Prettier fixed their parser bug in v3.6 so we just need to check for template literals
    
    * Update changelog
    thecrypticace authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    9b87e4a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Create FUNDING.yml

    reinink authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    afa39a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Test against Prettier v3.6 (#375)

    * Bump Prettier to v3.6
    
    * Tweak plugin detection
    
    These can be `URL`s now apparently
    
    * Enable test
    
    * Bump JSDoc
    
    It’s now compatible with Prettier v3.6
    
    * fix check
    thecrypticace authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8e4efba View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Fix parsing TypeScript with OXC (#380)

    * Fix parsing TypeScript with OXC
    
    * Update changelog
    thecrypticace authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    a265c5b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Don't repeatedly add backslashes to escape sequences when formatting (#…

    …381)
    
    * fix: repeated backslash escaping
    
    * Cleanup
    
    * Bail early if the content didn’t change
    
    * Cleanup
    
    * Move test
    
    * Fix failing tests
    
    * Cleanup code and comments
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    Sec-ant and thecrypticace authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    63d1f5c View commit details
    Browse the repository at this point in the history
  2. 0.6.14

    thecrypticace committed Jul 9, 2025
    Configuration menu
    Copy the full SHA
    e4072ec View commit details
    Browse the repository at this point in the history
Loading