Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/rexml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.6
Choose a base ref
...
head repository: ruby/rexml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.7
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 22, 2024

  1. Bump version

    kou committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1c694d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add local entity expansion limit methods (#202)

    GitHub: fix GH-192
    
    Add local entity expansion limit methods.
    
    - `REXML::Document#entity_expansion_limit=`
    - `REXML::Document#entity_expansion_text_limit=`
    - `REXML::Parsers::SAX2Parser#entity_expansion_limit=`
    - `REXML::Parsers::SAX2Parser#entity_expansion_text_limit=`
    - `REXML::Parsers::StreamParser#entity_expansion_limit=`
    - `REXML::Parsers::StreamParser#entity_expansion_text_limit=`
    - `REXML::Parsers::PullParser#entity_expansion_limit=`
    - `REXML::Parsers::PullParser#entity_expansion_text_limit=`
    
    ---------
    
    Co-authored-by: Sutou Kouhei <[email protected]>
    naitoh and kou authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    caec187 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove strscan dependency declaration from gemspec (#204)

    `strscan` is a part of the Ruby standard library in all versions of Ruby supported by REXML.
    So we don"t need to declare it as a dependency explicitly.
    
    See also: #140 (comment)
    Bo98 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ad02f99 View commit details
    Browse the repository at this point in the history
  2. ci document: fix method forwarding with recent Ruby

        ArgumentError: wrong number of arguments (given 2, expected 1) (ArgumentError)
        /home/runner/work/rexml/rexml/Rakefile:18:in `warn"
        /home/runner/work/rexml/rexml/Rakefile:18:in `warn"
        /opt/hostedtoolcache/Ruby/3.3.5/x64/bin/bundle:25:in `load"
        /opt/hostedtoolcache/Ruby/3.3.5/x64/bin/bundle:25:in `<main>"
    kou committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6246ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9294410 View commit details
    Browse the repository at this point in the history
  4. Add 3.3.7 entry

    kou committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    86a11c0 View commit details
    Browse the repository at this point in the history
Loading