-
Notifications
You must be signed in to change notification settings - Fork 262
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: json5/json5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: json5/json5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 14 files changed
- 3 contributors
Commits on Aug 18, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for ed17d06 - Browse repository at this point
Copy the full SHA ed17d06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59eee02 - Browse repository at this point
Copy the full SHA 59eee02View commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 671a92d - Browse repository at this point
Copy the full SHA 671a92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4660460 - Browse repository at this point
Copy the full SHA 4660460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c4a75 - Browse repository at this point
Copy the full SHA 69c4a75View commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fce523f - Browse repository at this point
Copy the full SHA fce523fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7790a6c - Browse repository at this point
Copy the full SHA 7790a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e07f3 - Browse repository at this point
Copy the full SHA 97e07f3View commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d8ab1c6 - Browse repository at this point
Copy the full SHA d8ab1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdefab8 - Browse repository at this point
Copy the full SHA cdefab8View commit details -
fix: stringify
\0
as\\x00
in some casesThe following is invalid JSON5 and ES5 because a digit cannot follow a null character escape. '\01' However, JSON5 stringifies `'\x001'` as `'\01'` making it impossible to round trip. This commit ensures that JSON5 stringifies null characters as `\x00` when followed by a digit.
Configuration menu - View commit details
-
Copy full SHA for 3d9c22e - Browse repository at this point
Copy the full SHA 3d9c22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69ef01 - Browse repository at this point
Copy the full SHA b69ef01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72868b3 - Browse repository at this point
Copy the full SHA 72868b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ca1f9 - Browse repository at this point
Copy the full SHA d6ca1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4425e8e - Browse repository at this point
Copy the full SHA 4425e8eView 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 v2.0.1...v2.1.1