Skip to content

Releases: tsedio/tsed-cli

v7.5.0-rc.5

08 Apr 15:35

Choose a tag to compare

v7.5.0-rc.5 Pre-release
Pre-release

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

08 Apr 15:22

Choose a tag to compare

v7.5.0-rc.4 Pre-release
Pre-release

7.5.0-rc.4 (2026-04-08)

Bug Fixes

  • cli: configure Vite server to disable dependency discovery (54c49df)

v7.5.0-rc.3

08 Apr 14:22

Choose a tag to compare

v7.5.0-rc.3 Pre-release
Pre-release

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

08 Apr 13:38

Choose a tag to compare

v7.5.0-rc.2 Pre-release
Pre-release

7.5.0-rc.2 (2026-04-08)

Bug Fixes

  • cli: bypass bootstrap when command is dev or build (4548d13)

v7.5.0-rc.1

08 Apr 12:57

Choose a tag to compare

v7.5.0-rc.1 Pre-release
Pre-release

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)

v7.4.0

02 Apr 07:39

Choose a tag to compare

7.4.0 (2026-04-02)

Bug Fixes

  • cli-core: add test for reading discovered docker-compose file path and update read method to use dynamic file path (02a99e1)
  • cli: fix hasValuePremium function and related tests for premium feature handling (e9ff384)

Features

  • cli: enhance InitCmd to auto select bun runtime and package manager in bunx mode (16345c3)

v7.3.4

18 Mar 06:51

Choose a tag to compare

7.3.4 (2026-03-18)

Bug Fixes

  • cli: create file on disk before adding source in ts-morph project to resolve bun issue (3be853b), closes #536

v7.3.3

17 Mar 16:52

Choose a tag to compare

7.3.3 (2026-03-17)

Bug Fixes

  • cli: refactor file rendering to use async/await for better readability (ad4fac0), closes #536

v7.3.2

17 Mar 07:05

Choose a tag to compare

7.3.2 (2026-03-17)

Bug Fixes

  • cli-generate-http-client: remove unnecessary variable and update swagger-typescript-api version (208a235)
  • cli: fix race condition when InitCmd is run and throw missing Server.ts error (bf57d77), closes #536

v7.3.1

11 Mar 09:46

Choose a tag to compare

7.3.1 (2026-03-11)

Bug Fixes

  • children interactions must be ordered to maintain correct behavior (c55dde1)