Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Oct 10, 2024
1 parent 93d2d80 commit 077ecab
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 18 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
# 3.0.0

Changes relative to 2.0.0:

* Require Swift 6 / Xcode 16 - already committed to actors and too much work to
maintain support for earlier language versions. Various interface changes
around Sendability.

* Bundle the 1.79.4 `dart-sass` binaries.

* Add `CompilerWarningLevel` for more control over compiler warnings.

* Support the Node Package Importer via `ImportResolver.nodePackageImporter`.

* Support the Sass Deprecations API via `DeprecationControl`.

* Rearrange how `URL`s are passed to `Importer`s with `ImporterContext`.

* Update `SassColor` to support CSS Color Module Level 4 functionality. The
Swift API here does not offer any helpers for manipulating these new color
spaces - perhaps an addition in future, but I am conflicted about whether
this package is the right place for this deep function.

# 3.0.0-pre1

* Require Swift 6 / Xcode 16 - already committed to actors and too much work to
maintain support for earlier language versions. Various interface changes
around Sendability.

* Bundle the 1.80.0 `dart-sass` binaries.
* Bundle the 1.79.3 `dart-sass` binaries.

* Add `CompilerWarningLevel` for more control over compiler warnings.

Expand Down
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "53d60f696b37348bd6d0930600fb6626cb305b3b74ee09a6ce93c58c690434f9",
"originHash" : "234109fdb78364868b219df3080e6d0a154101d0533c3683026d38609b33203e",
"pins" : [
{
"identity" : "semver.swift",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
}
},
{
Expand All @@ -51,26 +51,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "e5a216ba89deba84356bad9d4c2eab99071c745b",
"version" : "2.67.0"
"revision" : "665206000b8307cab5ac51203d29b0f232d7e31b",
"version" : "2.74.0"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
"revision" : "ebc7251dd5b37f627c93698e4374084d98409633",
"version" : "1.28.2"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system.git",
"state" : {
"revision" : "6a9e38e7bd22a3b8ba80bddf395623cf68f57807",
"version" : "1.3.1"
"revision" : "d2ba781702a1d8285419c15ee62fd734a9437ff5",
"version" : "1.3.2"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
"revision" : "671108c96644956dddcd89dd59c203dcdb36cec7",
"version" : "1.1.4"
}
},
{
Expand All @@ -51,26 +51,26 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "e5a216ba89deba84356bad9d4c2eab99071c745b",
"version" : "2.67.0"
"revision" : "665206000b8307cab5ac51203d29b0f232d7e31b",
"version" : "2.74.0"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
"version" : "1.26.0"
"revision" : "ebc7251dd5b37f627c93698e4374084d98409633",
"version" : "1.28.2"
}
},
{
"identity" : "swift-system",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-system.git",
"state" : {
"revision" : "6a9e38e7bd22a3b8ba80bddf395623cf68f57807",
"version" : "1.3.1"
"revision" : "d2ba781702a1d8285419c15ee62fd734a9437ff5",
"version" : "1.3.2"
}
}
],
Expand Down

0 comments on commit 077ecab

Please sign in to comment.