All Versions
11
Latest Version
2.1
Avg Release Cycle
20 days
Latest Release
1842 days ago

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 and CssSelector modules. C# API is unchanged.
  • 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 name foo(bar).
  • 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