Swiftpack.co - Swift Packages by simonbs

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by simonbs

simonbs/Runestone 0.5.0
πŸ“ Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more.
⭐️ 2,534
πŸ•“ 5 days ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.5.0
5 days ago
## What's Changed * Setting selectedRange updates caret position by @simonbs in https://github.com/simonbs/Runestone/pull/364 * Adds StringSyntaxHighlighter by @simonbs in https://github.com/simonbs/Runestone/pull/363 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.4.4...0.5.0
0.4.4
1 week ago
## What's Changed * Adds privacy manifest by @simonbs in https://github.com/simonbs/Runestone/pull/358 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.4.3...0.4.4
0.4.3
4 weeks ago
## What's Changed * Only allows patches of Tree-sitter dependency by @simonbs in https://github.com/simonbs/Runestone/pull/354 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.4.2...0.4.3
0.4.2
4 weeks ago
## What's Changed * Fixes navigation between word boundaries by @simonbs in https://github.com/simonbs/Runestone/pull/348 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.4.1...0.4.2
0.4.1
6 weeks ago
## What's Changed * Ensures project compiles with Xcode 14. * Updates workflows by @simonbs in https://github.com/simonbs/Runestone/pull/339 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.4.0...0.4.1
0.4.0
6 weeks ago
## What's Changed * Adds support for visionOS by @simonbs * Uses tree-sitter 0.20.9 by @simonbs in https://github.com/simonbs/Runestone/pull/337 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.3.4...0.4.0
0.3.4
17 weeks ago
## What's Changed * Configure matrix for testing against Xcode 14 and 15 by @eliperkins in https://github.com/simonbs/Runestone/pull/328 * Enable backwards compatibility when compiling with Xcode 14 by @eliperkins in https://github.com/simonbs/Runestone/pull/329 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.3.3...0.3.4
0.3.3
17 weeks ago
## What's Changed * Adds workaround for caret not appearing on iOS 17 by @simonbs in https://github.com/simonbs/Runestone/pull/314 * Fixes cursor hidden when marking text by @simonbs in https://github.com/simonbs/Runestone/pull/317 * Removes compiler version checks by @simonbs in https://github.com/simonbs/Runestone/pull/318 * Uses tree-sitter v0.20.9-beta-2 from fork by @simonbs in https://github.com/simonbs/Runestone/pull/327 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.3.2...0.3.3
0.3.2
36 weeks ago
Fixes an issue where Swift Package Manager failed to resolve dependencies when adding Runestone as a dependency.
0.3.1
36 weeks ago
- Depends on Tree-sitter through Swift Package Manager rather than through a submodule. - Exposes pageGuideHairlineWidth on Theme. - Fixes issue where text preview's attributed string was empty. - Replaces TextView.lengthOfInitallyLongestLine with TextViewState.lengthOfLongestLine. ## New Contributors * @ActuallyTaylor made their first contribution in https://github.com/simonbs/Runestone/pull/296 **Full Changelog**: https://github.com/simonbs/Runestone/compare/0.3.0...0.3.1
iOS
simonbs/KeyboardToolbar 0.1.1
⌨️ Add tools above your keyboard with iOS-like keyboard buttons.
⭐️ 235
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.1
1 year ago
πŸš€ 0.1.0
1 year ago
iOS
simonbs/dependency-graph 1.2.0
πŸ•ΈοΈ dependency-graph is a command-line tool that can visualize the dependencies of packages.
⭐️ 230
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.2.0: D2
1 year ago
## What's Changed * Mint installation instructions by @FelixHerrmann in https://github.com/simonbs/dependency-graph/pull/15 * Fixes issue where nodes were not added to existing cluster by @simonbs in https://github.com/simonbs/dependency-graph/pull/16 * Adds support for the d2 syntax by @simonbs in https://github.com/simonbs/dependency-graph/pull/17 * Bumps version to 1.2.0 by @simonbs in https://github.com/simonbs/dependency-graph/pull/18 ## New Contributors * @FelixHerrmann made their first contribution in https://github.com/simonbs/dependency-graph/pull/15 **Full Changelog**: https://github.com/simonbs/dependency-graph/compare/1.1.1...1.2.0
1.1.1
1 year ago
## What's Changed * Add missing `--syntax` argument in README.md example by @jonasrottmann in https://github.com/simonbs/dependency-graph/pull/9 * Use https in Formula's URL by @alessionossa in https://github.com/simonbs/dependency-graph/pull/10 * Update README.md by @Emadgnia in https://github.com/simonbs/dependency-graph/pull/11 * Supports parsing .target(name:) syntax by @simonbs in https://github.com/simonbs/dependency-graph/pull/13 * Bumps version number to 1.1.1 by @simonbs in https://github.com/simonbs/dependency-graph/pull/14 ## New Contributors * @jonasrottmann made their first contribution in https://github.com/simonbs/dependency-graph/pull/9 * @alessionossa made their first contribution in https://github.com/simonbs/dependency-graph/pull/10 * @Emadgnia made their first contribution in https://github.com/simonbs/dependency-graph/pull/11 **Full Changelog**: https://github.com/simonbs/dependency-graph/compare/1.1.0...1.1.1
1.1.0: Packages Only
1 year ago
Adds the `--packages-only` flag which can be used to render a graph that omits libraries and targets. ## What's Changed * Adds --packages-only flag by @simonbs in https://github.com/simonbs/dependency-graph/pull/3 * Updates sample image by @simonbs in https://github.com/simonbs/dependency-graph/pull/5 * Fixes deadlock by @simonbs in https://github.com/simonbs/dependency-graph/pull/4 * Fixes clusters in union graph not containing all nodes by @simonbs in https://github.com/simonbs/dependency-graph/pull/6 * Bumps version number to 1.1.0 by @simonbs in https://github.com/simonbs/dependency-graph/pull/7 **Full Changelog**: https://github.com/simonbs/dependency-graph/compare/1.0.0...1.1.0
πŸš€ 1.0.0
1 year ago
macOS
simonbs/Prettier v0.2.0
✨ Wrapper for the Prettier code formatter written in Swift
⭐️ 47
πŸ•“ 1 year ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.2.1
1 year ago
## What's Changed * fix readme by @mingyoung in https://github.com/simonbs/Prettier/pull/3 * Moves resources out of folders by @simonbs in https://github.com/simonbs/Prettier/pull/4 * Adds SwiftLint by @simonbs in https://github.com/simonbs/Prettier/pull/5 * Adds GitHub workflows by @simonbs in https://github.com/simonbs/Prettier/pull/6 ## New Contributors * @mingyoung made their first contribution in https://github.com/simonbs/Prettier/pull/3 **Full Changelog**: https://github.com/simonbs/Prettier/compare/v0.2.0...0.2.1
0.2.0
1 year ago
Separates the package into multiple libraries.
0.1.0 πŸš€
2 years ago
simonbs/TreeSitterLanguages 0.1.10
Languages for Tree-sitter wrapped in Swift packages
⭐️ 41
πŸ•“ 6 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.10
6 weeks ago
- Uses HTTPS over SSH **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.9...0.1.10
0.1.9
6 weeks ago
## What's Changed * Updates build workflow by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/29 * Updates Markdown parser by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/27 * Updates Swift by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/28 **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.8...0.1.9
0.1.8
6 weeks ago
0.1.7
1 year ago
## What's Changed * Adds SQL by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/24 **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.6...0.1.7
0.1.6
1 year ago
0.1.5
1 year ago
## What's Changed * Workflow builds entire package at once and runs tests on macOS 12 and iPhone 14 by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/21 * Moves query files to fix build errors by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/20 **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.4...0.1.5
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
## What's Changed * Updates to Runestone 0.2.1 by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/10 **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.1...0.1.2
0.1.1
1 year ago
## What's Changed * Removes unsafe build flags by @simonbs in https://github.com/simonbs/TreeSitterLanguages/pull/6 **Full Changelog**: https://github.com/simonbs/TreeSitterLanguages/compare/0.1.0...0.1.1
iOS
simonbs/Carthage 0.32.0
A simple, decentralized dependency manager for Cocoa
⭐️ 2
πŸ•“ 5 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics