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.6.3
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.6.5
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 7, 2020

  1. Fix bounds out of range panic

    This commit fixes an issues where gjson panics when the input json
    or path ends in incomplete quoted string.
    
    fixes #192
    tidwall committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    f0ee9eb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Update the match package

    This commit updates the match package to v1.0.3, which includes
    a fix to an issue where a pattern with lots of repetitive stars
    will increasingly slow down a Match operation.
    
    Fixes #195
    tidwall committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    9f58baa View commit details
    Browse the repository at this point in the history
Loading