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.14.1
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.14.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on May 14, 2022

  1. Delete FUNDING.yml

    tidwall authored May 14, 2022
    Configuration menu
    Copy the full SHA
    e20a0bf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Update README.md

    tidwall authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f37ee93 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 21, 2022

  1. Merge pull request #282 from L2ncE/master

    Fix a syntax error in a code comment
    tidwall authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    980f12c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Allow for Index > 0 on path compontent that are not modifiers.

    This commit fixes an issue where non-modifier path components
    such as '@hello' return 0 for the Result.Index value.
    tidwall committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    475b403 View commit details
    Browse the repository at this point in the history
Loading