-
-
Notifications
You must be signed in to change notification settings - Fork 209
Comparing changes
Open a pull request
base repository: fastify/fast-json-stringify
base: v5.13.0
head repository: fastify/fast-json-stringify
compare: v5.14.0
- 6 commits
- 2 files changed
- 4 contributors
Commits on Mar 18, 2024
-
chore(perf): fast regex (#696)
Signed-off-by: francesco <francesco.bagnoli.69@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 59ce4f7 - Browse repository at this point
Copy the full SHA 59ce4f7View commit details -
chore(perf): reduce if statement call on
"
and\
(#695)With this PR when a `"` or `\` is into the string, the if statement for surrogate check is not called. This is a little performance improvment Signed-off-by: francesco <francesco.bagnoli.69@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b07e607 - Browse repository at this point
Copy the full SHA b07e607View commit details -
perf: reduce if statement for
NaN
(micro-optimization) (#697)* chore(perf): reduce if statement for `NaN` Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> * isInteger return false for Infinity and NaN Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> * fast check for NaN Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> * disable lint Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> * disable only for self-compare NaN Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> * fast check for NaN Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> --------- Signed-off-by: francesco <francesco.bagnoli.69@gmail.com> Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for 7051fe6 - Browse repository at this point
Copy the full SHA 7051fe6View commit details
Commits on Apr 1, 2024
-
build(deps): bump ajv-formats from 2.1.1 to 3.0.1 (#702)
Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](ajv-validator/ajv-formats@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4afc535 - Browse repository at this point
Copy the full SHA 4afc535View commit details -
build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#703)
Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0. - [Release notes](https://github.com/tsdjs/tsd/releases) - [Commits](tsdjs/tsd@v0.30.7...v0.31.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b75db8e - Browse repository at this point
Copy the full SHA b75db8eView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb08e77 - Browse repository at this point
Copy the full SHA bb08e77View commit details
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 v5.13.0...v5.14.0