Swiftpack.co - Swift Packages by jordanbaird

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

Packages published by jordanbaird

jordanbaird/SwiftKeys 0.2.0
Global macOS key commands
⭐️ 31
🕓 35 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.
SwiftKeys 0.2.0
35 weeks ago
### Changes: **Additions**: - `KeyCommand.isReservedBySystem(key:modifiers:)` is now public. You can use it to determine if a key-modifier combination is available for use as a key command before actually creating the command. **Breaking**: - typealias `KeyCommand.Observation.EventType` has been removed. Use `KeyCommand.EventType` instead. **Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.9...0.2.0
SwiftKeys 0.1.9
1 year ago
**Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.8...0.1.9
SwiftKeys 0.1.8
1 year ago
**Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.7...0.1.8
SwiftKeys 0.1.7
1 year ago
**Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.6...0.1.7
SwiftKeys 0.1.6
1 year ago
**Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.5...0.1.6
SwiftKeys 0.1.5
1 year ago
### **IMPORTANT:** This release includes source breaking changes in the `KeyCommand.Name.Prefix` API and will require migration. **Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.4...0.1.5
SwiftKeys 0.1.4
1 year ago
**Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.3...0.1.4
SwiftKeys 0.1.3
1 year ago
Incremental updates **Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.2...0.1.3
SwiftKeys 0.1.2
1 year ago
This is mostly a cleanup release. **Full Changelog**: https://github.com/jordanbaird/SwiftKeys/compare/0.1.1...0.1.2
SwiftKeys 0.1.1
1 year ago
Incremental updates
macOS
jordanbaird/ColorWell 0.2.2
A versatile alternative to NSColorWell for Cocoa and ColorPicker for SwiftUI.
⭐️ 19
🕓 46 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.
ColorWell 0.2.2
46 weeks ago
This release contains performance improvements, bug fixes, and internal repository reworks. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.2.1...0.2.2
ColorWell 0.2.1
1 year ago
This release contains quality-of-life improvements and increases overall drawing efficiency. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.2.0...0.2.1
ColorWell 0.2.0
1 year ago
This release contains a large number of API improvements, some of which are deprecations. Most of the deprecated APIs have replacements, with the exception of the deprecated `colorPanel` property on `ColorWell`, which enabled undefined behavior and is therefore no longer supported. There are also lots of small caching/drawing optimizations, which should help things run even smoother. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.1.3...0.2.0
ColorWell 0.1.3
1 year ago
Stability and performance improvements **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.1.2...0.1.3
ColorWell 0.1.2
1 year ago
This release contains some internal changes and fixes an issue where SwiftUI's `Color` would sometimes be improperly converted to an `NSColor` at the start of a drag. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.1.1...0.1.2
ColorWell 0.1.1
1 year ago
This release contains some minor quality-of-life improvements. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.1.0...0.1.1
ColorWell 0.1.0
1 year ago
* You can now choose from 3 different color well styles: `expanded` (the current style), `swatches`, and `colorPanel`. * Major efficiency upgrades. * Fix display across light and dark modes. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.0.9...0.1.0
ColorWell 0.0.9
1 year ago
This release contains quality-of-life and efficiency improvements, as well as some bug fixes. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.0.8...0.0.9
ColorWell 0.0.8
1 year ago
This release changes the way that color data is set to the pasteboard during dragging sessions. It should fix an issue where native elements weren't accepting drops from color wells. **Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.0.7...0.0.8
ColorWell 0.0.7
1 year ago
**Full Changelog**: https://github.com/jordanbaird/ColorWell/compare/0.0.6...0.0.7
macOS
jordanbaird/Prism 0.1.2
Colored text for Swift command line tools.
⭐️ 17
🕓 46 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.
Prism 0.1.2
46 weeks ago
**Full Changelog**: https://github.com/jordanbaird/Prism/compare/0.1.1...0.1.2
Prism 0.1.1
1 year ago
**Full Changelog**: https://github.com/jordanbaird/Prism/compare/0.1.0...0.1.1
Prism 0.1.0
1 year ago
**Full Changelog**: https://github.com/jordanbaird/Prism/compare/0.0.9...0.1.0
Prism 0.0.9
1 year ago
Prism 0.0.8
1 year ago
Prism 0.0.7
1 year ago
Prism 0.0.6
1 year ago
This release drastically improves performance, expands the package's documentation, and refines the API.
Prism 0.0.5
1 year ago
This release fixes a bug involving pointer initialization, and is recommended for all users.
Prism 0.0.4
1 year ago
This release fixes a memory issue, and is recommended for all users.
Prism 0.0.3
1 year ago
This release adds a new `overline` property to the `String` type, and removes Prism's dependency on the `Foundation` framework.
jordanbaird/KeySender 0.0.5
Send key events to any running application.
⭐️ 14
🕓 2 years 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.
KeySender 0.0.5
2 years ago
This release adds additional public APIs.
KeySender 0.0.4
2 years ago
KeySender 0.0.3
2 years ago
KeySender 0.0.2
2 years ago
KeySender 0.0.1
2 years ago
Initial release.
macOS
jordanbaird/Restore 0.0.1
Take a snapshot of an object and restore from it.
⭐️ 4
🕓 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.
Restore 0.0.1
1 year ago
Initial release of Restore.
jordanbaird/Sequoia 0.0.2
A simple, straightforward logging API.
⭐️ 0
🕓 2 years 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.
Sequoia 0.0.2
2 years ago
This release adds the ability to choose between asynchronous and synchronous logging.
Sequoia 0.0.1
2 years ago
Initial release of Sequoia.
jordanbaird/HashGenerator 0.0.2
Generate hash digests using commonly available hash algorithms
⭐️ 0
🕓 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.
HashGenerator 0.0.2
1 year ago
HashGenerator 0.0.1
1 year ago
Initial release

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