Skip to content

Releases: tsedio/tsed-cli

v5.1.2

03 Apr 09:26
Compare
Choose a tag to compare

5.1.2 (2024-04-03)

Bug Fixes

  • fix wrong esm import in the code base (1f3405c)

v5.1.1

13 Mar 08:14
Compare
Choose a tag to compare

5.1.1 (2024-03-13)

Bug Fixes

  • cli-plugin-vitest: fix vitest.config.mts.hbs template path (3498044), closes #373

v5.1.0

03 Mar 20:52
Compare
Choose a tag to compare

5.1.0 (2024-03-03)

Features

  • cli-plugin-vitest: add new plugin to generate project with vitest (1d44265)

v5.0.3

03 Mar 09:25
Compare
Choose a tag to compare

5.0.3 (2024-03-03)

Bug Fixes

  • cli: fix template generation issue (b3dc1d9), closes #365

v5.0.2

21 Jan 17:29
Compare
Choose a tag to compare

5.0.2 (2024-01-21)

Bug Fixes

  • cli: fix dotenv template (4b08b47)
  • cli: fix jest/mocha integration test template (1f16f9a)
  • cli: fix swc configuration files (34a12a5)
  • cli: fix swcrc configuration template (86dea62)
  • cli: fix wrong passport import (6d7bf7e)

v5.0.1

07 Jan 20:09
Compare
Choose a tag to compare

5.0.1 (2024-01-07)

Bug Fixes

  • cli: fix choices issue when selecting a runtime (ebeb657), closes #359

v5.0.0

28 Dec 10:09
Compare
Choose a tag to compare

5.0.0 (2023-12-28)

Bug Fixes

  • cli: fix swc and bun runtimes (b37c2ce)

Features

  • cli-core: add BunManager (a59bcbd)
  • cli-core: add BunManager (efe69e0)

BREAKING CHANGES

  • cli-core: prompt has changed and can break the third parties like Intellij/Vscode extension to generate Ts.ED project
  • cli-core: prompt has changed and can break the third parties like Intellij/Vscode extension to generate Ts.ED project

v5.0.0-rc.2

24 Dec 10:47
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release

5.0.0-rc.2 (2023-12-24)

Bug Fixes

  • cli: fix swc and bun runtimes (361ba1b)

v5.0.0-rc.1

23 Dec 08:37
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

5.0.0-rc.1 (2023-12-23)

Features

  • cli-core: add BunManager (ca2df00)
  • cli-core: add BunManager (c19ebd3)

BREAKING CHANGES

  • cli-core: prompt has changed and can break the third parties like Intellij/Vscode extension to generate Ts.ED project
  • cli-core: prompt has changed and can break the third parties like Intellij/Vscode extension to generate Ts.ED project

v4.6.6

14 Dec 14:15
Compare
Choose a tag to compare

4.6.6 (2023-12-14)

Bug Fixes