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: sass/dart-sass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.83.1
Choose a base ref
...
head repository: sass/dart-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.83.2
Choose a head ref
  • 16 commits
  • 71 files changed
  • 1 contributor

Commits on Dec 19, 2024

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

Commits on Dec 20, 2024

  1. Add support for declarations

    nex3 committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    32a3556 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Code review

    nex3 committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    34e0aaa View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Merge pull request #2468 from sass/declaration

    Add support for declarations
    nex3 authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    9e6e3bf View commit details
    Browse the repository at this point in the history
  2. Fix "expression" typos

    nex3 committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    0de6e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad741fa View commit details
    Browse the repository at this point in the history
  4. Add support for @if and @else

    nex3 committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    8eb27a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Always use the SDK version of the formatter

    This helps guard against skew when new formatting logic is released in
    the dart_style package before it's available in a stable SDK release.
    nex3 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    384ba7d View commit details
    Browse the repository at this point in the history
  2. Code review

    nex3 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    80af1c0 View commit details
    Browse the repository at this point in the history
  3. Run all "up-to-date" tests againt checksums rather than source text

    This ensures that they work independently of whether the files have
    been formatted or not.
    nex3 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    7f2f4af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2488 from sass/sdk-formatter

    Always use the SDK version of the formatter
    nex3 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    adb7016 View commit details
    Browse the repository at this point in the history
  5. Properly override the sass-parser dependency on sass during release (#…

    …2487)
    
    Previously we were loading the version variable after running `npm
    install sass@$version`, which caused the local path dependency not to
    be overwritten and consequently made the sass-parser package
    impossible to install.
    nex3 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    8818d93 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into if

    nex3 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    23ff19d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2478 from sass/if

    Add support for `@if` and `@else`
    nex3 authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b19b57f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Compile sass-parser before deploying (#2489)

    Previously this deployed an empty package.
    
    Closes #2485
    nex3 authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    b12b508 View commit details
    Browse the repository at this point in the history
  2. Fix deprecation ID displays in JS mode (#2483)

    In the pure JS release, these weren't working because the Dart-to-JS
    logger didn't know to pass along the deprecation metadata when falling
    back to the wrapped StderrLogger. In the embedded release, these
    weren't working because we didn't give it an update to match the
    stderr logger.
    nex3 authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    ddb14b2 View commit details
    Browse the repository at this point in the history
Loading