-
Notifications
You must be signed in to change notification settings - Fork 15
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: BridgeAR/safe-stable-stringify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BridgeAR/safe-stable-stringify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 8 files changed
- 2 contributors
Commits on Oct 18, 2022
-
The current typescript definition always indicated a string as return type. That is faulty for values such as `undefined` or symbol values. The new return type determins the correct return type depending on the input type. Fixes: #35
Configuration menu - View commit details
-
Copy full SHA for b1e3834 - Browse repository at this point
Copy the full SHA b1e3834View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a56b8 - Browse repository at this point
Copy the full SHA c7a56b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd81883 - Browse repository at this point
Copy the full SHA bd81883View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da26e92 - Browse repository at this point
Copy the full SHA da26e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for db232a7 - Browse repository at this point
Copy the full SHA db232a7View commit details -
fix: improve replacer type definition
The replacer type may return an object while still guaranteeing that the overall return type is string. Change the tsconfig moduleResolution to nodenext to properly test the esm type definition.
Configuration menu - View commit details
-
Copy full SHA for 978d49d - Browse repository at this point
Copy the full SHA 978d49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c466573 - Browse repository at this point
Copy the full SHA c466573View commit details
Commits on Mar 19, 2023
-
fix: pass array keys as string to replacer function
Array keys were wrongly passed through as number before. Fixes: #42
Configuration menu - View commit details
-
Copy full SHA for 5c078f2 - Browse repository at this point
Copy the full SHA 5c078f2View commit details -
perf: improve performance to escape big strings
The time to escape strings that contained characters that needed escaping is now lower than before. Native JSON.stringify() got a lot faster in newer versions and may now be used directly. This has to side effect to also reduce the code size a bit.
Configuration menu - View commit details
-
Copy full SHA for dbc5143 - Browse repository at this point
Copy the full SHA dbc5143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb1724 - Browse repository at this point
Copy the full SHA 5fb1724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dc000 - Browse repository at this point
Copy the full SHA 26dc000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b13b8 - Browse repository at this point
Copy the full SHA 17b13b8View 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.4.0...v2.4.3