gems rexml 3.4.2
REXML 3.4.2 - 2025-08-26

10 days ago

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo

    • GH-248
    • Patch by James Coleman
  • Fix reverse sort in xpath_parser

    • GH-251
    • Patch by tomoya ishida
  • Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling

  • Fix wrong Encoding resolution

    • GH-258
    • Patch by Sutou Kouhei
  • Handle nil when parsing fragment

  • [Documentation] Use # to reference instance methods

  • Fix & Deprecate REXML::Text#text_indent

  • remove bundler from dev deps

  • remove ostruct from dev deps

Thanks

  • NAITOH Jun

  • tomoya ishida

  • James Coleman

  • pboling

  • Sutou Kouhei

  • Sofi Aberegg

Don't miss a new rexml release

NewReleases is sending notifications on new releases.