Skip to content

Tags: simonbs/Runestone

Tags

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build with Xcode 16 (#375)

Prior to this, Xcode 16 was unable to infer the type of the variable (while Xcode 15 was), so the lookup to `reversed()` was ambiguous.

This adds `String` as the inferred type, so that the call to `reversed()` is no longer ambiguous.

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds StringSyntaxHighlighter (#363)

* Adds default tab stops

* Fixes SwiftLint warning

* Adds StringSyntaxHighlighter

* Adds documentation

* Fixes SwiftLint warnings

* Improves formatting

0.4.4

Toggle 0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds default tab stops (#362)

* Adds default tab stops

* Fixes SwiftLint warning

0.4.3

Toggle 0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Only allows patches of Tree-sitter dependency (#354)

0.4.2

Toggle 0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds missing status badges (#351)

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates workflows (#339)

* Updates workflows

* Update build_and_test.yml

* Update build_example_project.yml

* Update build_and_test.yml

* Update build_example_project.yml

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Uses tree-sitter 0.20.9 (#337)

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable backwards compatibility when compiling with Xcode 14 (#329)

* Enable backwards compatibility when compiling with Xcode 14

This will still mean that the bug addressed in #314 will persist, but will allow consumers bound to older Xcode versions to continue to update the rest of the codebase and its dependencies

* Add end-of-file new lines

* Safe-guard usage as well

0.3.3

Toggle 0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Uses tree-sitter v0.20.9-beta-2 from fork (#327)

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pins against fork of Tree-sitter (#306)

* Improves formatting of Package.swift

* Depends on master branch of Tree-sitter

* Uses fork of Tree-sitter

* Fixes formatting

* Updates Package.resolved

* Removes trailing whitespace