Swiftpack.co - Swift Packages by KoCMoHaBTa

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

Packages published by KoCMoHaBTa

KoCMoHaBTa/MHNetworkingKit 1.8.0
A lightweight swift library that contains network related extension and tools, like Multipart Form Data, JSON and URL Encoding.
⭐️ 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.
Xcode 14
1 year ago
- updated project settings using Xcode 14 - raised deployment target to iOS 11 - fixed deprecations and warnings
Xcode 13 & Swift 5.5
2 years ago
## 1.7.1 - added public initializers to loggers - made decodable and encodable extensions backward compatible with older versions of swift ## 1.7.0 - updated for Swift 5.5 using Xcode 13.0 Beta 1 - cleaned up the project from explicit usage of self and return when possible in order to match latest style guidelines - added Logger protocol used to log error messages from Codable extensions and utilities when the Error is ignored and replaced with Optional result. The following implementations are provided: - DefaultLogger `.default` - prints to console - NoneLogger `.none` - ignores the error message - AnyLogger `.any(_:)` - creates a logger with a closure
Xcode 13 & Swift 5.5
2 years ago
- updated for Swift 5.5 using Xcode 13.0 Beta 1 - cleaned up the project from explicit usage of self and return when possible in order to match latest style guidelines - added Logger protocol used to log error messages from Codable extensions and utilities when the Error is ignored and replaced with Optional result. The following implementations are provided: - DefaultLogger `.default` - prints to console - NoneLogger `.none` - ignores the error message - AnyLogger `.any(_:)` - creates a logger with a closure
ISO8601FormatterProvider
2 years ago
- ISO8601Formatted - added support for specifying ISO8601FormatterProvider that can statically resolve formatter for a ISO8601Formattable value - this was needed in order to be able to decode values using the @ISO8601FormatterProvider property wrapper with a custom formatter - deprecated the usage of formatter property and related constructors in favor of ISO8601FormatterProvider - added ISO8601FormatterProvider - used to specify custom formatter for ISO8601Formattable values - added convenience init to ISO8601DateFormatter
ISO8601Formatted: Hashable
3 years ago
- ISO8601Formatted - now conforms to Hashable when the wrapped value is Hashable
LossyDecoded: Hashable, Equatable
3 years ago
- LossyDecoded - now conforms to Hashable and Equatable when the wrapped type conforms to Hashable and Equatable
Lossy Decoding
3 years ago
- added `LossyDecodable` protocol - used to make conforming types as lossy when decoded - `Array` - discards any elements that cannot be decoded - `Set` - discards any elements that cannot be decoded - `Dictionary` - discards any values that cannot be decoded - `Optional` - defaults to `nil` if cannot be decoded - added `LossyDecoded` property wrapper - used to tag LossyDecodable properties in models and make the lossy decodable magic works - renamed `decodeArray` functions on decoding containers to `decodeLossyArray` - deprecated `decodeArray` on decoding containers in favor of `LossyDecoded ` property wraper
1.4.0
3 years ago
- added ISO8601Formattable protocol and ISO8601Formatted property wrapper that can be used to tag dates as ISO8601 when encoding and decoding - added extension to Codable that allows reading from and writing to file with support for fragments prior iOS 13 - added extension to URLComponents that provides the pathComponents of the URL
Xcode 12
3 years ago
- updated for Xcode 12 - raised iOS deployment target to 9.0 - updated swift package manager tools version to 5.3
Swift Package Manager & Xcode 11
4 years ago
- added support for Swift Package Manager - updated using Xcode 11 GM
KoCMoHaBTa/MHAppKit 1.13.0
Everything starts from somewhere, like from a collection of useful tools for iOS
⭐️ 1
🕓 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.
Xcode 14
1 year ago
- updated project settings using Xcode 14 - raised deployment target to iOS 11 - fixed deprecations and warnings
1.12.0
3 years ago
- updated with Xcode 12.2 - added extensions and utilities related to Date, UserDefaults, Foundation and Swift
Xcode 12
3 years ago
- updated with Xcode 12 - raised deployment target to iOS 9
Added locale support when formatting date with templates
3 years ago
- date formatting using template now accepts a `Locale` object with default value of `.current`, passed trough the Foundation function.
Swift Package Manager
4 years ago
- added support for Swift Package Manager
Fixed NavigationController setup access control
4 years ago
- made NavigationController.setup - open
Improved error alerts
4 years ago
- moved core logic for showing error alerts from UIViewController to Error - added the ability to show error as a local notification
Fixed access control of the UIViewController.showError
4 years ago
Xcode 11
4 years ago
- updated using Xcode 11 - introduced more convenient and flexible way to show errors from UIViewControllers
UIViewController container improvements
4 years ago
- added missing initializer for adding child with layouter
KoCMoHaBTa/testpkg 1.0.0
test swift package
⭐️ 0
🕓 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.
test initial version
4 years ago
KoCMoHaBTa/MHMessageKit 1.4.0
Strongly typed and Swiftly convenient wrapper around NotificationCenter and NotificationQueue
⭐️ 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.
Xcode 14
1 year ago
- updated project settings using Xcode 14 - raised deployment target to iOS 11 - fixed deprecations and warnings
Xcode 12
3 years ago
- updated for Xcode 12 - raised iOS deployment target to 9.0 - updated swift package manager tools to 5.3
Swift Package Manager & Xcode 11
4 years ago
- added support for Swift Package Manager - updated using Xcode 11 GM
Swift 5
5 years ago
- updated for Swift 5.0 using Xcode 10.2 - disabled parallel test execution
CocoaPods support
5 years ago
- added support for installation using CococaPods
6 years ago
linux macOS iOS

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