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.9.7
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.9.8
Choose a head ref
  • 16 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 21, 2022

  1. Update CHANGELOG

    goccy committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    22be3b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on Apr 28, 2022

  1. Merge pull request #365 from orisano/fix/#364

    fix: care surrogate-pair for non stream string decoder
    goccy authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7719c4e View commit details
    Browse the repository at this point in the history
  2. chore: remove IsExported

    orisano committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    944f8be View commit details
    Browse the repository at this point in the history
  3. chore: use reflect.Ptr

    orisano committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    66f8b26 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #366 from orisano/fix/#362

    Fix struct type processing with embedded primitive type
    goccy authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    83eb186 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. fix: add escape sequence validation

    fix #335
    orisano committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    42805aa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge pull request #367 from orisano/fix/#335

    Fix validation of decoding of UTF-8 character
    goccy authored May 2, 2022
    Configuration menu
    Copy the full SHA
    41b2e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07df9a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Merge pull request #368 from orisano/fix/#331

    Improve performance on linkRecursiveCode
    - cache linked recursive codes for compile
    goccy authored May 3, 2022
    Configuration menu
    Copy the full SHA
    3fdc55a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

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

Commits on May 5, 2022

  1. fix stream tokenizing respecting UseNumber

    Matthew Topol committed May 5, 2022
    Configuration menu
    Copy the full SHA
    865b215 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge pull request #369 from zeroshade/stream-number-fix

    Fix stream tokenizing respecting UseNumber
    goccy authored May 6, 2022
    Configuration menu
    Copy the full SHA
    23bd66f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Merge pull request #375 from orisano/fix/#339

    fix: wrong the detection method of nilable
    goccy authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    6726210 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    goccy committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    27bd0f2 View commit details
    Browse the repository at this point in the history
Loading