2021-09-14 01:16:40 +02:00
|
|
|
## 1.0.0-beta.9
|
|
|
|
|
|
|
|
* Add the `CalculationExpression` type to represent calculations in the Sass
|
|
|
|
AST.
|
|
|
|
|
|
|
|
* Add the `ExpressionVisitor.visitCalculationExpression` method.
|
|
|
|
|
2021-09-10 01:51:26 +02:00
|
|
|
## 1.0.0-beta.8
|
|
|
|
|
|
|
|
* No user-visible changes.
|
|
|
|
|
2021-09-10 01:00:05 +02:00
|
|
|
## 1.0.0-beta.7
|
|
|
|
|
|
|
|
* No user-visible changes.
|
|
|
|
|
2021-08-31 02:14:14 +02:00
|
|
|
## 1.0.0-beta.6
|
|
|
|
|
|
|
|
* Add the `SassApiColor` extension to the "Value" DartDoc category.
|
|
|
|
|
2021-08-28 09:37:39 +02:00
|
|
|
## 1.0.0-beta.5
|
|
|
|
|
|
|
|
* Add `SassColor.hasCalculatedRgb` and `.hasCalculatedHsl` extension getters.
|
|
|
|
|
2021-08-24 01:33:36 +02:00
|
|
|
## 1.0.0-beta.4
|
|
|
|
|
|
|
|
* `UseRule`, `ForwardRule`, and `DynamicImport` now share a common `Dependency`
|
|
|
|
interface that exposes a `url` getter and a `urlSpan` getter.
|
|
|
|
|
|
|
|
* `VariableDeclaration`, `MixinRule`, `FunctionRule`, `Argument`, and
|
|
|
|
`ConfiguredVariable` now share a common `SassDeclaration` interface that
|
|
|
|
exposes a `name` getter (with underscores converted to hyphens) and a
|
|
|
|
`nameSpan` getter.
|
|
|
|
|
|
|
|
* Function calls with interpolation have now been split into their own AST node:
|
|
|
|
`InterpolatedFunctionExpression`. `FunctionExpression.name` is now always a
|
|
|
|
string (with underscores converted to hyphens). `FunctionExpression` also now
|
|
|
|
has an `originalName` getter, which leaves underscores as-is.
|
|
|
|
|
|
|
|
* `VariableExpression`, `IncludeRule`, and `FunctionExpression` now share a
|
|
|
|
common `SassReference` interface that exposes a `namespace` getter and a
|
|
|
|
`name` getter (with underscores converted to hyphens), as well as
|
|
|
|
corresponding `namespaceSpan` and `nameSpan` getters.
|
|
|
|
|
2021-08-10 01:54:57 +02:00
|
|
|
## 1.0.0-beta.3
|
|
|
|
|
|
|
|
* No user-visible changes.
|
|
|
|
|
2021-08-04 03:26:34 +02:00
|
|
|
## 1.0.0-beta.2
|
|
|
|
|
|
|
|
* No user-visible changes.
|
|
|
|
|
2021-07-29 03:28:00 +02:00
|
|
|
## 1.0.0-beta.1
|
|
|
|
|
|
|
|
* Initial beta release.
|