Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Aug 4, 2022
1 parent c01f218 commit 2adb5b7
Show file tree
Hide file tree
Showing 95 changed files with 212 additions and 199 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.5.0
module_version: 1.5.0
title: Swift Sass v1.6.0
module_version: 1.6.0
merge_modules: true
custom_abstracts: SourceDocs/*md
topic_style: source-order-defs
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.


# 1.5.0

* Bundle the 1.53.0 `dart_sass_embedded` binaries
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Distributed under the MIT license, see LICENSE.
![Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20linux-lightgrey.svg)
[![codecov](https://codecov.io/gh/johnfairh/swift-sass/branch/main/graph/badge.svg?token=0NAP6IA9EB)](https://codecov.io/gh/johnfairh/swift-sass)
![Tests](https://github.com/johnfairh/swift-sass/workflows/Tests/badge.svg)
![Sass](https://img.shields.io/badge/sass-1.54.0-purple)
![Sass](https://img.shields.io/badge/sass-1.54.2-purple)

# Swift Sass

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

Target dependency:
Expand Down
4 changes: 2 additions & 2 deletions docs/custom-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Functions - Swift Sass v1.5.0</title>
<title>Custom Functions - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-functions.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/custom-importers.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Importers - Swift Sass v1.5.0</title>
<title>Custom Importers - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-importers.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dart-sass.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Dart Sass - Swift Sass v1.5.0</title>
<title>Dart Sass - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="dart-sass.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/compiler.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Compiler - Swift Sass v1.5.0</title>
<title>Compiler - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/compiler.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/filesystemimporter1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>FilesystemImporter - Swift Sass v1.5.0</title>
<title>FilesystemImporter - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/filesystemimporter1.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/importer4.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Importer - Swift Sass v1.5.0</title>
<title>Importer - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importer4.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/importerresults.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>ImporterResults - Swift Sass v1.5.0</title>
<title>ImporterResults - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importerresults.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/importresolver1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>ImportResolver - Swift Sass v1.5.0</title>
<title>ImportResolver - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importresolver1.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/lifecycleerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>LifecycleError - Swift Sass v1.5.0</title>
<title>LifecycleError - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/lifecycleerror.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/protocolerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>ProtocolError - Swift Sass v1.5.0</title>
<title>ProtocolError - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/protocolerror.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/dartsass/types/sassasyncdynamicfunction.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>SassAsyncDynamicFunction - Swift Sass v1.5.0</title>
<title>SassAsyncDynamicFunction - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/sassasyncdynamicfunction.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Functions - Swift Sass v1.5.0</title>
<title>Custom Functions - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-functions.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Custom Importers - Swift Sass v1.5.0</title>
<title>Custom Importers - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="custom-importers.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="css/fw2020.css">


<title>Dart Sass - Swift Sass v1.5.0</title>
<title>Dart Sass - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./" data-doc-path="dart-sass.html" data-assets-path="">
Expand All @@ -31,7 +31,7 @@

<a href="index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Compiler - Swift Sass v1.5.0</title>
<title>Compiler - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/compiler.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>FilesystemImporter - Swift Sass v1.5.0</title>
<title>FilesystemImporter - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/filesystemimporter1.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>Importer - Swift Sass v1.5.0</title>
<title>Importer - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importer4.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>ImporterResults - Swift Sass v1.5.0</title>
<title>ImporterResults - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importerresults.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>ImportResolver - Swift Sass v1.5.0</title>
<title>ImportResolver - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/importresolver1.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="../../css/fw2020.css">


<title>LifecycleError - Swift Sass v1.5.0</title>
<title>LifecycleError - Swift Sass v1.6.0</title>

</head>
<body class="j2-swift " data-root-path="./../../" data-doc-path="dartsass/types/lifecycleerror.html" data-assets-path="../../">
Expand All @@ -31,7 +31,7 @@

<a href="../../index.html">

Swift Sass v1.5.0</a>
Swift Sass v1.6.0</a>
</div>

<span class="navbar-text j2-coverage fw-slightly-bold small d-none d-lg-inline-block me-2">(100% documented)</span>
Expand Down
Loading

0 comments on commit 2adb5b7

Please sign in to comment.