v1.0.0
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, itsHtmlNode.ElementsFlagsdictionary is manipulated by the static constructor of theZptHtmlDocumenttype. 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.