Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Apr 6, 2023
1 parent 1ace2dc commit 3206c82
Show file tree
Hide file tree
Showing 106 changed files with 1,963 additions and 4,149 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ modules:
- Sass
- DartSass
docset_module_name: swift-sass
title: Swift Sass v1.6.0
module_version: 1.6.0
title: Swift Sass v1.7.0
module_version: 1.7.0
merge_modules: true
custom_abstracts: SourceDocs/*md
topic_style: source-order-defs
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# 1.7.0

* Bundle the 1.60.0 `dart_sass_embedded` binaries

# 1.6.0

* Bundle the 1.54.2 `dart_sass_embedded` binaries -- this is the first release
to include binaries for both arm64 and x86 architectures for both macOS and
Linux, selecting the right one when the package is built.
* Support `includeCharset` option on compilations.

# 1.5.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2021 swift-sass contributors
Copyright (c) 2020-2023 swift-sass contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
25 changes: 17 additions & 8 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,44 @@
"repositoryURL": "https://github.com/apple/swift-atomics.git",
"state": {
"branch": null,
"revision": "919eb1d83e02121cdb434c7bfc1f0c66ef17febe",
"version": "1.0.2"
"revision": "6c89474e62719ddcc1e9614989fff2f68208fe10",
"version": "1.1.0"
}
},
{
"package": "swift-collections",
"repositoryURL": "https://github.com/apple/swift-collections.git",
"state": {
"branch": null,
"revision": "937e904258d22af6e447a0b72c0bc67583ef64a2",
"version": "1.0.4"
}
},
{
"package": "swift-log",
"repositoryURL": "https://github.com/apple/swift-log.git",
"state": {
"branch": null,
"revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7",
"version": "1.4.2"
"revision": "32e8d724467f8fe623624570367e3d50c5638e46",
"version": "1.5.2"
}
},
{
"package": "swift-nio",
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "ece5057615d1bee848341eceafdf04ca54d60177",
"version": "2.41.0"
"revision": "9b2848d76f5caad08b97e71a04345aa5bdb23a06",
"version": "2.49.0"
}
},
{
"package": "SwiftProtobuf",
"repositoryURL": "https://github.com/apple/swift-protobuf.git",
"state": {
"branch": null,
"revision": "fa0fcd43f272a260e7f734f23e6dc55e16fcae0a",
"version": "1.19.1"
"revision": "0af9125c4eae12a4973fb66574c53a54962a9e1e",
"version": "1.21.0"
}
}
]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ interface is entirely Swift 5.5 async-await.
## Requirements

* Swift 5.5
* macOS 11+ (tested on macOS 12.5 x64)
* macOS 11+ (tested on macOS 13.2 x64)
* Linux (tested on Ubuntu 20.04.3 x64)
* Embedded Sass Protocol version 1.1.0

Expand All @@ -107,7 +107,7 @@ Package dependency:
```swift
.package(name: "swift-sass",
url: "https://github.com/johnfairh/swift-sass.git",
from: "1.6.0")
from: "1.7.0")
```

Target dependency:
Expand Down Expand Up @@ -138,7 +138,8 @@ implementations, and was
[deprecated in 2020](https://sass-lang.com/blog/libsass-is-deprecated).
However, work is underway to revive the project and it may be that LibSass 4
emerges as an alternative Sass implementation with the same level of language
support as Dart Sass. As of summer 2022 this revival effort is on hold.
support as Dart Sass. As of spring 2023 this revival effort is on hold: I'm
not holding my breath.

See the experimental [libsass4 branch](https://github.com/johnfairh/swift-sass/tree/libsass4)
for the current state of development: if LibSass itself manages to get to a
Expand Down
Loading

0 comments on commit 3206c82

Please sign in to comment.