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: ohler55/oj
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.16.4
Choose a base ref
...
head repository: ohler55/oj
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.16.5
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 12, 2024

  1. Add ostruct as dependency gem for Ruby 3.5 (#928)

    * Add ostruct as dependency gem for Ruby 3.5
    
    The ostruct gem will be changed bundled gem since Ruby 3.5.0.
    ruby/ruby@4db7c8a
    
    The ostruct gem has been required at https://github.com/ohler55/oj/blob/2e57dc711172ee2aae4a1e381ad905c7d461e805/lib/oj/json.rb#L1
    
    To use bundled gem, it requires to specify the dependency in Gemfile.
    
    Similar with #901
    
    * Remove unnecessary exception catch for ostruct required
    Watson1978 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2e6fd11 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Parser multi load (#932)

    Fixed Oj::Parser so that block procedures work correctly.
    ohler55 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    eba2146 View commit details
    Browse the repository at this point in the history
  2. Fix release date

    ohler55 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f5e928a View commit details
    Browse the repository at this point in the history
Loading