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: tidwall/gjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Choose a base ref
...
head repository: tidwall/gjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 28, 2021

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

Commits on Oct 30, 2021

  1. Added Path and Paths for getting the original path of a Result

    This commit adds a two new functions of the Result type:
    
    - Result.Path:  Returns the original path of a `Result` that was
                    returned from a simple `Get` operation.
    - Result.Paths: Returns the original paths of a `Result` that was
                    returned from a `Get` operation with a query.
    
    See issue #206 for more details
    tidwall committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    2c9fd24 View commit details
    Browse the repository at this point in the history
Loading