All Versions
13
Latest Version
Avg Release Cycle
230 days
Latest Release
1473 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.1 Changes
March 18, 2019- ๐ Allow requiring
nokogiri-happymapper
(#103)
- ๐ Allow requiring
-
v0.8.0 Changes
August 28, 2018 -
v0.7.0 Changes
August 27, 2018๐ฅ Breaking Changes
๐ Improvements
- ๐ Support Ruby 2.5
- ๐ Always sort namespaces. This adds support for JRuby. (#84)
๐ Bug fixes
-
v0.6.0 Changes
September 17, 2017- ๐ Prevent parsing of empty string for Date, DateTime (wushugene)
- Rescue nil dates (sarsena)
- Preserve XML value (benoist)
- โช Restore
after_parse
callback support (codekitchen) - ๐ Parse specific types before general types (Ivo Wever)
- Higher priority for namespace on element declarations (Ivo Wever)
-
v0.5.9 Changes
February 18, 2014- Correctly output boolean element value 'false' (confusion)
-
v0.5.8 Changes
October 12, 2013- ๐ Allow child elements to remove their parent's namespacing (dcarneiro)
has_many
elements were returning nil because the tag name was being ignored (haarts)- Subclassed happymapper classes are allowed to override elements (benoist)
- Attributes on elements with dashes will properly created methods (alex-klepa)
- ๐ 'Embedded' attributes break parsing when parent element is not present (geoffwa)
-
v0.5.7
October 29, 2012 -
v0.5.6 Changes
October 29, 2012- โ Add possibility to give a configuration block to Nokogiri when parsing (DieboldInc).
-
v0.5.5 Changes
September 30, 2012- ๐ Fix for Boolean attributes to ensure that they parse correctly (zrob)
-
v0.5.4 Changes
September 25, 2012๐ 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)