Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Apr 21, 2022
1 parent 2d59bbf commit 75b78bb
Show file tree
Hide file tree
Showing 96 changed files with 206 additions and 196 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.3.0
module_version: 1.3.0
title: Swift Sass v1.4.0
module_version: 1.4.0
merge_modules: true
custom_abstracts: SourceDocs/*md
topic_style: source-order-defs
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.0

* Bundle the 1.50.1 `dart_sass_embedded` binaries

# 1.3.0

* Bundle the 1.49.10 `dart_sass_embedded` binaries
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Package dependency:
```swift
.package(name: "swift-sass",
url: "https://github.com/johnfairh/swift-sass.git",
from: "1.3.0")
from: "1.4.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.3.0</title>
<title>Custom Functions - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Custom Importers - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Dart Sass - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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
11 changes: 6 additions & 5 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.3.0</title>
<title>Compiler - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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 Expand Up @@ -681,7 +681,7 @@ <h2 class="j2-anchor j2-heading heading" id="custom-importer-resolution">


<nav aria-label="item details" class="j2-main-item-nav">
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L40-L583">Show on GitHub</a>
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L40-L581">Show on GitHub</a>
</nav>


Expand Down Expand Up @@ -1042,7 +1042,8 @@ <h5>Parameters</h5>
<tr>
<td><code>importer</code></td>
<td><p>Rule to resolve <code>@import</code> etc. from <code>string</code> relative to <code>url</code>. Default <code>nil</code>
meaning the current filesystem directory is used.</p></td>
meaning no filesystem importer is configured. Unlike some Sass implementations this means that
imports of files from the current directory don’t work automatically: add a loadpath to <code>importers</code>.</p></td>
</tr>

<tr>
Expand Down Expand Up @@ -1085,7 +1086,7 @@ <h5>Return Value</h5>
<nav class="j2-item-nav" aria-label="item details">


<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L390-L414">Show on GitHub</a></span>
<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L391-L418">Show on GitHub</a></span>

</nav>
</div>
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.3.0</title>
<title>FilesystemImporter - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Importer - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>ImporterResults - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>ImportResolver - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>LifecycleError - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>ProtocolError - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>SassAsyncDynamicFunction - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Custom Functions - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Custom Importers - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Dart Sass - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Compiler - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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 Expand Up @@ -681,7 +681,7 @@ <h2 class="j2-anchor j2-heading heading" id="custom-importer-resolution">


<nav aria-label="item details" class="j2-main-item-nav">
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L40-L583">Show on GitHub</a>
<a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L40-L581">Show on GitHub</a>
</nav>


Expand Down Expand Up @@ -1042,7 +1042,8 @@ <h5>Parameters</h5>
<tr>
<td><code>importer</code></td>
<td><p>Rule to resolve <code>@import</code> etc. from <code>string</code> relative to <code>url</code>. Default <code>nil</code>
meaning the current filesystem directory is used.</p></td>
meaning no filesystem importer is configured. Unlike some Sass implementations this means that
imports of files from the current directory don’t work automatically: add a loadpath to <code>importers</code>.</p></td>
</tr>

<tr>
Expand Down Expand Up @@ -1085,7 +1086,7 @@ <h5>Return Value</h5>
<nav class="j2-item-nav" aria-label="item details">


<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L390-L414">Show on GitHub</a></span>
<span class="j2-item-nav-item"><a href="https://github.com/johnfairh/swift-sass/blob/main/Sources/DartSass/Compiler.swift#L391-L418">Show on GitHub</a></span>

</nav>
</div>
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.3.0</title>
<title>FilesystemImporter - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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.3.0</title>
<title>Importer - Swift Sass v1.4.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.3.0</a>
Swift Sass v1.4.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 75b78bb

Please sign in to comment.