Releases: insidegui/BuddyKit
Releases · insidegui/BuddyKit
Version 1.5
Adds BuddyPathKit
with a FilePath
type for common filesystem operations. This new target is automatically imported alongside BuddyFoundation
, which includes a bunch of helpful extensions.
Version 1.4
- Add
isNilOrEmpty
extension toOptional
whenWrapped
conforms toCollection
- Add
String(optional:)
extensions for better optional debug strings
Version 1.3
Adds a workaround for an Xcode bug that causes preview instances of Mac app targets to be activated in the Dock when running the Mac app target. This only affects debug builds of Mac apps that link against BuddyKit.
Version 1.2
Adds UILog for verbose logging related to UI code.
Version 1.1.3
Oops
Full Changelog: 1.1.2...1.1.3
Version 1.1.2
Fix PlatformView.layoutSubviews()
on macOS.
Version 1.1.1
- Fix incorrect
buttonTitle
inAlertContent
initializer
Version 1.1.0
Full Changelog: 1.0.0...1.1.0
Version 1.0.0
Initial release.