sass breaking changes

cran

5 curated breaking changes across major versions of sass. Use this as a migration checklist before bumping dependencies.

5
changes
Breaking changes by transition
  • v0.2.0 \u2192 v0.3.0breaking

    When `output` is specified, `sass()` now returns the output file path instead of the CSS content as a character vector.

  • v0.2.0 \u2192 v0.3.0breaking

    The `cache_options` argument in `sass()` has been renamed to `cache` and now defaults to `sass_cache_get()` instead of `sass_cache_options()`.

  • v0.2.0 \u2192 v0.3.0breaking

    `sass_cache_options()` has been deprecated (it no longer does anything) in favor of the new caching functions (`sass_file_cache()`).

  • v0.2.0 \u2192 v0.3.0breaking

    Deprecated `sass_layer_merge()` in favor of `sass_bundle()` to reflect the data structures being returned. (#54)

  • v0.2.0 \u2192 v0.3.0breaking

    Deprecated the `tags` parameter of `sass_layer()` in favor of named layers in `sass_bundle(NAME = layer)`. (#54)

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cran/sass
sass breaking changes — CRAN migration guide | DepScope