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

Commits on Aug 15, 2024

  1. Improve performance of spliceChangesIntoString (#312)

    * Improve performance of spliceChangesIntoString
    
    * Add test
    
    * Add benchmark
    
    * Optimize implementation a bit
    
    * Tweak benchmarks
    
    * Update changelog
    
    ---------
    
    Co-authored-by: ABuffSeagull <[email protected]>
    thecrypticace and ABuffSeagull authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9844623 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Add support for @plugin and @config in v4 (#316)

    * Support `@plugin` and `@config` in v4
    
    * Rework fixture installation script
    
    * Add basic v4 test
    
    * Add v4 configs test
    
    * Update changelog
    thecrypticace authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    15e8009 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add support for new loadModule and loadStylesheet APIs from v4 (#317

    )
    
    * Refactor
    
    * Use `enhanced-resolve` to load files
    
    * Add support for new loadModule and loadStylesheet APIs
    thecrypticace authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cdb3b98 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    385e7c2 View commit details
    Browse the repository at this point in the history
  3. 0.6.7

    thecrypticace committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b1e25fd View commit details
    Browse the repository at this point in the history
Loading