All Versions
70
Latest Version
Avg Release Cycle
70 days
Latest Release
1172 days ago
Changelog History
Page 6
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.
- Call
- ๐ 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.
- ๐ Lazy loading support is available
(issue #11)
-
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.
- ๐ Fixed bug with
-
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)
- โ Added
-
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.
- โ Added the
-
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.