Skip to content

v6.0.0

Compare
Choose a tag to compare
@Romakita Romakita released this 28 Nov 21:25
· 59 commits to master since this release

6.0.0 (2024-11-28)

Bug Fixes

  • barrels: add more test on @tsed/barrels (109c0e8)
  • barrels: fix globby configuration for directory fields (b0fa59e)
  • barrels: fix globby import (6f48f28)
  • bump @swc dependencies (459fd0d)
  • bump @types dependencies (127e155)
  • bump @npmcli/run-script to v8.1.0 (ec8beb4)
  • bump chalk dependency (b93e619)
  • bump change-case dependency to v5.4.4 (95aefb2)
  • bump execa to v9.4.0 (5284d92)
  • bump figures dependency (fa724f8)
  • bump globby to v14.0.2 (32a8331)
  • bump listr2 to v8.2.4 (73931b0)
  • bump read-pkg-up to v11.0.0 (cd8b5f8)
  • bump registry-url to v6.0.1 (e9dbf8c)
  • bump some dependencies (681a62c)
  • bump Ts.ED dependencies to v8.0.0-beta.3 (e6a62e2)
  • bump Ts.ED dependencies to v8.0.0-beta.5 (6c07b4b)
  • bump Ts.ED dependencies to v8.0.0-rc.1 (4511f45)
  • bump typescript version to v5.6 (b17c2cf)
  • bump update-notifier and uuid dependencies (c1e9837)
  • cli-core: add update notifier (673d61c)
  • cli-core: bump commander dependency to 12.1.0 (b913453)
  • cli-core: bump minors dependencies (ce97669)
  • cli-core: fix bad import and loadPlugins file resolution (118b4e7)
  • cli-core: fix missing .js in import (eb5ba20)
  • cli-core: fix missing .js in import (db11fe3)
  • cli-generate-http-client: fix missing .ts extension when generate the ApiClient (a346274)
  • cli-plugin-eslint: fix template link (1be1d7c)
  • cli-plugin-eslint: fix templates and run linter after installation (3f6e954)
  • cli-plugin-vitest: fix extra space in vitest command (006212b)
  • cli: bump inquirer to v9 (71f77dc)
  • cli: bump Ts.ED dependencies (baeffae)
  • cli: fix dockerignore and swcrc (972207b)
  • cli: fix miscellaneous issue in templates (992d3b9)
  • cli: fix plugin module resolution (7bf4692)
  • cli: fix templates (8c1d15d)
  • cli: remove mocha plugin (c542a58)
  • cli: remove module-alias which is not longer required (1d87dfa)
  • cli: update tsed dependencies to v8 beta 1 (425722f)
  • cli: use @tsed/barrels instead barrelsby to generate barrels (b8de785)
  • cli: use loader to resolve plugin loading issue (14bcd6c)
  • core: force type module on package.json (5928aec)
  • disable sourceMap generation in esm build (42638ae)
  • fix configuration and build issue (95540d2)
  • merge master into bump-dependencies (73a642f)
  • remove @types/axios dependency (3111183)
  • remove entities dependency (aa63ecf)
  • remove normalize-path dependency (90e7c82)
  • update tsed dependencies to v8 8.0.0-rc.6 (9c26628)

Features

  • bump Ts.ED dependencies to v8.0.0-beta.2 (20af285)
  • cli-plugin-eslint: generate configuration for eslint 9 (8972a65)
  • cli: add @tsed/platform-log-request module import on server.hbs (fff1203)
  • cli: migrate all project on ESM (937287f)
  • cli: update index template (5ebc03a)
  • cli: update template to use new Functional API when it's possible (784eaeb)
  • cli: use swc loader to load ts files (df1cafe)

BREAKING CHANGES

  • cli: remove mocha plugin. use jest or vitest instead.
  • cli: CLI generate a full ESM project