Swiftpack.co - Swift Packages by ikhvorost

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

Packages published by ikhvorost

ikhvorost/KeyValueCoding 1.1.0
Key-value coding (KVC) for pure Swift.
⭐️ 29
🕓 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.
1.1.0
1 year ago
**Added** - Supporting protocols and existential types - `swift_metadata` API function - Setting/getting values by a key path form "relationship.property"
1.0.0
1 year ago
iOS macOS watchOS tvOS
ikhvorost/M3U8Decoder 1.2.0
M3U8 playlist decoder for Swift.
⭐️ 17
🕓 6 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
6 weeks ago
Added: - visionOS - comment lines (#) Fixed: - Bad URI lines (https://github.com/ikhvorost/M3U8Decoder/issues/2) - #EXTINF custom attributes (https://github.com/ikhvorost/M3U8Decoder/issues/1)
1.1.0
1 year ago
Added: - Parsing `CODECS` attribute - Data decoding strategy for tags and attributes (base64 and hex)
1.0.0
1 year ago
Decoder for Media Playlist of [HTTP Live Streaming](https://datatracker.ietf.org/doc/html/rfc8216) using `Decodable` protocol.
iOS macOS watchOS tvOS
ikhvorost/DLog 1.5.0
Modern logger with pipelines for Swift.
⭐️ 14
🕓 12 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.5.0
12 weeks ago
Added: - Swift 5.9 with VisionOS support - Trace process info: cpu usage, guid, memory usage, pid, threads count, wakeups - Custom configs for `trace` and `interval` methods Fixed: - Scopes level
1.4.0
1 year ago
Added: - Int, string, dictionary, array, boolean literals in log functions: `logger.log([1, 2, 3])` - Metadata for the logger, category and scope: `let logger = DLog(metadata: ["id" : 12345])` - `auto` parameter for privacy options: `.private(mask: .hash, auto: false)` - `pretty` json view for trace: `config.traceConfig.style = .pretty` Modified: - Divide filtering for items and scopes: `.filter(item: { $0.time < Date() })` and `.filter(scope: { $0.name == "scope" })`
1.3.2
1 year ago
Added: - Time and date formatters for `Int` and `Double` values - IPv6, text, UUID and raw formatters for `Data`
1.3.1
2 years ago
Added: - Formatting options for Integer, Floating-point and Boolean values Updated: - Abbreviation time for scopes and intervals (e.g. 1h 20m 10.123s)
1.3.0
2 years ago
Changed: - DLogObjC: Renamed `assert` to `assertion` - Renamed `LogConfiguration` to `LogConfig` etc. Added: - Ability to set log configuration to a log category - Privacy options: public, private with masks - Formatters: date, number, byte count
1.2.0
2 years ago
- Added Objective-C support.
1.1.0
2 years ago
Added configuration of view options for the logger's text output, trace, thread, stack and interval info.
3 years ago
Removed ArgumentParser dependency.
1.0.0
3 years ago
3 years ago
iOS macOS watchOS tvOS
ikhvorost/PromiseQ v.1.4.0
Javascript style promises with async/await, suspend/resume and cancel features for Swift.
⭐️ 8
🕓 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.
1.7.0
2 years ago
Added: - Promise initializer can throw errors - Promise initializer can return a promise - `isCancelled` property - `await` global function Fixed: - Promise's timeout and cancellation race conditions
3 years ago
Added: - Network requests: fetch, upload, download - Errors: PromiseError.cancelled, PromiseError.empty Fixes
1.5.0
3 years ago
- Added `Promise.any` - Fixes
3 years ago
iOS macOS watchOS tvOS

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