Swiftpack.co - Swift Packages by GottaGetSwifty

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

Packages published by GottaGetSwifty

GottaGetSwifty/CodableWrappers v1.2.0
A Collection of PropertyWrappers to make custom Serialization of Swift Codable Types easy
⭐️ 567
🕓 Yesterday
🔖 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.
3.0.1
Yesterday
Patch to fix build issues for some platforms
3.0.0
4 days ago
The major goal of this release was adding CodingKey customization. This was accomplished using's Swift's new Macro system. ## What's Changed - Support for CodingKey customization using Macros - Removing deprecated symbols ## Posible Future Direction Theoretically for version 4.0 all other wrappers could be moved to the Macro system rather than Property Wrappers. As this system is new and currently somewhat cumbersome/slow, I'd like to see how the ecosystem develops first. Additionally, using Macros for customizing serialization will result in fully implementing the encoding/decoding functions. Given the improvements of usage it would probably be worth the extra effort, but would mean no longer taking advantage of auto-generated Codable implementation. Since currently CodingKey customization is impossible with Annotation syntax, Macros are the only way to go there and relatively straightforward to implement. 3.0 is the result of that work, and may pave the way to switching all current wrappers to Macros. See [full release notes for details](https://github.com/GottaGetSwifty/CodableWrappers/blob/master/ReleaseNotes.md) **Full Changelog**: https://github.com/GottaGetSwifty/CodableWrappers/compare/2.0.7...3.0.0
3.0.0-alpha-release-2
9 weeks ago
Alpha release for upcoming 3.0 ## What's Changed * Initial V3 with CodingKey macros by @GottaGetSwifty in https://github.com/GottaGetSwifty/CodableWrappers/pull/35 * SPI Support and fixing a Typo by @GottaGetSwifty in https://github.com/GottaGetSwifty/CodableWrappers/pull/36 * Bool Default Updates by @GottaGetSwifty in https://github.com/GottaGetSwifty/CodableWrappers/pull/39 * Updating thrown Decoding errors to dataCorrupted instead of valueNotFound by @GottaGetSwifty in https://github.com/GottaGetSwifty/CodableWrappers/pull/40 **Full Changelog**: https://github.com/GottaGetSwifty/CodableWrappers/compare/2.0.7...3.0.0-alpha-release-2
2.0.7
2 years ago
Minor bug fixe release ## What's Changed * Update CocoaPods version to 2.0.6 by @aserdobintsev in https://github.com/GottaGetSwifty/CodableWrappers/pull/17 * Added bypass for `AnyNullEncoder` when wrapped in `Immutable` by @jayrhynas in https://github.com/GottaGetSwifty/CodableWrappers/pull/25 ## New Contributors * @aserdobintsev made their first contribution in https://github.com/GottaGetSwifty/CodableWrappers/pull/17 * @jayrhynas made their first contribution in https://github.com/GottaGetSwifty/CodableWrappers/pull/25 **Full Changelog**: https://github.com/GottaGetSwifty/CodableWrappers/compare/2.0.6...2.0.7
Mirror cleanup
2 years ago
All uses/documentation of Mirror are now removed
Performance improvements
2 years ago
Removed usage of `MIrror` in a few (en/de)coders thanks to @Jeff-Meadows
Availability fix
2 years ago
Fixed availability for Mac Catalyst
Bug FIxes
2 years ago
-Fixed issue with Float16 availability on Mac X86 -Fixed a corner case and/or recent language difference with @Immutable and Optionals
Bug Fixes
3 years ago
- Fixed https://github.com/GottaGetSwifty/CodableWrappers/issues/12 with corresponding Tests - Proper availability added for Float16
Compatibility fix
3 years ago
Fix for a iOS <14 issue
iOS macOS watchOS tvOS macCatalyst
GottaGetSwifty/SwiftyXMLKit v0.6.2
Tools for working with XML in Swift
⭐️ 8
🕓 4 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.
Version 0.6.2 Beta
4 years ago
Initial beta release. Everything's working with basic Unit tests passing. More testing is needed with real-world XML to ensure reliability and compatibility.
GottaGetSwifty/SwiftySemaphore 0.1.0
Handle Semaphores in Swift with a Property Wrapper
⭐️ 1
🕓 3 years ago

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