Releases: iabudiab/HTMLKit
Releases · iabudiab/HTMLKit
HTMLKit 4.2.0
- Fix test compilation under Xcode 12.5 (issue #43)
- Updated HTML5Lib-Tests submodule (082a4be)
- Updated parser and tokenizer for latest spec changes to pass test suite
HTMLKit 4.1.0
Release on 2021.04.28
- Update project for Xcode 12.5
HTMLKit 4.0.0
Release on 2020.07.16
Breaking Change
- Swift package version updated to 5.1
HTMLKit 3.1.0
Release on 2019.08.20
Added
HTMLTreeVisitor
that walks the DOM in tree order
- New HTML serialization implementation based on visitor pattern
Fixes
- HTML serialization for deeply nested DOM trees (issue #33)
- Occasional Internal Consistency exceptions when deallocating node iterator (issue #36)
HTMLKit 3.0.0
Released on 2019.03.28
Breaking Change
- Introduce prefix for
NSString
and NSCharacterSet
categories to prevent collision with existing code (issue #35)
HTMLKit 2.1.5
Released on 2018.07.16
Fixes
- Parser would handle foreign attributes incorrectly (issue #30)
HTMLKit 2.1.4
Released on 2018.05.01
Fixes
gt(n)
, lt(n)
and eq(n)
selectors would select wrong elements for the zero-index (issue #25)
HTMLKit 2.1.3
Released on 2018.03.21
Fixes
HTMLElement
clone would return an immutable dictionary for attributes (issue #20)
- Fixed by @CRivlaldo in PR #24
HTMLNodeFilterBlock
would behave differently on simulator and device (issue #22)
- Fixed by @CRivlaldo in PR #23
HTMLKit 2.1.2
Released on 2017.11.6
Fixes
HTMLText
serialization (issue #16)
HTMLElement
attribute value serialization (issue #17)
HTMLKit 2.1.1
Released on 2017.10.13
Hotfix
- Fixed documentation comments
- Should fix CocoaDocs generation and percentage