We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9fb8f commit 73a370aCopy full SHA for 73a370a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.14.0
2
+
3
+Released on ?.
4
5
+- Added more overloads for `ToXml` and `ToMarkup`
6
+- Allow transforming all empty elements to self closing tags
7
+- Serialize self-closing tags correctly (#11)
8
9
# 0.13.0
10
11
Released on Friday, September 6 2019.
src/Directory.Build.props
@@ -2,6 +2,6 @@
<PropertyGroup>
<Description>Adds a powerful XML and DTD parser to AngleSharp.</Description>
<Product>AngleSharp.Xml</Product>
- <Version>0.13.0</Version>
+ <Version>0.14.0</Version>
</PropertyGroup>
-</Project>
+</Project>
0 commit comments