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.1.13
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.2.0
Choose a head ref
  • 16 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 8, 2022

  1. Add support for formatting .astro files (#87)

    * Add support for Astro files
    
    * Remove unnecessary folder
    
    * Simplify code a bit
    
    * Add Astro test
    
    * WIP
    
    * Fix test
    
    * Update plugin version and tests
    
    * Undo unnecessary formatting changes
    
    Co-authored-by: Jordan Pittman <[email protected]>
    Princesseuh and thecrypticace authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    76607eb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    64ad606 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Add license field to package.json

    Currently, this package is missing the `license` field in `package.json`; this causes the license to be "none" on npm (see https://www.npmjs.com/package/prettier-plugin-tailwindcss/v/0.1.13).
    
    This PR adds a license value corresponding to the MIT license file already present in the repository.
    velut authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a907625 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from velut/patch-1

    Add license field to package.json
    adamwathan authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4a33bd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    02f0668 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Work on external plugin compat (#90)

    * Don’t bundle svelte
    
    * Overwrite the printer
    
    * Refactor
    
    * Add compat with `@trivago/prettier-plugin-sort-imports`
    
    * Verify compatibility with `prettier-plugin-organize-imports`
    
    * Update lockfile
    
    * Support autoloaded plugin paths
    
    * Fix naming
    thecrypticace authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    3a6c695 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update deps

    thecrypticace committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a6b13c3 View commit details
    Browse the repository at this point in the history
  2. v0.2.0 beta 1

    thecrypticace committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5787d2b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Add support for more prettier plugins (#101)

    * Add support for more plugins
    
    * Update deps
    
    * Verify that `prettier-plugin-twig-melody` functions as expected
    
    * Add support for PHP plugin
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * Add support for melody
    
    * refactor
    
    * Add support for pug
    
    * Move tests
    thecrypticace authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    463b5d4 View commit details
    Browse the repository at this point in the history
  2. v0.2.0-beta.2

    thecrypticace committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    47a2cab View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    4857148 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Merge pull request #102 from tailwindlabs/feature/shopify-liquid

    Add support for `@shopify/prettier-plugin-liquid`
    reinink authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9c4eb78 View commit details
    Browse the repository at this point in the history
  2. v0.2.0-beta.3

    thecrypticace committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6a1a9d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    0bbfc3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ddf40 View commit details
    Browse the repository at this point in the history
  3. 0.2.0

    thecrypticace committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6d39ddd View commit details
    Browse the repository at this point in the history
Loading