Skip to content

v1.0.0

Choose a tag to compare

@craigfowler craigfowler released this 19 Mar 22:28
· 746 commits to master since this release

This marks the first stable release.

Changelog

These are the changes between v0.9.3 and v1.0.0.

Breaking changes

  • A potentially breaking change has come about due to the resolution of issue #221. In order to 'fix' the HTML Agility Pack's rendering of HTML <form> and <option> elements, its HtmlNode.ElementsFlags dictionary is manipulated by the static constructor of the ZptHtmlDocument type. Thus, if you are using ZPT-Sharp as an API, and you are using the HAP document plugin - beware that static functionality (shared across the whole App Domain) is modified by ZPT-Sharp. This may have impact upon your own app if it makes its own use of the HAP libraries.

Functionality