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-uri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: fastify/fast-uri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    b46ceb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77165fb View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. add uri-js tests (#86)

    * feat: uri-js compatibility
    
    * skip tests
    
    * rewrite test harness to use tap for uri-js.test.js
    Uzlopak authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9bb2904 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge next into main (#92)

    * Update for v5 (#80)
    
    * update
    
    * up
    
    * workflows: update and pin node LTS versions (#81)
    
    * update workflow
    
    * start from 16
    
    * perf: make ipv4 regex faster (#73)
    
    * perf: make ipv4 regex faster
    
    All credits for this regex to https://stackoverflow.com/a/36760050. 
    
    The regex is both more correct and faster (https://esbench.com/bench/6532596e7ff73700a4debb6a).
    Examples:
    previous regex recognized "01.01.01.01" or "1.1.000.1" as correct ipv4 regex, but those aren't valid as per https://datatracker.ietf.org/doc/html/rfc5954#section-4.1.
    
    * avoid capture groups
    
    * update to fastest regexp variant
    
    * comment out 10.10.000.1110
    
    * lint
    
    ---------
    
    Signed-off-by: Jacob Groß <kurtextrem@gmail.com>
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    
    ---------
    
    Signed-off-by: Jacob Groß <kurtextrem@gmail.com>
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    Co-authored-by: Jacob Groß <kurtextrem@gmail.com>
    3 people authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    8dea240 View commit details
    Browse the repository at this point in the history
  2. v3.0.0

    jsumners committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    5964558 View commit details
    Browse the repository at this point in the history
Loading