- Add possibility to give a configuration block to Nokogiri when parsing (DieboldInc).
- Fix for Boolean attributes to ensure that they parse correctly (zrob)
-
the #wrap method allows you to better model xml content that is buried deep within the xml. This implementation addresses issues with calling #to_xml with content that was parsed from an xpath. (zrob)
-
Parent HappyMapper classes may dictate the name of the tag for the child HappyMapper instances. (zrob)
- String is the default type for parsed fields. (crv)
- Update the attributes of an existing HappyMapper instance with new XML (benoist)