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.85.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.86.0
Choose a head ref
  • 11 commits
  • 61 files changed
  • 4 contributors

Commits on Feb 26, 2025

  1. Add support for parsing null literals (#2525)

    nex3 authored Feb 26, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    37b66a1 View commit details

Commits on Feb 27, 2025

  1. Use thread-safe writeln from dart sdk >=3.6.0 (#2528)

    Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
    ntkme and nex3 authored Feb 27, 2025
    Copy the full SHA
    8e411a2 View commit details

Commits on Mar 3, 2025

  1. Bump analyzer from 6.11.0 to 7.3.0 (#2532)

    Bumps [analyzer](https://github.com/dart-lang/sdk/tree/main/pkg) from 6.11.0 to 7.3.0.
    - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/dart-lang/sdk/commits/HEAD/pkg)
    
    ---
    updated-dependencies:
    - dependency-name: analyzer
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 3, 2025
    Copy the full SHA
    2e59f14 View commit details

Commits on Mar 4, 2025

  1. Add support for parsing parenthesized expressions (#2527)

    Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
    nex3 and Goodwine authored Mar 4, 2025
    Copy the full SHA
    d067c3a View commit details

Commits on Mar 6, 2025

  1. Add support for parsing selector expressions (#2533)

    nex3 authored Mar 6, 2025
    Copy the full SHA
    ddd4b23 View commit details

Commits on Mar 7, 2025

  1. Add support for the supports() function (#2535)

    nex3 authored Mar 7, 2025
    Copy the full SHA
    0d3ea25 View commit details
  2. Use union types rather than base classes for Sass nodes (#2537)

    nex3 authored Mar 7, 2025
    Copy the full SHA
    734e9de View commit details

Commits on Mar 10, 2025

  1. Add support for parsing unary operations (#2538)

    nex3 authored Mar 10, 2025
    Copy the full SHA
    2680d5f View commit details
  2. Add support for parsing variable expressions (#2541)

    nex3 authored Mar 10, 2025
    Copy the full SHA
    e6589fe View commit details

Commits on Mar 17, 2025

  1. Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (#2546)

    Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.9 to 0.28.0.
    - [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
    - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
    - [Commits](TypeStrong/typedoc@v0.27.9...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: typedoc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2025
    Copy the full SHA
    3ddbb38 View commit details
  2. Add support for % as a stand-alone expression (#2540)

    This also deprecates user-defined functions named "type".
    
    See #2539
    nex3 authored Mar 17, 2025
    Copy the full SHA
    c6706e7 View commit details
Loading