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.9.8
Choose a base ref
...
head repository: goccy/go-json Loading
compare: v0.9.9
Choose a head ref
  • 12 commits
  • 11 files changed
  • 2 contributors

Commits on Jul 2, 2022

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

Commits on Jul 3, 2022

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

Commits on Jul 4, 2022

  1. Merge pull request #377 from orisano/fix/#376

    Fix encoding of directed interface with typed nil
    goccy committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1468eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e6a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge pull request #378 from orisano/fix/#372

    Fix embedded primitive type encoding using alias
    goccy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    554506d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    565e07e View commit details
    Browse the repository at this point in the history
  2. fix: In decodeUnicode, the case that the expected buffer's state is n…

    …ot satisfied after reading.
    
    fix #374
    orisano committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8f5055b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request #379 from orisano/fix/#370

    Fix slice/array type encoding with types implementing MarshalJSON
    goccy committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8459403 View commit details
    Browse the repository at this point in the history
  2. Fix comment for #379

    goccy committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    88aa13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d8df0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Merge pull request #380 from orisano/fix/#374

    Fix unicode decoding when the expected buffer state is not met after reading
    goccy committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    a812201 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Update CHANGELOG

    goccy committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    190c2e3 View commit details
    Browse the repository at this point in the history
Loading