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 Loading
base: 1.58.3
Choose a base ref
...
head repository: sass/dart-sass Loading
compare: 1.59.2
Choose a head ref
  • 8 commits
  • 70 files changed
  • 3 contributors

Commits on Feb 28, 2023

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

Commits on Mar 2, 2023

  1. Pull @font-face out to root (#1899)

    Goodwine committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    eb1ced1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

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

Commits on Mar 8, 2023

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

Commits on Mar 10, 2023

  1. Add --fatal-deprecations and --future-deprecations (#1820)

    * Add fatal/futureDeprecations to Dart API
    
    This adds a new `Deprecation` class that specifies an ID for each
    deprecated feature along with what Dart Sass version deprecated it.
    
    The compile functions allow you to pass a set of `fatalDeprecations`
    that will cause an error instead of a warning. You can also pass a set
    of `futureDeprecations`, which let you opt-in to deprecations (like
    `@import`) early.
    
    * Add future deprecation for `@import`
    
    * Add flags
    
    * Merge colorUnits and randomWithUnits
    
    * Update changelogs and pubspecs
    
    * Add tests
    
    * Use isFuture instead of deprecatedIn == null
    * Split warnForDeprecation from warn
    
    * Add missing word to error message
    jathak committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8f8138d View commit details
    Browse the repository at this point in the history
  2. Fix macOS arm64 build and release a new version (#1906)

    * Revert "Remove workaround for dart-lang/setup-dart#59 (#1904)"
    
    This reverts commit 434f2b9.
    
    * Bump version
    jathak committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d0ca8e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Release 1.59.2 (#1908)

    jathak committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b540d59 View commit details
    Browse the repository at this point in the history
Loading