Skip to content

Release 0.20.0

Compare
Choose a tag to compare
@kaj kaj released this 25 Mar 21:27

Progress: 3456 of 5962 tests passed in dart-sass compatibility mode.

Breaking changes

  • The name of a module is no longer a sass::Name, but instead a String.

Improvements

  • A space-separated list can be a key in a map.
  • The builtin modules does not inherit the global functions.
  • Scope names is not sass::Name ($a_b and $a-b is the same variable, but a_b and a-b are different scopes).
  • Improve sass:map functions get and merge and add deep-merge and deep-remove.

Tested with rustc 1.51.0 (2fd73fabe 2021-03-23), 1.48.0 (7eac88abb 2020-11-16), 1.46.0 (04488afe3 2020-08-24), 1.44.1 (c7087fe00 2020-06-17), 1.51.0-beta.8 (73f48e5f6 2021-03-18), 1.53.0-nightly (07e0e2ec2 2021-03-24).