Recent Releases of https://github.com/savonrb/nori
https://github.com/savonrb/nori - v2.7.1
What's Changed
- Stop monkey-patching String with #snakecase by @mchu in https://github.com/savonrb/nori/pull/102
New Contributors
- @mchu made their first contribution in https://github.com/savonrb/nori/pull/102
Full Changelog: https://github.com/savonrb/nori/compare/v2.7.0...v2.7.1
- Ruby
Published by pcai over 1 year ago
https://github.com/savonrb/nori - v2.7.0
- Added support for ruby 3.1, 3.2, 3.3. Dropped support for ruby 2.7 and below.
- Feature:
Nori::Parserhas 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
<inside CDATA to<(#94) - Change:
Object#blank?is no longer patched in.
- Ruby
Published by pcai about 2 years ago