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

Changelog History
Page 6

  • v1.0.1 Changes

    May 18, 2015
    • Quick/Nimble are no longer used via git submodules, but are instead being pulled in via Carthage.
  • v1.0.0 Changes

    April 10, 2015
    • ๐Ÿ‘ Lazy loading support is available (issue #11)
      • Call .lazy instead of .parse
      • Performance can be drastically improved when doing lazy parsing.
    • ๐Ÿ‘€ See PR #26 for details on these:
      • Remove automatic whitespace trimming - that will be a responsibility of the caller.
      • Make umbrella header public.
      • Introduce shared schemes.
    • ๐Ÿ‘ Xcode 6.3 and Swift 1.2 support.
    • Published version 1.0.0 CocoaPod.
  • v0.6.4 Changes

    February 26, 2015
    • ๐Ÿ›  Fixed bug with interleaved XML (issue #19)
    • Published version 0.6.4 CocoaPod.
  • v0.6.3 Changes

    February 23, 2015
    • ๐Ÿ›  Fixed bug where mixed content wasn't supported (i.e. elements with both text and child elements).
    • Published version 0.6.3 CocoaPod.
  • v0.6.2 Changes

    February 09, 2015
    • Published version 0.6.2 CocoaPod. (yes, it should have gone with 0.6.1 but I tagged it too early)
  • v0.6.1 Changes

    February 09, 2015
    • ๐Ÿ›  Fixed bug with children so that XML element order is preserved when enumerating XML child elements.
    • Only require Foundation.h instead of UIKit.h.
  • v0.6.0 Changes

    January 30, 2015
    • โž• Added children property to allow for enumerating all child elements.
    • ๐Ÿ‘€ CocoaPods support is live (see current docset on CocoaPods)
  • v0.5.5 Changes

    January 25, 2015
    • โž• Added OSX target, should allow SWXMLHash to work in OSX as well as iOS.
  • v0.5.4 Changes

    November 02, 2014
    • โž• Added the withAttr method to allow for lookup by an attribute and its value. See README or specs for details.
  • v0.5.3 Changes

    October 21, 2014
    • XCode 6.1 is out on the app store now and I had to make a minor tweak to get the code to compile.