* Highlight contextually-relevant sections of the stylesheet in error messages, rather than only highlighting the section where the error was detected.
1.24.4
JavaScript API
* Fix a bug where source map generation would crash with an absolute source map path and a custom importer that returns string file contents.
1.24.3
Command Line Interface
* Fix a bug where `sass --version` would crash for certain executable distributions.
1.24.2
JavaScript API
* Fix a bug introduced in the previous release that prevented custom importers in Node.js from loading import-only files.
1.24.1
* Fix a bug where the wrong file could be loaded when the same URL is used by both a `use` rule and an `import` rule.
1.24.0
* Add an optional `with` clause to the `forward` rule. This works like the `use` rule's `with` clause, except that `forward ... with` can declare variables as `!default` to allow downstream modules to reconfigure their values.
* Support configuring modules through `import` rules.