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: rolldown/tsdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1
Choose a base ref
...
head repository: rolldown/tsdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.2
Choose a head ref
  • 8 commits
  • 42 files changed
  • 6 contributors

Commits on Mar 10, 2026

  1. feat: add root option for controlling output directory structure

    Similar to TypeScript's `rootDir`, the `root` option specifies the root
    directory of input files. This determines how entry file paths map to
    output paths. By default, it is computed as the common base directory
    of all entry files.
    
    Closes #818
    sxzz committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    bad2d17 View commit details
    Browse the repository at this point in the history
  2. test: add case for preserving folder structure in unbundle mode (#817)

    Co-authored-by: Thao Le-Phuong <[email protected]>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Deng <[email protected]>
    4 people authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    8869180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d49ef37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    139076c View commit details
    Browse the repository at this point in the history
  5. chore(deps): update all non-major dependencies (#815)

    * chore(deps): update all non-major dependencies
    
    * update
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Deng <[email protected]>
    renovate[bot] and sxzz authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    d9f0fcc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. feat(deps): rename onlyAllowBundle to onlyBundle (#819)

    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Kevin Deng <[email protected]>
    3 people authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cbd7b38 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade deps

    sxzz committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    57c5b3c View commit details
    Browse the repository at this point in the history
  3. chore: release v0.21.2

    sxzz committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    ab8446b View commit details
    Browse the repository at this point in the history
Loading