HappyMapper v0.7.0 Release Notes

Release Date: 2018-08-27 // over 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โœ‚ Remove constant HappyMapper::DEFAULT_NS (#78)
    • โฌ‡๏ธ Drop support for Ruby 2.2 and below (#80)

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Support Ruby 2.5
    • ๐Ÿ’Ž Always sort namespaces. This adds support for JRuby. (#84)

    ๐Ÿ› Bug fixes

    • Ensure #to_xml generates UTF-8 content (#88)
    • ๐Ÿ“œ Handle namespaces for nested value elements when parsing anonymously (#87)
    • ๐Ÿ– Handle attributes with a namespace that is different from the element namespace (#87)
    • ๐Ÿ“œ Ensure camel-cased elements have content in anonymous parse (#85)