Skip to content

Commit 092b54f

Browse files
committed
Update compiler version and release
1 parent ca0ee64 commit 092b54f

File tree

10 files changed

+42
-18
lines changed

10 files changed

+42
-18
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.57.1
2+
3+
* No user-visible changes.
4+
5+
## 1.57.0
6+
7+
* Add a `split($string, $separator, $limit: null)` function to `sass:string`
8+
that splits a string into separate substrings based on a separator string.
9+
10+
### JavaScript API
11+
12+
* **Potentially breaking bug fix**: Custom functions in both the modern and
13+
legacy API now properly reject signatures with whitespace between the function
14+
name and parentheses.
15+
16+
* Custom functions in the legacy API now allow signatures with whitespace before
17+
the function name, to match a bug in Node Sass.
18+
19+
### Dart API
20+
21+
* **Potentially breaking bug fix**: `Callable.fromSignature()` and
22+
`AsyncCallable.fromSignature()` now reject signatures with whitespace between
23+
the function name and parentheses.
24+
125
## 1.56.2
226

327
### Embedded Sass

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-arm64",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The darwin-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-darwin-x64",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The darwin-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The linux-arm binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-arm64",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The linux-arm64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-ia32",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The linux-ia32 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-linux-x64",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The linux-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/win32-ia32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-win32-ia32",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The win32-ia32 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-embedded-win32-x64",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"description": "The win32-x64 binary for sass-embedded",
55
"repository": "sass/embedded-host-node",
66
"author": "Google Inc.",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "sass-embedded",
3-
"version": "1.56.2",
3+
"version": "1.57.1",
44
"protocol-version": "1.1.0",
5-
"compiler-version": "1.56.3-dev",
5+
"compiler-version": "1.57.1",
66
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol",
77
"repository": "sass/embedded-host-node",
88
"author": "Google Inc.",
@@ -27,14 +27,14 @@
2727
"test": "jest"
2828
},
2929
"optionalDependencies": {
30-
"sass-embedded-darwin-arm64": "1.56.2",
31-
"sass-embedded-darwin-x64": "1.56.2",
32-
"sass-embedded-linux-arm": "1.56.2",
33-
"sass-embedded-linux-arm64": "1.56.2",
34-
"sass-embedded-linux-ia32": "1.56.2",
35-
"sass-embedded-linux-x64": "1.56.2",
36-
"sass-embedded-win32-ia32": "1.56.2",
37-
"sass-embedded-win32-x64": "1.56.2"
30+
"sass-embedded-darwin-arm64": "1.57.1",
31+
"sass-embedded-darwin-x64": "1.57.1",
32+
"sass-embedded-linux-arm": "1.57.1",
33+
"sass-embedded-linux-arm64": "1.57.1",
34+
"sass-embedded-linux-ia32": "1.57.1",
35+
"sass-embedded-linux-x64": "1.57.1",
36+
"sass-embedded-win32-ia32": "1.57.1",
37+
"sass-embedded-win32-x64": "1.57.1"
3838
},
3939
"dependencies": {
4040
"buffer-builder": "^0.2.0",

0 commit comments

Comments
 (0)