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.11.1
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.11.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 24, 2025

  1. Bring back JSON::PRETTY_STATE_PROTOTYPE with a deprecation

    Fix: #788
    
    `multi_json` rely on it, even though it was never documented as
    public API.
    
    Bringing it back as a method so it can emit a deprecation warning.
    byroot committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    123121b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #789 from byroot/deprecated-pretty-prototype

    Bring back JSON::PRETTY_STATE_PROTOTYPE with a deprecation
    byroot authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    c8ae2c5 View commit details
    Browse the repository at this point in the history
  3. Release 2.11.2

    byroot committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    c985e8c View commit details
    Browse the repository at this point in the history
Loading