Releases: robbiehanson/KissXML
Releases · robbiehanson/KissXML
Version 5.3.3
- [SPM] Fix Xcode 12 warning IPHONEOS_DEPLOYMENT_TARGET is set to 8.0 #124
Version 5.3.2
- Support for Swift Package Manager
Version 5.3.1
- Revert dd prefix for additions #117
Version 5.3.0
- Xcode 11 support
- Deprecate non-prefixed categories
- Add subspec for Additions
- Check for nil stringWithUTF8String return value
Version 5.2.3
Version 5.2.2
- Fix compilation issue with Xcode 9.3
Version 5.2.0
- Swift 3 support
- Carthage support
Version 5.1.2
Better Swift generated interface cross-compatibility with NSXML by matching NSXML headers more closely, specifically by changing many set/get methods to properties.
Version 5.1.1
Fixes issue when integrated as a static library. Min iOS version is back to 6.0. Moved DDXML->NSXML Swift mappings to SwiftNSXML
subspec. Added test for static library integration.
Version 5.1.0
Removed need for libxml_module
subspec by removing references to libxml in public headers. Added Obj-C generics and nullability support to match NSXML API. Added watchOS support. Minimum iOS version is now 8.0.