Swiftpack.co - Swift Packages by gcharita

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

Packages published by gcharita

gcharita/XMLMapper 2.0.0
A simple way to map XML to Objects written in Swift
⭐️ 111
🕓 48 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.
Alamofire 5 support for Requests subspec
3 years ago
- Closed [#31](https://github.com/gcharita/XMLMapper/issues/31). Added support for Alamofire 5 in Requests subspec - Closed [#14](https://github.com/gcharita/XMLMapper/issues/14). Added support for CDATA wrapped values (**breaking change** see [README](README.md#map-cdata-wrapped-values) section)
Hotfix optional attributes
4 years ago
- Fixed [#29](https://github.com/gcharita/XMLMapper/issues/29). Issue with optional attributes in simple tags
Swift 5 and SPM improvements
4 years ago
- Merged [#25](https://github.com/gcharita/XMLMapper/pull/25). Specify response encoding in Requests subspec - Converted to swift 5 - Improved SPM support
Swift 4.2 and tags with XML encoded values
4 years ago
- Fixed [#23](https://github.com/gcharita/XMLMapper/issues/23). Invalid XML string for tags with XML encoded values - Closed [#24](https://github.com/gcharita/XMLMapper/issues/24). Fixed redundant modifier warnings - Converted to swift 4.2
Preserve and change nodes ordering
5 years ago
- Closed [#15](https://github.com/gcharita/XMLMapper/issues/15). Removed `stripEmptyNodes` from default `ReadingOptions` of `XMLSerialization` - Fixed [#18](https://github.com/gcharita/XMLMapper/issues/18). Added `nodesOrder` property in `XMLMap` to preserve or change the nodes ordering - Fixed nested mapping for attributes in `XMLMap`
XMLStaticMappable protocol
5 years ago
- Added missing `XMLStaticMappable` protocol - Improved required initializer in `XMLMappable` protocol - Added some helpful comments
Added support for Swift 4.2 and Xcode 10
5 years ago
- Added support for Swift 4.2 and Xcode 10. Fixed invalid redeclaration errors. (warnings will remain in Swift 4.1 compiler, due to the fact that IUO do not behave the same way as in Swift 4.2 compiler) - Fixed `flatMap` deprecation warnings. - Fixed support for Swift 3.0 and Xcode 8.3. - Fixed `XMLSerialization` to support XMLs with XML declaration - Improved `XMLMapper` to support mapping of dictionary of `XMLMappable` and dictionary of arrays of `XMLMappable` objects. - `XMLSerialization` can now return array of dictionaries - Added support to map enums with rawValue of `LosslessStringConvertible`. - Added support to map array of `Any` with single element. - Added tests that cover more than half of the project.
Mapping Array of single object
6 years ago
- Fixed [#5](https://github.com/gcharita/XMLMapper/issues/5). Mapping Array of single object. - Fixed [#8](https://github.com/gcharita/XMLMapper/issues/8). Threading problem in `XMLObjectParser` causing crash.
Hotfix, nodes with only attributes
6 years ago
- Fixed [#2](https://github.com/gcharita/XMLMapper/issues/2). Wrong XML String from nodes with attributes only.
Added innerText property in XMLMap
6 years ago
- Fixed changes that broke Swift 3.1 and Xcode 8.3 support - Added `innerText` property in `XMLMap` to map directly the text of current XML node #1 - General code improvements
gcharita/CodableProperty 1.0.0
Easy transforming of Codable types written in Swift
⭐️ 11
🕓 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.
Instance functions in Transformer
4 years ago
- Changed `DecodableTransformer`'s and `EncodableTransformer`'s static function to instance functions
Support for Xcode 11 beta 5
4 years ago
- Fixed internal `init(wrappedValue:)` compiler error in Xcode 11 beta 5
Swift Package Manager support
4 years ago
- Added Swift Package Manager support
Initial release
4 years ago
- `CodableProperty`, `EncodableProperty` and `DecodableProperty`
iOS macOS watchOS tvOS

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