Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 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
base:2.1.0
Choose a base ref
Loading
...
head repository:denoland/fresh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:2.1.1
Choose a head ref
Loading
  • 10commits
  • 33files changed
  • 6contributors

Commits on Sep 15, 2025

  1. 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>
    @fry69@google-labs-jules
    @marvinhagemeister@emilkrebs
    5 people authoredSep 15, 2025
    Configuration menu
    Copy the full SHA
    1506734View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. 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
    @marvinhagemeister
    marvinhagemeister authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    cc95155View commit details
    Browse the repository at this point in the history
  2. 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.
    @marvinhagemeister
    marvinhagemeister authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    b9d550fView commit details
    Browse the repository at this point in the history
  3. 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.
    @marvinhagemeister
    marvinhagemeister authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    9a2098eView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5a3a99View commit details
    Browse the repository at this point in the history
  5. docs: Revise migration guide with new help sections (#3455)

    Revise migration guide with new help sections
    @MauScheff
    MauScheff authoredSep 16, 2025
    Configuration menu
    Copy the full SHA
    1896199View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69ad9bcView commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    a6016fcView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b83a1eView commit details
    Browse the repository at this point in the history
  3. chore: release 2.1.1 (#3466)

    - @fresh/core@2.1.1- @fresh/update@2.1.1- @fresh/plugin-vite@1.0.4
    @marvinhagemeister
    marvinhagemeister authoredSep 19, 2025
    Configuration menu
    Copy the full SHA
    5c05d65View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp