Giraffe v0.1.0-alpha022 Release Notes

  • A few modifications to the former HtmlEngine so that it can be used for correct XML rendering as well:

    • ๐Ÿ“‡ Renamed the Giraffe.HtmlEngine module to Giraffe.XmlViewEngine
    • ๐Ÿ“‡ Renamed HtmlAttribute to XmlAttribute, HtmlElement to XmlElement and HtmlNode to XmlNode
    • ๐Ÿ“‡ Renamed and make the function nodeToHtmlString private
    • โž• Added comment function to the Giraffe.XmlViewEngine module for creating XML comments
    • โž• Added renderXmlString and renderHtmlString functions to Giraffe.XmlViewEngine module for rendering XML and HTML nodes.