Releases: iabudiab/HTMLKit
Releases · iabudiab/HTMLKit
HTMLKit 4.2.0
29 Apr 18:13
Compare
Sorry, something went wrong.
No results found
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
28 Apr 16:20
Compare
Sorry, something went wrong.
No results found
Release on 2021.04.28
Update project for Xcode 12.5
HTMLKit 4.0.0
16 Jul 18:41
Compare
Sorry, something went wrong.
No results found
Release on 2020.07.16
Breaking Change
Swift package version updated to 5.1
HTMLKit 3.1.0
20 Aug 16:23
Compare
Sorry, something went wrong.
No results found
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
28 Mar 21:22
Compare
Sorry, something went wrong.
No results found
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
16 Jul 20:17
Compare
Sorry, something went wrong.
No results found
Released on 2018.07.16
Fixes
Parser would handle foreign attributes incorrectly (issue #30 )
HTMLKit 2.1.4
01 May 18:10
Compare
Sorry, something went wrong.
No results found
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
21 Mar 21:54
Compare
Sorry, something went wrong.
No results found
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
06 Nov 21:06
Compare
Sorry, something went wrong.
No results found
Released on 2017.11.6
Fixes
HTMLText serialization (issue #16 )
HTMLElement attribute value serialization (issue #17 )
HTMLKit 2.1.1
13 Oct 21:06
Compare
Sorry, something went wrong.
No results found
Released on 2017.10.13
Hotfix
Fixed documentation comments
Should fix CocoaDocs generation and percentage