-
-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: fastify/fastify-static
base: db14955
head repository: fastify/fastify-static
compare: 1caf8ea
- 16 commits
- 11 files changed
- 5 contributors
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 852a916 - Browse repository at this point
Copy the full SHA 852a916View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 488baa7 - Browse repository at this point
Copy the full SHA 488baa7View commit details
Commits on Dec 12, 2024
-
docs(readme): standardize compat table (#488)
* docs(readme): standardize compat table Signed-off-by: Frazer Smith <[email protected]> * Update README.md Signed-off-by: Frazer Smith <[email protected]> --------- Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7b4c81 - Browse repository at this point
Copy the full SHA d7b4c81View commit details
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c264572 - Browse repository at this point
Copy the full SHA c264572View commit details
Commits on Dec 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dd4a56 - Browse repository at this point
Copy the full SHA 0dd4a56View commit details
Commits on Dec 16, 2024
-
build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#491)
Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.11.9 to 0.12.0. - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](neostandard/neostandard@v0.11.9...v0.12.0) --- updated-dependencies: - dependency-name: neostandard 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>
Configuration menu - View commit details
-
Copy full SHA for d58b825 - Browse repository at this point
Copy the full SHA d58b825View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc19446 - Browse repository at this point
Copy the full SHA cc19446View commit details
Commits on Dec 23, 2024
-
chore(package): add contribs and funding (#493)
Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08b558f - Browse repository at this point
Copy the full SHA 08b558fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be36233 - Browse repository at this point
Copy the full SHA be36233View commit details
Commits on Jan 4, 2025
-
docs(readme): remove link to old send (#496)
Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd2e776 - Browse repository at this point
Copy the full SHA fd2e776View commit details
Commits on Jan 10, 2025
-
Migration to node test runner (#495)
* chore: remove tap * chore: content type promises * chore: removed simple get * chore: listen as promise * chore: prefixAvoidTrailingSlash * fix: register /static * feat: static * feat: static static2 * chore: constraints * chore: payload path * chore: error handler * fix: not found * chore: not foundhandler * chore: serving disabled * chore: sendFile * chore: sendFile disabled * chore: allowedPath * chore: allowed path request * chore: download * chore: sendFile * chore: removed duplicated test * chore: download disabled * chore: tests * chore: send options * chore: setHeaders option * chore: maxAge * chore: errors * chore: register no prefix * chore: compress * chore: register static schema hide * chore: register static schema hide * chore: register static without schema hide * chore: exposeHeadRoutes * chore: wildcard false * chore: wildcard + trailing slash * chore: deps * chore: register with wildcard * chore: static with wildcard alternative index * chore: static with redirect * feat: static with redirect and not wildcard * chore: trailing slash behaviour * chore: dotfiles * chore: fail glob * chore: enoent * chore: premature stream close * chore: .br * chore: percent encoded * chore: static and static2 wildcard * chore: headers get * chore: erorr headers get * chore: redirect * chore: serve index false * chore: symbolik link * chore: serve hidden dir with false wildcard * chore: not found hidden * chore: wildcard * chore: content length * chore: respect .code * chore: respect .type * chore: removed simple * chore: dir list wrong * fix: dir list * fix: dir list custom options * chore: html format * chore: dir list * dir list html format * chore: dir list * chore: dir list json * chore: json format * chore: json format * chore: html format * chore: list html * chore: not existing dirs * chore: dir with dotfiles * chore: dir with dotfiles * chore: arrange * chore: static * chore: close * chore: rejects * chore: removed simple-get * chore: deepStrictEqual * chore: use c8 * chore: withResolvers polyfill * fix: pattern * Update test/static.test.js Co-authored-by: Dan Castillo <[email protected]> Signed-off-by: Matteo Pietro Dazzi <[email protected]> * chore: equal * fix: pattern test folder * chore: removed additional --test * fix: pattern * chore: switch to borp * Update package.json Co-authored-by: Dan Castillo <[email protected]> Signed-off-by: Matteo Pietro Dazzi <[email protected]> * Update package.json Co-authored-by: Dan Castillo <[email protected]> Signed-off-by: Matteo Pietro Dazzi <[email protected]> * chore: c8 --------- Signed-off-by: Matteo Pietro Dazzi <[email protected]> Co-authored-by: Dan Castillo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d1dcf8 - Browse repository at this point
Copy the full SHA 6d1dcf8View commit details
Commits on Jan 11, 2025
-
docs(readme): spelling and grammar fixes (#498)
Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d95f9b - Browse repository at this point
Copy the full SHA 3d95f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 997a6db - Browse repository at this point
Copy the full SHA 997a6dbView commit details -
refactor(index): throw typeerror if checking type (#499)
Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca555e7 - Browse repository at this point
Copy the full SHA ca555e7View commit details -
perf(index): use optional chaining (#501)
Signed-off-by: Frazer Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 055db91 - Browse repository at this point
Copy the full SHA 055db91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1caf8ea - Browse repository at this point
Copy the full SHA 1caf8eaView 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 db14955...1caf8ea