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.1
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.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 3, 2024

  1. Only remove duplicate Tailwind classes (#277)

    * improve remove duplicate classes
    
    * replace indexOf by Set
    
    * Simplify code
    
    * Refactor
    
    * Remove duplicates after sorting
    
    * Only remove duplicates of known classes
    
    * Rename vars
    
    * Tweak comment
    
    * Tweak var names
    
    * wip
    
    * Move duplicate removal to sorting routine
    
    * Refactor
    
    * Refactor
    
    * Tweak comment
    
    * Cleanup
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    WooWan and thecrypticace authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    82ea71a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Make sure escapes in classes are preserved in string literals (#286)

    * Add tests for escapes
    
    * Make sure escapes in classes are preserved in string literals
    
    * Update changelog
    thecrypticace authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    57afde1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. 0.6.2

    thecrypticace committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa6ec0a View commit details
    Browse the repository at this point in the history
Loading