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: sveltejs/prettier-plugin-svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: sveltejs/prettier-plugin-svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Choose a head ref
  • 12 commits
  • 20 files changed
  • 5 contributors

Commits on Jan 29, 2024

  1. feat: format JSON script tags (#424)

    Also silences a (harmless) error log in the tests
    closes #421
    closes #419
    dummdidumm authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1884f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc856a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    288d915 View commit details
    Browse the repository at this point in the history
  2. feat: semi-standalone browser build (#430)

    Adds a semi-standalone browser build under prettier-plugin-svelte/browser.
    
    part of #69 (full fix would mean import maps work, which they don't because you need svelte/compiler.cjs which has the wrong mime type on package CDNs - this isn't fixable within this package, rather needs a different file type upstream)
    closes #239
    closes #257
    closes #417
    
    ---------
    
    Co-authored-by: Curran <curran.kelleher@gmail.com>
    dummdidumm and curran authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d89241e View commit details
    Browse the repository at this point in the history
  3. chore: release 3.2.0

    dummdidumm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c8317eb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    08d7a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c968fef View commit details
    Browse the repository at this point in the history
  3. chore: release 3.2.2

    dummdidumm committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    601ee41 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    539169b View commit details
    Browse the repository at this point in the history
  2. chore: release 3.2.3

    dummdidumm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b120c4d View commit details
    Browse the repository at this point in the history
Loading