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.8
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.7.5
Choose a head ref
  • 19 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    59f8f07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from rkilingr/documentation/json-integers

    Creates a constant for maximum and minimum JSON Integers and documents them
    tidwall authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    b977acb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Update README.md

    tidwall authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7419d01 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

    especially to include tidwall/pretty@c41759c
    zepatrik committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2d7fa90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #209 from zepatrik/bump-pretty

    Bump pretty dependency
    tidwall authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b61527b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    c75c954 View commit details
    Browse the repository at this point in the history
  2. Fix non-existent response from multires query on empty array

    This commit fixes an issue where a multires query on an empty
    array will result in a non-existent (empty string) result.
    
    For example `Get("[]", "#(key=value)#").Raw` resulted in an
    empty string. But, it should actually result in the empty
    array `[]`.
    tidwall committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d6cb589 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Update SYNTAX.md

    tidwall authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    e78ccfe View commit details
    Browse the repository at this point in the history
  2. Update SYNTAX.md

    tidwall authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    68c884f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tidwall authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    9e74907 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Create FUNDING.yml

    tidwall authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    15a2428 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Fix negative without int part for valid

    fixes #210
    tidwall committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    dee0375 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Update README.md

    realzhili committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    0301407 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #211 from realzhili/fix-readme

    Update README.md
    tidwall authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7dde6ac View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Update README.md

    tidwall authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    f3ac38c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Remove unreachable code

    tidwall committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8ac92b3 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    tidwall committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d6d786d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d971073 View commit details
    Browse the repository at this point in the history
Loading