Swiftpack.co - Swift Packages by heroesofcode

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

Packages published by heroesofcode

heroesofcode/DataLife v1.0.5
DataLife is an observable data storage class written in Swift
⭐️ 5
🕓 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.
27 weeks ago
## What's new? - watchOS support
30 weeks ago
## Requirements - Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.3.0. Please use the Swift Package Manager to depend on DataLife. - DataLife now requires iOS 12+, macOS 10.13+ and tvOS 12+.
2 years ago
### Feature - Add support to tvOS ### Fix and improvements - Adjustment and correction of public methods
MacOS Support
2 years ago
### Feature - Add support to MacOS
Carthage Support
2 years ago
Add support to carthage
Fix in constructor in DataLifeViewModel
3 years ago
- Fix in constructor in DataLifeViewModel
Setup DataLifeViewModel
3 years ago
- Setup DataLifeViewModel
Fix DataLife
3 years ago
- Fix method observer in DataLife
Fix DataLife
3 years ago
- Fix DataLife
Init DataLife
3 years ago
- Initialize DataLife
iOS macOS watchOS tvOS
heroesofcode/MagicImages 1.5.0
Magic Image is a library to facilitate the development of the image in various ways for iOS & tvOS
⭐️ 4
🕓 3 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.
visionOS Support
3 weeks ago
## What's new? - Added visionOS Support
14 weeks ago
## Fix - Fix error synchronous URL loading with SwiftUI, a URL loading operation was occurring synchronously (blocking) in the main thread of your application. This can cause slow user interface response and even crash the application in some cases. ## Requirements - MagicImages now requires iOS 13+ and tvOS 13+.
28 weeks ago
## What's new? - Cache support. Magic Images now effectively uses caching to store and retrieve images, reducing the need to download the same image multiple times. - There is a new placeholder parameter. When the api fails, the placeholder image will appear. ```swift MagicImages(image: imageView).start(url: "IMAGE URL", placeholder: "PhotoLocal") ``` ## Support - We will not support Interface Builder starting from version 1.3.0. ## Fix - We fixed a bug for tvOS in SwiftUI.
SwiftUI Support
29 weeks ago
## What's new? Starting with version 1.2.0, MagicImages will be supporting SwiftUI ## How to use? ```swift MagicImagesUI(url: "www.example.com/image.jpg") .frame(width: 300, height: 300) .cornerRadius(20) ```
29 weeks ago
## Requirements - MagicImages now requires iOS 12+ and tvOS 12+.
New parameters
34 weeks ago
- Added new parameters to load local image - Improved project structure ```swift MagicImages(image: imageView).start(name: "IMAGE NAME") MagicImages(image: imageView).start(uiImage: UIImage(systemName: "heart.fill")) ```
34 weeks ago
### Fix - Fix SwiftLint error (For where) ### Change - We will no longer support CocoaPods and Carthage, we will remain in Swift Package Manager only
tvOS Support
2 years ago
- Add support to tvOS
2 years ago
- Add support to Carthage and CocoaPods
2 years ago
### Fix - Fix support maskedCorners to iOS 11
iOS tvOS
heroesofcode/ViewState 1.6.0
ViewState is a library written in Swift for iOS, tvOS & macOS. It returns the results for each state
⭐️ 3
🕓 18 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.
18 weeks ago
## What's new? - From this version onwards, loadingObserver will be optional
25 weeks ago
## What's new? - watchOS support ## Fix - Added validation for unpacking variables that could cause a crash
29 weeks ago
## Requirements - Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.4.0. Please use the Swift Package Manager to depend on ViewState. - ViewState now requires iOS 12+, macOS 10.15+ and tvOS 12+.
32 weeks ago
### Change - Please we are supporting these releases on CocoaPods **ios deployment target = '11.0' osx deployment target = '10.15'** - We are not supporting tvOS on CocoaPods please use SPM - Version change in SPM iOS(.v11), macOS(.v10_15) and tvOS(.v13) ### Fix - Colon SwiftLint error
2 years ago
### Fix - Correction of the protocol that was deprecated
tvOS Support
2 years ago
- Add support to tvOS
MacOS Support
2 years ago
### Feature - Add support to MacOS
2 years ago
- Add CI - Add Unit Test - Setup carthage support
Release version 1.1.0
3 years ago
- Updated how to use in Readme
Fix readme
3 years ago
* Fix
iOS macOS watchOS tvOS

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