-
Notifications
You must be signed in to change notification settings - Fork 886
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tidwall/gjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 5 files changed
- 5 contributors
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 65616e6 - Browse repository at this point
Copy the full SHA 65616e6View commit details
Commits on May 30, 2020
-
update Result.Bool to use golang bool parsing
golang has several tools that already parse boolean values in the standard library. Specifically strconv.ParseBool(string) https://golang.org/pkg/strconv/#ParseBool "ParseBool returns the boolean value represented by the string. It accepts 1, t, T, TRUE, true, True, 0, f, F, FALSE, false, False. Any other value returns an error." This change returns any matching ParseBool string to that boolean value, or if the string is not one of those values, the error being thrown, returns a false.
Configuration menu - View commit details
-
Copy full SHA for 7db3b02 - Browse repository at this point
Copy the full SHA 7db3b02View commit details -
Added test for each of the different accepted values for ParseBool, and a few arbitrary results that should return false.
Jeffrey Koehler committedMay 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 78a5979 - Browse repository at this point
Copy the full SHA 78a5979View commit details
Commits on Jul 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2679aa8 - Browse repository at this point
Copy the full SHA 2679aa8View commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 393cb5c - Browse repository at this point
Copy the full SHA 393cb5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c5e26 - Browse repository at this point
Copy the full SHA 23c5e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d8669 - Browse repository at this point
Copy the full SHA 37d8669View commit details
Commits on Nov 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 140bf12 - Browse repository at this point
Copy the full SHA 140bf12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b6add - Browse repository at this point
Copy the full SHA 20b6addView commit details -
Merge branch 'deef0000dragon1-ParseBool' of https://github.com/deef00…
…00dragon1/gjson into deef0000dragon1-deef0000dragon1-ParseBool
Configuration menu - View commit details
-
Copy full SHA for ed7c6c1 - Browse repository at this point
Copy the full SHA ed7c6c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeddc54 - Browse repository at this point
Copy the full SHA eeddc54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71341b2 - Browse repository at this point
Copy the full SHA 71341b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f043b7 - Browse repository at this point
Copy the full SHA 2f043b7View commit details -
Better safe integer range for numbers
This commit optimizes the safe float to int conversion function by using the full -9007199254740991 to 9007199254740991 range as suggested at: https://tc39.es/ecma262/#sec-number.min_safe_integer closes #174
Configuration menu - View commit details
-
Copy full SHA for 5100d69 - Browse repository at this point
Copy the full SHA 5100d69View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.1...v1.6.3