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.3.0
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.4.0
Choose a head ref
  • 14 commits
  • 24 files changed
  • 3 contributors

Commits on May 19, 2023

  1. Don't move partial classes inside Liquid script attributes (#164)

    * Fix liquid sorting
    
    * Fix Liquid mustache tags inside attributes
    
    * Update changelog
    thecrypticace authored May 19, 2023
    Configuration menu
    Copy the full SHA
    59d8f46 View commit details
    Browse the repository at this point in the history
  2. Export types (#162)

    * Export types
    
    * Fix type linting errors
    
    * refactor
    
    * Tweak wording
    
    * Update changelog
    thecrypticace authored May 19, 2023
    Configuration menu
    Copy the full SHA
    46d60d5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Do not split classes by non-ASCII whitespace (#166)

    * add failing test
    
    * do not separate classes by non-ASCII white space
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    uhyo and thecrypticace authored May 26, 2023
    Configuration menu
    Copy the full SHA
    0a1b1a6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Match tagged template literals with tag expressions (#169)

    * Refactor
    
    * Match object template tags
    
    For example, if one of the defined functions is `tw` then we should match `tw` AND `tw.foo`, `tw.bar`, etc…
    
    * Update changelog
    thecrypticace authored May 30, 2023
    Configuration menu
    Copy the full SHA
    4443561 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Add Prettier v3 support (#179)

    * Pin peer dep to Prettier v2.2
    
    * Update deps
    
    * Update esbuild
    
    * Refactor
    
    * Implement Prettier v3 compatability
    
    * add CI
    
    * Update workflow name
    
    * Increase jest test timeout
    
    ---------
    
    Co-authored-by: Robin Malfait <[email protected]>
    thecrypticace and RobinMalfait authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    fe49d70 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    17ceff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98290a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c730260 View commit details
    Browse the repository at this point in the history
  5. add release workflow

    RobinMalfait committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4261c7c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #180 from tailwindlabs/feat/setup-release-ci

    Setup release workflows
    RobinMalfait authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6ea4491 View commit details
    Browse the repository at this point in the history
  7. update changelog

    thecrypticace committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6e4b778 View commit details
    Browse the repository at this point in the history
  8. 0.4.0

    thecrypticace committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f713976 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    thecrypticace committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0184e34 View commit details
    Browse the repository at this point in the history
  10. Add minify flag

    thecrypticace committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    532a996 View commit details
    Browse the repository at this point in the history
Loading