All Versions
11
Latest Version
Avg Release Cycle
20 days
Latest Release
1842 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1 Changes
January 08, 2020- Reworked the F# side of the API by moving all functions from global scope to
Html
andCssSelector
modules. C# API is unchanged.
- Reworked the F# side of the API by moving all functions from global scope to
-
v2.0.2 Changes
January 05, 2020- โ Added handling for non-void unclosed tags.
-
v2.0.1 Changes
December 23, 2019- ๐ Fixed an issue where dashes in tag names were not allowed.
-
v2.0 Changes
December 22, 2019- ๐ Rewrote the library in F#. It now has separate APIs for F# and C# (see readme).
- Several breaking changes across method/property names. Migration should be pretty straightforward though.
- โ Added CData as a separate node.
-
v1.0.2 Changes
August 26, 2019- ๐ Fixed an issue where left-recursive contextual combinators didn't work in CSS selectors. For example, now you can do
#elem > h3 > span.yellow p a[href]
. - ๐ Fixed an issue where escaped special characters were still considered invalid in CSS selectors. For example, now you can do
div.foo\(bar\)
to match elements with class namefoo(bar)
.
- ๐ Fixed an issue where left-recursive contextual combinators didn't work in CSS selectors. For example, now you can do
-
v1.0.1 Changes
July 10, 2019- ๐ Fixed an issue where some valid unquoted attribute values were not parsed correctly.
-
v1.0
July 04, 2019 -
v0.0.4
July 04, 2019 -
v0.0.3
June 29, 2019 -
v0.0.2
June 28, 2019