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/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0
Choose a base ref
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.1
Choose a head ref
  • 17 commits
  • 26 files changed
  • 5 contributors

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    6754be6 View commit details
    Browse the repository at this point in the history
  2. JSON.dump: handle unenclosed hashes regression

    Fix: #553
    
    We can never add keyword arguments to `dump` otherwise
    existing code using unenclosed hash will break.
    byroot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8e0076a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #554 from casperisfine/strict-backward-compat

    JSON.dump: handle unenclosed hashes regression
    hsbt authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    691d6b1 View commit details
    Browse the repository at this point in the history
  4. Overload kwargs in JSON.dump

    k0kubun committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    936f280 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request #556 from k0kubun/dump-kwargs

    Overload kwargs in JSON.dump
    hsbt authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3a5f2d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c2712 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Merge pull request #558 from tompng/json_dump_args

    Fix JSON.dump overload combination
    hsbt authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f11c570 View commit details
    Browse the repository at this point in the history
  2. [DOC] RDoc for additions (#557)

    * RDoc for additions
    
    * Update lib/json/add/time.rb
    
    Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
    
    ---------
    
    Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
    BurdetteLamar and hsbt authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3f2efd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b3121 View commit details
    Browse the repository at this point in the history
  4. cosmetics

    hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    39d6c85 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #559 from flori/remove-needless-encodings

    Remove needless encodings
    hsbt authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    da84ab4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ef57b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    113ade8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #560 from flori/unify-versions

    Unify versions
    hsbt authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ed59dbb View commit details
    Browse the repository at this point in the history
  9. Removed needless assignment

    hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a561ed9 View commit details
    Browse the repository at this point in the history
  10. Changelog for 2.7.1

    hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0242621 View commit details
    Browse the repository at this point in the history
  11. Bump up 2.7.1

    hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a1af7a3 View commit details
    Browse the repository at this point in the history
Loading