Iabudiab HTMLKit Versions Save

An Objective-C framework for your everyday HTML needs.

4.2.0

3 years ago
  • 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

4.1.0

3 years ago

Release on 2021.04.28

  • Update project for Xcode 12.5

4.0.0

3 years ago

Release on 2020.07.16

Breaking Change

  • Swift package version updated to 5.1

3.1.0

4 years ago

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)

3.0.0

5 years ago

Released on 2019.03.28

Breaking Change

  • Introduce prefix for NSString and NSCharacterSet categories to prevent collision with existing code (issue #35)

2.1.5

5 years ago

Released on 2018.07.16

Fixes

  • Parser would handle foreign attributes incorrectly (issue #30)

2.1.4

6 years ago

Released on 2018.05.01

Fixes

  • gt(n), lt(n) and eq(n) selectors would select wrong elements for the zero-index (issue #25)

2.1.3

6 years ago

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

2.1.2

6 years ago

Released on 2017.11.6

Fixes

  • HTMLText serialization (issue #16)
  • HTMLElement attribute value serialization (issue #17)

2.1.1

6 years ago

Released on 2017.10.13

Hotfix

  • Fixed documentation comments
    • Should fix CocoaDocs generation and percentage