Skip to content

Releases: robbiehanson/KissXML

Version 5.3.3

30 Dec 16:50
990cdef

Choose a tag to compare

  • [SPM] Fix Xcode 12 warning IPHONEOS_DEPLOYMENT_TARGET is set to 8.0 #124

Version 5.3.2

08 Oct 02:12
171b323

Choose a tag to compare

  • Support for Swift Package Manager

Version 5.3.1

27 Oct 05:40
63c43de

Choose a tag to compare

  • Revert dd prefix for additions #117

Version 5.3.0

27 Oct 04:00
806ee2a

Choose a tag to compare

  • Xcode 11 support
  • Deprecate non-prefixed categories
  • Add subspec for Additions
  • Check for nil stringWithUTF8String return value

Version 5.2.3

03 Jun 18:40
5.2.3

Choose a tag to compare

  • Use @compatibility_alias to remove Swift dependency #103 (thanks @mstarke!)

Version 5.2.2

04 Feb 19:13
5.2.2

Choose a tag to compare

  • Fix compilation issue with Xcode 9.3

Version 5.2.0

21 Feb 23:32
5.2.0

Choose a tag to compare

  • Swift 3 support
  • Carthage support

Version 5.1.2

08 Jul 19:03
5.1.2

Choose a tag to compare

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

07 Jul 20:23
5.1.1

Choose a tag to compare

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

07 Jul 20:23
5.1.0

Choose a tag to compare

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.