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

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    031e5f1 View commit details
    Browse the repository at this point in the history
  2. Move fixtures' expected outputs to the fixture directories (#298)

    * Move fixtures' expected outputs to the fixture directories
    
    This makes them easier to diff with conventional tools.
    
    * Tweak code a bit
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    akx and thecrypticace authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f101793 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add compatibility with prettier-plugin-multiline-arrays (#299)

    * Add compatibility with `prettier-plugin-multiline-arrays`
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    Jon Rouleau and thecrypticace authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c5eed72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d9d18 View commit details
    Browse the repository at this point in the history
  3. Fix type error

    thecrypticace committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b2c8574 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0c5040 View commit details
    Browse the repository at this point in the history
  5. Fix code style

    thecrypticace committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f6661cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f69f739 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Add cache for known plugins (#301)

    * Add cache for known plugins
    
    We have to call `require.resolve(…)` ~10 times per call to `parse(…)`. These calls generally take microseconds however if you call `prettier.format(…)` several thousand times the times add up. It also adds up for embedded documents which call `parse(…)` a large number of times.
    
    This adds a cache for these calls because generally only a few will ever be installed and Node.js will not cache misses internally.
    
    * Update src/plugins.ts
    
    Co-authored-by: Robin Malfait <[email protected]>
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Robin Malfait <[email protected]>
    thecrypticace and RobinMalfait authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ee50b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Support Tailwind CSS v4.0.0-alpha.19 (#310)

    * Handle async design system in v4 alpha 19
    
    * Update changelog
    thecrypticace authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b7830c6 View commit details
    Browse the repository at this point in the history
  2. 0.6.6

    thecrypticace committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0368ffb View commit details
    Browse the repository at this point in the history
Loading