Skip to content

Releases: savonrb/nori

v2.7.1

28 Jul 17:30
Compare
Choose a tag to compare

What's Changed

  • Stop monkey-patching String with #snakecase by @mchu in #102

New Contributors

  • @mchu made their first contribution in #102

Full Changelog: v2.7.0...v2.7.1

v2.7.0

13 Feb 21:00
Compare
Choose a tag to compare
  • Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and below.
  • Feature: Nori::Parser has a new option, :scrub_xml, which defaults to true, for scrubbing invalid characters (#72). This should allow documents containing invalid characters to still be parsed.
  • Fix: REXML parser changes &lt; inside CDATA to < (#94)
  • Change: Object#blank? is no longer patched in.