Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --fatal-deprecations and --future-deprecations #1820

Merged
merged 15 commits into from
Mar 10, 2023
Merged

Add --fatal-deprecations and --future-deprecations #1820

merged 15 commits into from
Mar 10, 2023

Commits on Oct 28, 2022

  1. 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.
    jathak committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    9a40e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3dae1 View commit details
    Browse the repository at this point in the history
  3. Add flags

    jathak committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    323aa1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f1e9e View commit details
    Browse the repository at this point in the history
  5. Update changelogs and pubspecs

    jathak committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    96df02f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Mar 3, 2023

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

Commits on Mar 4, 2023

  1. Add tests

    jathak committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6b3e6f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00498c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Code review

    jathak committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    a4bc07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a8974 View commit details
    Browse the repository at this point in the history
  3. More code review

    jathak committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    1d38e63 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    b03ac1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c23dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b99fef View commit details
    Browse the repository at this point in the history