Skip to content

Releases: drmohundro/SWXMLHash

Fix - Swift 3.1 and Linux

24 Sep 19:10
Compare
Choose a tag to compare

Released on 2017-05-12.

Fixed issues related to crashes with Swift 3.1 and Linux. (see PR #130)

Fix - Xcode 8.3 issue

24 Sep 19:10
Compare
Choose a tag to compare

Released on 2017-01-31.

Fixed compilation issue related to upcoming release of Xcode 8.3.

App Extension Support

24 Sep 19:11
Compare
Choose a tag to compare

Released on 2016-11-18.

Added support for app extensions.

Swift 3.0 Release

24 Sep 19:13
Compare
Choose a tag to compare

Released on 2016-09-13.

  • Official support for Xcode 8.0 and Swift 3.0
    • See corresponding PR #78
  • 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 and 3.02 were tagged because of CocoaPod issues I was having.

Swift 2.3 Release

24 Sep 19:14
Compare
Choose a tag to compare

Released on 2016-08-23.

  • Support Swift 2.3 on Xcode 8 (via #95)

Feature - Attribute Deserialization Support

24 Sep 19:18
Compare
Choose a tag to compare

Released on 2016-08-08.

  • Added attribute deserialization support (via value(ofAttribute:)). (via issue #74 and PR #89)

Changed children to be public

24 Sep 19:21
Compare
Choose a tag to compare

Released on 2016-07-11.

  • Changed from using Quick/Nimble to XCTest
  • Changed visibility of children property on XMLElement to be public (via issue #82 and PR #83).

Bug Fix - Issue with Lazy Loading and Serialization

24 Sep 19:23
Compare
Choose a tag to compare

Released on 2016-06-23.

  • Fixed issue with lazy loading and serialization support (via issue #79).

Bug Fix - Issue with Swift Package Manager

24 Sep 19:25
Compare
Choose a tag to compare

Released on 2016-04-10.

  • Fixed issue with Swift Package Manager (via PR #72).

Feature - Added Bool Type Deserialization Support

24 Sep 19:26
Compare
Choose a tag to compare

Released on 2016-04-09.

  • Added built-in bool support for deserialization. (via corresponding issue #70 and pull request #71).