Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

36 lines (25 loc) · 1.98 KB

Change log

master (unreleased)

0.9.9

  • #55: Ox SAX Parser not Raising Errors (@fanantoxa)
  • #56: Implement Oga support (@soulcutter)
  • #57: Remove special case for EmptyElement (@soulcutter)
  • #58: Make each without a block return to_enum (@fanantoxa)
  • #68: Add support for mixed-content children (@doublestranded)

0.9.8 (2017-02-25)

New features

  • #41: Add a changelog (@fanantoxa)
  • #36: Rubocop config (@fanantoxa)
  • #45: Drop support ruby 1.9.3 (@fanantoxa)
  • #2: Implement Ox support (@soulcutter)
  • #43: Update XmlBuilder to use REXML class (@fanantoxa)
  • #46: Bump ruby version requirement to 2.1+ (@soulcutter)
  • #53: Implement REXML adapter, Fixes #3 (@soucutter)

Bug fixes

  • #28: Allow to init Saxerator::Builder::HashElement without arguments. (@exAspArk)

Changes

  • #33: Extract an adapter interface for supporting other parsers. (@soulcutter)
  • #38: Ox adapter. (@soulcutter)
  • #39: Added validation for output_type validation for difference parsers. (@fanantoxa)
  • #46: First scratch of rexml implementation. (@fanantoxa)

0.9.5 (2014-11-07)