-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and other stuff (#45)
* Update dependencies and resolve warnings * Add little changes * Outsource the formulas in a own file * Outsource the HTMLContext class in a own file * Outsource the TemplateValueMapping class in a own file and rename the ContextVariable file * Outsource the properties in a own file * Outsource the EnvironmentModifier struct and rename the Localize file * Add a document rendering test * Add more rendering tests * Add the missing tests to AllTests * Add HTMLNode * Change ContentNode to a generic type for elements with a different type of content * Add the comment element * Add HTMLDocument as a node * Clean up * Add some tests * Update swift.yml
- Loading branch information
1 parent
58db8cd
commit 8109144
Showing
34 changed files
with
1,248 additions
and
1,264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
xenial: | ||
needs: check-doc-coverage | ||
container: | ||
image: swift:5.1.3-xenial | ||
image: swift:5.4.3-xenial | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -33,7 +33,7 @@ jobs: | |
bionic: | ||
needs: check-doc-coverage | ||
container: | ||
image: swift:5.1.3-bionic | ||
image: swift:5.4.3-bionic | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.