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.60.0
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.61.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 23, 2023

  1. Require node>=14.0.0 (#1911)

    ntkme authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c6e7dbc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Remove Node 12 from CI (#1925)

    Now that we've properly dropped Node 12 support, we can remove it entirely from the CI
    jathak authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    60b8be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    4ddd8f5 View commit details
    Browse the repository at this point in the history
  2. Fix the performance of selector span expansion (#1929)

    Instead of calling `SourceFile.getText()`, which creates string copies
    of a substantial subset of the text of the file every time, this
    directly accesses the file's underlying code units without doing any
    copies.
    
    Closes #1913
    nex3 authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    702a7ee View commit details
    Browse the repository at this point in the history
Loading