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.2.8
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.3.0
Choose a head ref
  • 9 commits
  • 21 files changed
  • 4 contributors

Commits on Apr 28, 2023

  1. Update changelog

    thecrypticace committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a78dd6e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Add support for formatting .marko files (#151)

    * Add Marko support
    
    * Don't sort ArrayExpressions, only sort StringLiterals within them
    
    * simplify
    
    * Simplify tests
    
    * Add peer dep for marko
    
    This makes sure pnpm and Yarn PnP don’t complain
    
    * Add dev dep for marko translator
    
    It’s required for the plugin to work
    
    * update lockfile
    
    * Update changelog
    
    * Simplify
    
    * Fix CS
    
    * Update lockfile
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    AngusMorton and thecrypticace authored May 1, 2023
    Configuration menu
    Copy the full SHA
    fcbe554 View commit details
    Browse the repository at this point in the history
  2. Fix link in changelog

    reinink authored May 1, 2023
    Configuration menu
    Copy the full SHA
    71f41a4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Speed up formatting (#153)

    * Speed up compatible parser loading
    
    * Speed up config loading
    
    * Cleanup code
    
    * Disable pug plugin printer during tests
    
    * Simplify fixture tests
    
    * Cleanup
    
    * Cleanup
    
    * Extract plugin compat handling into separate file
    
    * Refactor
    
    * Add cross-file config reuse
    
    * Move config loading
    
    * Update changelog
    thecrypticace authored May 3, 2023
    Configuration menu
    Copy the full SHA
    474c344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bd35b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Allow sorting of custom attributes, functions, and tagged template li…

    …terals (#155)
    
    * Add opt-in customization features
    
    * Update fixtures
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Move parsers/printers/options to bottom of the file
    
    * Make fixture formatting async
    
    * Run fixture tests in parallel
    
    * wip
    
    * remove concurrency
    
    It works when only running the fixtures but not the other tests. Not sure why.
    
    * wip
    
    * Tweak prettier config
    
    * Simplify fixture
    
    * Fix CS
    
    * Update readme
    
    * Merge defaults instead of replacing them
    
    * move fixture
    
    * Add Vue fixture
    
    * Update changelog
    
    * Update options docs in readme
    
    * Tweak readme
    
    * Show sorted classes in readme
    
    * Tweak changelog
    
    ---------
    
    Co-authored-by: _nderscore <[email protected]>
    Co-authored-by: Jonathan Reinink <[email protected]>
    3 people authored May 9, 2023
    Configuration menu
    Copy the full SHA
    6ba6faa View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Fix plugin compatibility when loaded with require (#159)

    * Refactor
    
    * Handle when compatible plugins are loaded by `require()`
    
    * Add types
    
    * Update changelog
    thecrypticace authored May 12, 2023
    Configuration menu
    Copy the full SHA
    d3f787d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. update changelog

    thecrypticace committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c55bed1 View commit details
    Browse the repository at this point in the history
  2. 0.3.0

    thecrypticace committed May 15, 2023
    Configuration menu
    Copy the full SHA
    cc1b192 View commit details
    Browse the repository at this point in the history
Loading