Swiftpack.co - Swift Packages by GoodRequest

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

Packages published by GoodRequest

GoodRequest/GoodPersistence 2.2.0
πŸ’Ύ GoodPersistence is an iOS library that simplifies caching data in keychain and UserDefaults. Using a property wrapper, it reduces the complexity of implementing caching mechanisms, making it easier for developers to focus on app functionality. Compatible with latest Swift and supports all iOS devices. Easy to install with SPM.
⭐️ 33
πŸ•“ 2 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.
Logger/Monitor support
2 weeks ago
## What's Changed * feat: Added support for logging using persistence monitor * feat: Monitor/Logger support by @DominikPetho in https://github.com/GoodRequest/GoodPersistence/pull/6 ## New Contributors * @DominikPetho made their first contribution in https://github.com/GoodRequest/GoodPersistence/pull/6 **Full Changelog**: https://github.com/GoodRequest/GoodPersistence/compare/2.1.0...2.2.0
2.1.0
4 weeks ago
## What's Changed * feat: changed implementation of keychain wrapper to use Keychainaccess lib by @sebastianmraz in https://github.com/GoodRequest/GoodPersistence/pull/3 ## New Contributors * @sebastianmraz made their first contribution in https://github.com/GoodRequest/GoodPersistence/pull/3 **Full Changelog**: https://github.com/GoodRequest/GoodPersistence/compare/1.0.0...2.1.0
Migration from Good iOS Extensions
1 year ago
Package for easily using keychain and user defaults
iOS
GoodRequest/GoodReactor 1.2.0
βš›οΈ GoodReactor is a Redux-inspired Reactor framework for iOS developed using Swift. It enables seamless communication between the View Model, View Controller, and Coordinator through state and navigation functions. It ensures no side-effects by interacting with dependencies outside of the Reduce function. Integrate it with using SPM!
⭐️ 32
πŸ•“ 42 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.
1.2.0
4 weeks ago
## What's Changed * feat: Add SwiftUI support by @marekVrican in https://github.com/GoodRequest/GoodReactor/pull/1 ## New Contributors * @marekVrican made their first contribution in https://github.com/GoodRequest/GoodReactor/pull/1 **Full Changelog**: https://github.com/GoodRequest/GoodReactor/compare/1.0.0...1.2.0
Migration from Good iOS Extensions
1 year ago
Good reactor implementation
iOS
GoodRequest/GoodNetworking 2.5.2
πŸ“‘ GoodNetworking is an iOS library written in Swift that simplifies HTTP networking by using GRSession and Encodable/DataRequest extensions. It supports latest Swift and all iOS devices, making it a powerful solution for managing network interactions and data encoding/decoding. The library is easy to install with SPM.
⭐️ 31
πŸ•“ 4 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.
2.5.2
4 weeks ago
## What's Changed * feat: Alamofire session public by @plajdo in https://github.com/GoodRequest/GoodNetworking/pull/20 **Full Changelog**: https://github.com/GoodRequest/GoodNetworking/compare/2.5.1...2.5.2
2.5.1
4 weeks ago
## What's Changed * feat: Added pretty print and OSLog options by @andrej-jasso in https://github.com/GoodRequest/GoodNetworking/pull/7 * fix: Make Loggers Public by @matusklasovity in https://github.com/GoodRequest/GoodNetworking/pull/8 * fix: Loggers Public Inits by @matusklasovity in https://github.com/GoodRequest/GoodNetworking/pull/9 * feat: Added static parameters to Logger by @Xaferis in https://github.com/GoodRequest/GoodNetworking/pull/10 * feat: Logger Error Description by @matusklasovity in https://github.com/GoodRequest/GoodNetworking/pull/11 * feat: Update Logger Max Size Message by @matusklasovity in https://github.com/GoodRequest/GoodNetworking/pull/12 * feat: added white list for supported mime types by @sebastianmraz in https://github.com/GoodRequest/GoodNetworking/pull/13 * feat: Add Support For Multipart Form Data by @matusklasovity in https://github.com/GoodRequest/GoodNetworking/pull/15 * feat: Sort info by importance by @andrej-jasso in https://github.com/GoodRequest/GoodNetworking/pull/17 * feat: message publisher by @andrej-jasso in https://github.com/GoodRequest/GoodNetworking/pull/16 * feat: Alamofire update to 5.9.0 by @Xaferis in https://github.com/GoodRequest/GoodNetworking/pull/18 * feat: Expose internal Alamofire session as read-only by @plajdo in https://github.com/GoodRequest/GoodNetworking/pull/19 ## New Contributors * @andrej-jasso made their first contribution in https://github.com/GoodRequest/GoodNetworking/pull/7 * @Xaferis made their first contribution in https://github.com/GoodRequest/GoodNetworking/pull/10 * @sebastianmraz made their first contribution in https://github.com/GoodRequest/GoodNetworking/pull/13 **Full Changelog**: https://github.com/GoodRequest/GoodNetworking/compare/1.3.0...2.5.1
1.3.0
15 weeks ago
## What's Changed * feat: GoodNetworking + SwiftUI dynamic wrappers by @plajdo in https://github.com/GoodRequest/GoodNetworking/pull/5 **Full Changelog**: https://github.com/GoodRequest/GoodNetworking/compare/1.2.0...1.3.0
v1.2.0
16 weeks ago
## What's Changed * feat: Refactoring by @plajdo in https://github.com/GoodRequest/GoodNetworking/pull/4
iOS
GoodRequest/GoodUIKit 1.0.4
πŸ“‘ GoodUIKit is a UIKit extensions library filled with reusable UI snippets for faster and more efficient iOS development. Boost productivity and streamline your workflow with ready-to-use UI components.
⭐️ 30
πŸ•“ 4 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.
1.0.4
4 weeks ago
## What's Changed * doc: Add main thread disclaimer by @plajdo in https://github.com/GoodRequest/GoodUIKit/pull/3 ## New Contributors * @plajdo made their first contribution in https://github.com/GoodRequest/GoodUIKit/pull/3 **Full Changelog**: https://github.com/GoodRequest/GoodUIKit/compare/1.0.3...1.0.4
iOS
GoodRequest/GoodExtensions-iOS 1.4.0
πŸ“‘ GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise code, saving time and effort while boosting productivity. Get access to a wealth of essential tools for iOS development in one convenient library.
⭐️ 28
πŸ•“ 1 week 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.
v1.4.0
1 week ago
## What's Changed * task: Swift URL macro support by @plajdo in https://github.com/GoodRequest/GoodExtensions-iOS/pull/6 **Full Changelog**: https://github.com/GoodRequest/GoodExtensions-iOS/compare/1.3.1...1.4.0
v1.3.1
23 weeks ago
## What's Changed * feat: Optional JSON decoder by @plajdo in https://github.com/GoodRequest/GoodExtensions-iOS/pull/4 ## New Contributors * @plajdo made their first contribution in https://github.com/GoodRequest/GoodExtensions-iOS/pull/4 **Full Changelog**: https://github.com/GoodRequest/GoodExtensions-iOS/compare/1.3.0...1.3.1
v1.3.0
30 weeks ago
# Async extensions ## What's Changed * feat: Async Extensions by @matusklasovity in https://github.com/GoodRequest/GoodExtensions-iOS/pull/3 ## New Contributors * @matusklasovity made their first contribution in https://github.com/GoodRequest/GoodExtensions-iOS/pull/3 **Full Changelog**: https://github.com/GoodRequest/GoodExtensions-iOS/compare/1.2.0...1.3.0
iOS macOS
GoodRequest/GRProvider 0.1.3
πŸš€UITableView and UICollectionView provider to simplify basic scenarios of showing the data.
⭐️ 27
πŸ•“ 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.
* Artem
1 year ago
Derived from Greek goddess of the moon
GRTableViewProvider - Section configuration
2 years ago
## What's Changed * Section header configuration by @andrej8888 in https://github.com/GoodRequest/GRProvider/pull/9 **Full Changelog**: https://github.com/GoodRequest/GRProvider/compare/0.1.0...0.1.1
GRCollectionViewProvider compilation error resolved
2 years ago
CollectionViewProvider selection/deselection proxy
2 years ago
DeepDiff version fix
2 years ago
TableViewProvider - WillBeginDragging configuration
3 years ago
Diffable Collection View - Memory leaks
3 years ago
GRCollectionView diffable provider
3 years ago
iOS
GoodRequest/GoodSwiftUI 0.1.0
πŸ“‘ GoodSwiftUI is a comprehensive library filled with reusable SwiftUI snippets for faster and more efficient iOS development. This library offers a wide range of customizable UI components, designed to boost your productivity and streamline your development workflow. Save time and effort by leveraging pre-made, tested, and ready-to-use code.
⭐️ 17
πŸ•“ 26 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.
Created repo for reference
1 year ago
Repository will server as a hub of swiftUI extensions
iOS
GoodRequest/GoodSwift 0.10.1
Some good swift extensions, handfully crafted by GoodRequest team.
⭐️ 9
πŸ•“ 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.
v0.10.0
1 year ago
### Bump to Alamofire 5, fix SPM compatibility
iOS

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