Swiftpack.co - Swift Packages by andyfinnell

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

Packages published by andyfinnell

andyfinnell/NativeMarkKit 2.1.1
NativeMark is a flavor of Markdown designed to be rendered by native apps.
⭐️ 48
🕓 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.
Support transparent background color
2 years ago
- Support transparent background color by specifying `.backgroundColor(nil)`
Image sizing bug & custom image sizing
2 years ago
* Fixes bug when an image changes the size of the document * It adds `ImageSizer` protocol to allow custom image sizing, such as scaling to fit the width of the document
Fix regression on custom fonts not retaining weight
2 years ago
Full fix for #10
Fix custom fonts
2 years ago
Fixes certain custom fonts, like Avenir-Roman and Avenir-Medium that would revert to the "base" font (e.g. Avenir-Book).
Fix Bold and Italic on custom fonts
3 years ago
Fix bold and italic on custom fonts. This required removing `NativeFontWeight` type since it only worked on system fonts. The removal of the type is theoretically a breaking changing, so bumping this up a major version number. However, bold functionality is available by using the `FontTraits` type (which works on system and custom fonts).
armv7 build error
3 years ago
This release fixes a build error for projects that include the armv7 architecture.
SwiftUI & iOS 14 bugs
3 years ago
### Changes - Brought back the SwiftUI wrappers. Put in some workarounds to make them work as expected - Fixed iOS/tvOS 14 bug where inline backgrounds -- such as those used by inline code spans -- didn't render.
Public release
3 years ago
### Changes - Improved the document (which is still light, but probably enough to be useful) - Remove `NativeMarkText` because the [iOS version can't be made to work](https://losingfight.com/blog/2020/08/22/uiviewrepresentable-doesnt-respect-intrinsiccontentsize-invalidation/) - Tiny re-working on custom font specification to reduce boilerplate
Initial version
3 years ago
This is the first tagged release of NativeMarkKit! ### What's working - `NativeMarkLabel` - `StyleSheet`s - All of the parsing and rendering for NativeMark - `NativeMarkText` (aka SwiftUI) for macOS - Dark mode - Dynamic Type ### What needs work still - `NativeMarkText` for UIKit doesn't size properly if the text wraps - Documentation is exceedingly light - `NativeMarkString`/`NativeMarkStorage`/NativeMarkLayoutManager`/`NativeMarkTextContainer` all work for how NativeMarkKit use them internally, but haven't been vetted to see how generally useful they are - Dark Mode on Mojave is mostly, but not completely supported. Mojave is missing APIs to add custom colors that automatically change between dark mode/light mode
iOS macOS tvOS
andyfinnell/AppStateKit 0.0.1
Unidirectional dataflow app architecture framework for SwiftUI apps
⭐️ 2
🕓 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.
Initial version
3 years ago
iOS macOS tvOS
andyfinnell/ViewKit 0.0.4
Personal Swift library for building programmatic views in AppKit and UIKit
⭐️ 1
🕓 3 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.
View controller support
3 years ago
Bug fixes
3 years ago
Changes - Allow `StandardView` to be used as a base class - Add inequality constraint support to layouts - Add convenience horizontal attributes to column layout
Basic functionality
3 years ago
Added - Some standard controls - Styling infrastructure - Combine Publishers
Initial Release
3 years ago
* ViewHierarchy type * Layout type * StandView as base class for using ViewHierarchy and Layout
iOS macOS tvOS
andyfinnell/RestLikeKit 0.0.3
A basic Swift package for writing REST-like clients on iOS, macOS, and tvOS.
⭐️ 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.
Refactor Dependency Injection
3 years ago
Removed protocol composition based dependency injection.
CI Fixes
3 years ago
Fix issues causing iOS and tvOS tests to fail on CI.
Initial version
3 years ago
Features: * Declarative description of REST-like requests * Basic logger * Basic Keychain bindings
iOS macOS tvOS
andyfinnell/BaseKit 0.0.1
Personal library of Foundation-level Swift extensions
⭐️ 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.
Initial version
2 years ago
iOS macOS tvOS
andyfinnell/TestKit 0.0.1
Personal set of Swift testing utilities
⭐️ 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.
Initial version
2 years ago
Some basic faking types: - `FakeMethodCall` faking method calls on a type - `FakeProperty` faking properties on a type
iOS macOS tvOS

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