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.11
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.0
Choose a head ref
  • 11 commits
  • 34 files changed
  • 3 contributors

Commits on Aug 18, 2022

  1. Fix golangci-lint action

    goccy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    41ad89f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

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

Commits on Nov 14, 2022

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

Commits on Nov 15, 2022

  1. Merge pull request #409 from brongineers/master

    Ignore MarshalJSON when encoding map's key
    goccy authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    32ec93b View commit details
    Browse the repository at this point in the history
  2. Typo fix in README.md file

    A minor typo in the sentence "Therefore, the arguments for `Marshal` and `Unmarshal` are always escape to the heap."
    The word "escape" should be "escaped" 🙂
    asaf-shitrit authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2163995 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #410 from asaf-shitrit/patch-1

    Typo fix in README.md file
    goccy authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    d7c473e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Support JSON Path

    goccy committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    781a0b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from goccy/feature/json-path

    Support JSON Path for decoding
    goccy authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9b472af View commit details
    Browse the repository at this point in the history
  3. Update path.go

    goccy authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d8329d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Fix json path

    goccy committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1de494f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #412 from goccy/fix-json-path

    Fix json path
    goccy authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    5efc7d0 View commit details
    Browse the repository at this point in the history
Loading