Releases: drmohundro/SWXMLHash
Releases · drmohundro/SWXMLHash
Changed - WATCHOS_DEPLOYMENT_TARGET set to 3.0
Released on 2018-09-18.
- Bump
WATCHOS_DEPLOYMENT_TARGET
to 3.0
(via [#193 (https://github.com//pull/193))
Changed - bumped SWIFT_VERSION to 4.0
Released on 2018-08-04.
- Bump
SWIFT_VERSION
to 4.0
(via #191)
Feature - innerXML added
Released on 2018-05-07.
- Added
innerXML
to elements (via #188 and #168)
Feature - XML parsing error checking
Released on 2018-03-10.
- Added XML validation config option (via #169 and #141)
Changed - silenced Swift 4.1 deprecation warnings with shim
Released on 2018-03-08.
- Swift 4.1 deprecation warnings silenced (via #181)
Changed - Filter is now filterAll and filterChildren
Released on 2018-02-21.
- Changed
filter
support to filterAll
and filterChildren
(via #178 and #170)
Fix - issue with filter and deserialization
Released on 2018-02-05.
- Fix issue with
filter
and deserialization (via #177)
Feature - filter support
Released on 2018-02-04.
- Added
filter
support (via #171 and #167)
Fix - issue with CDATA parsing in Linux
Released on 2018-01-21.
Fixed CDATA parsing in Linux (via #171 and #167)
Feature - userInfo support
Released on 2018-01-15.
Added userInfo
support (via #171 and #167).