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 Loading
base: v0.10.0
Choose a base ref
...
head repository: goccy/go-json Loading
compare: v0.10.1
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 29, 2022

  1. Update CHANGELOG

    goccy committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    50a60f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    1480e00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #415 from goccy/fix-array-checkptr-error

    Fix checkptr error for array decoder
    goccy committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a2149a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Feb 24, 2023

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

Commits on Mar 13, 2023

  1. Merge pull request #430 from orisano/fix/#429

    fix: added buffer size check when decoding key
    goccy committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8a4a17d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #431 from orisano/fix/#426

    fix: fixed handling of anonymous fields other than struct
    goccy committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b68305f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef15e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f32a307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be58ac View commit details
    Browse the repository at this point in the history
  6. fix: fixed an issue that could not set the correct NextField for fiel…

    …ds in the embedded structure (#438)
    
    fix #391
    orisano committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6f969b6 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    goccy committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fbd4fee View commit details
    Browse the repository at this point in the history
Loading