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.14.1
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.15.0
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 11, 2024

  1. Cache obj access (#707)

    Cache into a variable the object[key] value
    
    Signed-off-by: francesco <[email protected]>
    cesco69 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    686e6ce View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    ed47c66 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. perf: removed jsonOutput variable because is useless (#711)

    * jsonOutput is useless
    
    Signed-off-by: francesco <[email protected]>
    
    * cache end of array
    
    Signed-off-by: francesco <[email protected]>
    
    ---------
    
    Signed-off-by: francesco <[email protected]>
    cesco69 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    43919dc View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    0fdf19e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Bumped v5.15.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7aeac5e View commit details
    Browse the repository at this point in the history
Loading