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: goccy/go-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: goccy/go-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.3
Choose a head ref
  • 7 commits
  • 21 files changed
  • 5 contributors

Commits on Oct 13, 2023

  1. Add license for string processing (#476)

    * add license for string processing
    
    * update golangci-lint
    goccy authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9b91208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5ab28 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    df897ae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. 1 Configuration menu
    Copy the full SHA
    c352e8f View commit details
    Browse the repository at this point in the history
  2. Update go.yml

    goccy authored May 9, 2024
    Configuration menu
    Copy the full SHA
    581620b View commit details
    Browse the repository at this point in the history
  3. Fix custom map marshaling (#505)

    * fix custom map parshaling
    
    * add additional tests
    viewsharp authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3c67b03 View commit details
    Browse the repository at this point in the history
  4. Use io package instead of ioutil package (#498)

    * update benchmarks go.mod
    
    * use io package instead of deprecated ioutil package
    shamaton authored May 9, 2024
    Configuration menu
    Copy the full SHA
    5e2ae3f View commit details
    Browse the repository at this point in the history
Loading