File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 1.45.3
1
+ ## 1.46.0
2
2
3
3
### JS API
4
4
5
5
* ** Potentially breaking bug fix:** Match the specification of the new JS API by
6
6
passing ` undefined ` rather than ` null ` to ` Logger.warn() ` for an unset ` span ` .
7
+
8
+ #### TypeScript Declarations
9
+
10
+ * Add a declaration for the ` LegacyPluginThis.options.context ` field.
11
+
12
+ * Update the definition of ` LegacyAsyncFunction ` to include explicit definitions
13
+ with zero through six arguments before the ` done ` parameter. This makes it
14
+ possible for TypeScript users to pass in callbacks that take a specific number
15
+ of arguments, rather than having to declare a callback that takes an arbitrary
16
+ number.
17
+
18
+ * Add a declaration for ` types.Error ` , a legacy API class that can be returned
19
+ by asynchronous functions to signal asynchronous errors.
20
+
21
+ * Add a ` LegacyAsyncFunctionDone ` type for the ` done ` callback that's passed to
22
+ ` LegacyAsyncFunction ` .
7
23
8
24
## 1.45.2
9
25
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
sdk : ' >=2.12.0 <3.0.0'
11
11
12
12
dependencies :
13
- sass : 1.45.3
13
+ sass : 1.46.0
14
14
15
15
dependency_overrides :
16
16
sass : {path: ../..}
Original file line number Diff line number Diff line change 1
1
name : sass
2
- version : 1.45.3
2
+ version : 1.46.0
3
3
description : A Sass implementation in Dart.
4
4
homepage : https://github.com/sass/dart-sass
5
5
You can’t perform that action at this time.
0 commit comments