All Versions
26
Latest Version
Avg Release Cycle
130 days
Latest Release
1052 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.0.0 Changes
July 16, 2020๐ Release on 2020.07.16
๐ฅ Breaking Change
- โก๏ธ Swift package version updated to 5.1
-
v3.1.0 Changes
August 20, 2019๐ Release on 2019.08.20
โ Added
HTMLTreeVisitor
that walks the DOM in tree order- ๐ New HTML serialization implementation based on visitor pattern
๐ Fixes
-
v3.0.0 Changes
March 28, 2019๐ Released on 2019.03.28
๐ฅ Breaking Change
- Introduce prefix for
NSString
andNSCharacterSet
categories to prevent collision with existing code (issue #35)
- Introduce prefix for
-
v2.1.5 Changes
July 16, 2018๐ Released on 2018.07.16
๐ Fixes
- ๐ Parser would handle foreign attributes incorrectly (issue #30)
-
v2.1.4 Changes
May 01, 2018๐ Released on 2018.05.01
๐ Fixes
gt(n)
,lt(n)
andeq(n)
selectors would select wrong elements for the zero-index (issue #25)
-
v2.1.3 Changes
March 21, 2018๐ 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
- ๐ฏ
-
v2.1.2 Changes
November 06, 2017 -
v2.1.1 Changes
October 13, 2017๐ Released on 2017.10.13
๐ Hotfix
- ๐ Fixed documentation comments
- Should fix CocoaDocs generation and percentage
- ๐ Fixed documentation comments
-
v2.1.0 Changes
October 12, 2017๐ Released on 2017.10.12
โ Added
- Standarized tokenizer error codes:
โก๏ธ Updated
- Project for Xcode 9
- ๐ Travis config for iOS 11.0, macOS 10.13, tvOS 11.0 and watchOS 4.0
- โก๏ธ Updated HTML5Lib-Tests submodule (cbafeba)
-
v2.0.6 Changes
May 02, 2017๐ Released on 2017.05.02
โ Added
- Memory consumption improvements (issue #10)
- Allocate
childNodes
collection inHTMLNode
only when inserting child nodes - Replace
NSStringFromSelector
calls with constants inHTMLNode
validations - Improve
reverseObjectEnumerator
usage while parsing HTML - Rewrite internal logic of the
HTMLStackOfOpenElements
to prevent excessive allocations
- Allocate
- Memory consumption improvements (issue #10)