- Notifications
You must be signed in to change notification settings - Fork736
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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:denoland/fresh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:denoland/fresh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 10commits
- 33files changed
- 6contributors
Commits on Sep 15, 2025
chore: resolve resource leak in www/main_test.ts (#3428)
The `buildVite` function returns a disposable object which was not beingproperly disposed of, leading to a resource leak warning in the testsuite.This change wraps the tests in `www/main_test.ts` in an async functionand uses `await using` to ensure that the temporary directory created by`buildVite` is cleaned up after the tests complete.---------Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>Co-authored-by: Marvin Hagemeister <marvin@deno.com>Co-authored-by: Emil Krebs <68400102+emilkrebs@users.noreply.github.com>Co-authored-by: Marvin Hagemeister <hello@marvinh.dev>
Commits on Sep 16, 2025
fix: returned handler headers only working with plain objects (#3447)
We only dealt with returned headers as objects instead of all potentialshapes of `Headersinit`.Fixes#3445
docs: fix slugs shared across all pages (#3448)
The slugger was shared across all pages and it assumes each passed valueshould be unqiue. Due to that it would append additional numbers to theid value.
fix(vite): ensure plugins are only instantiated once (#3450)
This makes debugging a lot easier as by default vite instantiatesplugins multiple times for each environment.
docs: Revise migration guide with new help sections (#3455)
Revise migration guide with new help sections
Commits on Sep 19, 2025
- @fresh/core@2.1.1- @fresh/update@2.1.1- @fresh/plugin-vite@1.0.4
Loading
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 2.1.0...2.1.1
Uh oh!
There was an error while loading.Please reload this page.