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: v3.0.6
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.1.0
Choose a head ref
  • 20 commits
  • 31 files changed
  • 7 contributors

Commits on Feb 3, 2025

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

Commits on Feb 27, 2025

  1. chore(test) remove .gitkeep (#128)

    Signed-off-by: Frazer Smith <[email protected]>
    Fdawgs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    9b680fa View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

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

Commits on Mar 30, 2025

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

Commits on Mar 31, 2025

  1. Configuration menu
    Copy the full SHA
    6890b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c9def View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. build(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#134)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.31.2 to 0.32.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.31.2...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.32.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    8420467 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. ci(ci): pin actions to commit-hash (#135)

    Signed-off-by: Frazer Smith <[email protected]>
    Fdawgs authored May 5, 2025
    Configuration menu
    Copy the full SHA
    34015bd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

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

Commits on Jun 16, 2025

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

Commits on Jun 23, 2025

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

Commits on Aug 16, 2025

  1. fix(lib/utils): simpler algorithm for removeDotSegments (#140)

    * fix(lib/utils): simpler algorithm for removeDotSegments (#139)
    
    * Update lib/utils.js
    
    Co-authored-by: Aras Abbasi <[email protected]>
    Signed-off-by: Burkov Egor <[email protected]>
    
    * Update lib/utils.js
    
    Co-authored-by: Aras Abbasi <[email protected]>
    Signed-off-by: Burkov Egor <[email protected]>
    
    * Add link to RFC
    
    * Update lib/utils.js
    
    Co-authored-by: Aras Abbasi <[email protected]>
    Signed-off-by: Burkov Egor <[email protected]>
    
    * Some more opts
    
    * Add test for issue
    
    * @Uzlopak function speed up
    
    * Add long uri to benchmark to show changes
    
    * add unit test, enruse rfc compatibility
    
    * lint
    
    ---------
    
    Signed-off-by: Burkov Egor <[email protected]>
    Co-authored-by: Aras Abbasi <[email protected]>
    wooffie and Uzlopak authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    f0160b0 View commit details
    Browse the repository at this point in the history
  2. chore: remove uri-js (#142)

    Uzlopak authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    7a16582 View commit details
    Browse the repository at this point in the history
  3. chore: replace benchmark with tinybench (#143)

    * chore: replace benchmark with tinybench
    
    * extract benchmark into own folder
    
    * remove benchmark npm script
    
    * update benchmarks
    Uzlopak authored Aug 16, 2025
    Configuration menu
    Copy the full SHA
    509dd94 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. fix: ipv4 is never normalized (#144)

    * fix: ipv4 is never normalized
    
    * update benchmark
    Uzlopak authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    ee22a06 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. feat: add browser testing (#146)

    * chore: integrate scopedChars.js into utils.js
    
    * add bundling
    
    * standardize require calls in tests
    
    * blub
    
    * add browser testing
    
    * fix browsers
    
    * use npm script
    
    * add again deps
    
    * ignore webkit on ubuntu
    
    * try to get windows test to run
    
    * revert artifacts
    
    * remove playwright dep
    Uzlopak authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    56b0c74 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#145)

    @Uzlopak since we're using `tape` as test engine we do support browser test stack if I'm not misleading.
    
    Signed-off-by: Vìncent Le Goff <[email protected]>
    zekth authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    fbf4545 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. chore: use jsdoc for static code analysis (#147)

    * chore: use jsdoc for static code analysis
    
    * simplify
    
    * improve stringArrayToHexStripped
    
    * add benchmark
    
    * use nonSimpleDomain with regex
    
    * extract isUUID to utils.js
    
    * improve ipv6
    
    * fix perf regression
    
    * avoid to lowercase
    
    * add benchmarks for equal
    
    * use singular
    Uzlopak authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    eedf840 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. fix(lib/schemes/urn): check nid for undefined (#141)

    * fix(lib/schemes/urn): check nid for undefined
    
    * Throw error on undefined nid
    
    * Restore test for equals
    
    * remove dups after rebase
    wooffie authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    4f8cdd1 View commit details
    Browse the repository at this point in the history
  2. v3.1.0

    Signed-off-by: Gürgün Dayıoğlu <[email protected]>
    gurgunday authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    2d08e68 View commit details
    Browse the repository at this point in the history
Loading