Releases: drmohundro/SWXMLHash
Releases · drmohundro/SWXMLHash
Fix - Swift 3.1 and Linux
Released on 2017-05-12.
Fixed issues related to crashes with Swift 3.1 and Linux. (see PR #130)
Fix - Xcode 8.3 issue
Released on 2017-01-31.
Fixed compilation issue related to upcoming release of Xcode 8.3.
App Extension Support
Released on 2016-11-18.
Added support for app extensions.
Swift 3.0 Release
Released on 2016-09-13.
- Official support for Xcode 8.0 and Swift 3.0
- See corresponding PR #78
XMLIndexer.Error
was renamed toIndexingError
because of a naming conflict with the built-inError
type.- Linux support is partially available and there is a Travis CI build for it as well.
- Currently failing functionality is because of https://bugs.swift.org/browse/SR-2301.
- 3.0.1 and 3.02 were tagged because of CocoaPod issues I was having.
Swift 2.3 Release
Released on 2016-08-23.
- Support Swift 2.3 on Xcode 8 (via #95)
Feature - Attribute Deserialization Support
Changed children to be public
Bug Fix - Issue with Lazy Loading and Serialization
Released on 2016-06-23.
- Fixed issue with lazy loading and serialization support (via issue #79).
Bug Fix - Issue with Swift Package Manager
Released on 2016-04-10.
- Fixed issue with Swift Package Manager (via PR #72).