AngleSharp v0.15.0 Release Notes

  • ๐Ÿš€ Released on Thursday, April 22 2021.

    • โž• Added ToHtmlAsync() extension method (#863)
    • โž• Added ParseFragment overload using Stream (#896)
    • โž• Added euc-kr encoding (#928)
    • ๐Ÿ›  Fixed CSS attribute value comparison w.r.t. case sensitivity (#864)
    • ๐Ÿ›  Fixed issue in the Heisenberg algorithm of the HTML5 parser (#893)
    • ๐Ÿ›  Fixed issue with the strictness of broken char references in attribute values (#902)
    • ๐Ÿ›  Fixed possible NRE in the markup formatters / attribute serialization (#903)
    • ๐Ÿ›  Fixed GetSelector returning invalid ID selector (#909)
    • ๐Ÿ›  Fixed GetSelector returning duplicate element ids (#910)
    • ๐Ÿ›  Fixed possible NRE in media and embed elements without src (#914)
    • โšก๏ธ Updated CI/CD system to GitHub Actions (#942)
    • โฌ‡๏ธ Dropped support for the .NET Standard 1.3 target (#944)