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: fastify/fast-json-stringify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.13.0
Choose a base ref
...
head repository: fastify/fast-json-stringify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.14.0
Choose a head ref
  • 6 commits
  • 2 files changed
  • 4 contributors

Commits on Mar 18, 2024

  1. chore(perf): fast regex (#696)

    Signed-off-by: francesco <francesco.bagnoli.69@gmail.com>
    cesco69 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    59ce4f7 View commit details
    Browse the repository at this point in the history
  2. 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>
    cesco69 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b07e607 View commit details
    Browse the repository at this point in the history
  3. 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>
    cesco69 and Uzlopak authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7051fe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. 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>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4afc535 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b75db8e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. 5.14.0

    mcollina committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bb08e77 View commit details
    Browse the repository at this point in the history
Loading