Releases: tsedio/tsed-cli
Releases · tsedio/tsed-cli
v7.5.0
7.5.0 (2026-05-18)
Bug Fixes
- cli-plugin-vitest: migrate configuration to vitest v8 (69a9aa3)
- cli-tasks: guard undefined tasks in isEnabled (16ab763)
- cli: bypass bootstrap when command is dev or build (4548d13)
- cli: configure Vite server to disable dependency discovery (54c49df)
- cli: implement Vite binary resolution and add corresponding tests (1df5024)
- cli: improve error handling and adjust child process spawning logic (53649f6)
- cli: refactor Vite server configuration and improve child process handling (9dea2f3)
- cli: rename resolveViteBin to resolveViteBinFromPackageJsonPath and update related usages (d5b448d)
- cli: update config file path to use current working directory (9ca12be)
Features
v7.5.0-rc.9
v7.5.0-rc.8
7.5.0-rc.8 (2026-04-20)
Bug Fixes
- cli: rename resolveViteBin to resolveViteBinFromPackageJsonPath and update related usages (d5b448d)
v7.5.0-rc.7
7.5.0-rc.7 (2026-04-16)
Bug Fixes
- cli: implement Vite binary resolution and add corresponding tests (1df5024)
v7.5.0-rc.6
7.5.0-rc.6 (2026-04-09)
Bug Fixes
- cli: update config file path to use current working directory (9ca12be)
Features
- cli: add support for Bun + Vite runtime and update related configurations (17ac969)
v7.5.0-rc.5
7.5.0-rc.5 (2026-04-08)
Bug Fixes
- cli: refactor Vite server configuration and improve child process handling (9dea2f3)
v7.5.0-rc.4
7.5.0-rc.4 (2026-04-08)
Bug Fixes
- cli: configure Vite server to disable dependency discovery (54c49df)
v7.5.0-rc.3
7.5.0-rc.3 (2026-04-08)
Bug Fixes
- cli: improve error handling and adjust child process spawning logic (53649f6)
v7.5.0-rc.2
v7.5.0-rc.1
7.5.0-rc.1 (2026-04-08)
Bug Fixes
- cli-plugin-vitest: migrate configuration to vitest v8 (69a9aa3)
Features
- cli: add BuildCmd and DevCmd for Vite integration commands (10b0b79)