All Versions
70
Latest Version
Avg Release Cycle
70 days
Latest Release
912 days ago

Changelog History
Page 4

  • v3.0.5 Changes

    May 12, 2017
    • ๐Ÿ›  Fixed issues related to crashes with Swift 3.1 and Linux. (see PR #130)
  • v3.0.4 Changes

    January 31, 2017
    • ๐Ÿ›  Fixed compilation issue related to upcoming release of Xcode 8.3.
  • v3.0.3 Changes

    November 18, 2016
    • โž• Added support for app extensions.
  • v3.0.2 Changes

    September 13, 2016
    • ๐Ÿ‘ Correct the CocoaPod support so that it still allows for iOS 8 and OSX 10.9.
  • v3.0.0 Changes

    September 13, 2016
    • ๐Ÿ‘ Official support for Xcode 8.0 and Swift 3.0
    • XMLIndexer.Error was renamed to IndexingError because of a naming conflict with the built-in Error type.
    • ๐Ÿง Linux support is partially available and there is a Travis CI build for it as well.
    • (3.0.1 because I was having trouble publishing the CocoaPod...)
  • v2.5.1 Changes

    August 23, 2016
    • ๐Ÿ‘Œ Support Swift 2.3 on Xcode 8
  • v2.5.0 Changes

    August 08, 2016
    • โž• Added attribute deserialization support (via value(ofAttribute:)).
  • v2.4.0 Changes

    July 12, 2016
    • ๐Ÿ”„ Changed visibility of children property on XMLElement to be public
  • v2.3.2 Changes

    June 23, 2016
    • ๐Ÿ›  Fixed issue with lazy loading and serialization support
  • v2.3.1 Changes

    April 10, 2016
    • ๐Ÿ›  Fixed issue with Swift Package Manager