Major Changes
-
Add
"auto"to theapioption and make it the default. When the Sass implementation supports the modern compiler,"auto"enables it and reuses a single long-running compiler across files, which significantly improves build performance; otherwise it falls back to themodernAPI. (by @alexander-akait in #1319) -
Remove
node-sasssupport. (by @alexander-akait in #1316) -
Minimum supported NodeJS version is
22.11.0. (by @alexander-akait in #1318) -
Convert source to native ECMAScript modules. The package now declares
"type": "module"and exposes both an ESM and a CommonJS build via theexportsfield. CommonJS consumers continue to work viarequire, and ESM consumers can nowimportthe loader directly. (by @alexander-akait in #1322) -
Remove legacy Sass JS API support. (by @alexander-akait in #1316)
Minor Changes
- Added types. (by @alexander-akait in #1312)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.