Skip to content

Releases: tsedio/tsed

v8.0.0-alpha.3

10 Sep 07:28
Compare
Choose a tag to compare
v8.0.0-alpha.3 Pre-release
Pre-release

8.0.0-alpha.3 (2024-09-10)

Bug Fixes

  • remove @tsed/testing-mongoose (6111459)
  • remove @tsed/typeorm package (c0040c8)
  • remove @tsed/vite-ssr-plugin (f3414c0)

BREAKING CHANGES

  • remove @tsed/testing-mongoose. Use @tsed/testcontainers-mongo instead
  • remove @tsed/vite-ssr-plugin use @tsed/vike instead

v8.0.0-alpha.2

09 Sep 10:37
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

8.0.0-alpha.2 (2024-09-09)

Features

  • testcontainers-mongo: use mongodb to clean collection instead of @tsed/mongoose (2a390dd)

v7.83.0

09 Sep 07:15
Compare
Choose a tag to compare

7.83.0 (2024-09-09)

Features

  • testcontainers-mongo: use mongodb to clean collection instead of @tsed/mongoose (30267ee)

v8.0.0-alpha.1

08 Sep 19:03
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

8.0.0-alpha.1 (2024-09-08)

Bug Fixes

  • common: remove PlatformBuilder.addComponents() method which isn't used method (5cd2e3c)
  • fix minors typings issue (d6f9fc7)
  • platform-cache: remove getInterceptorOptions which is directly available from @tsed/di (956b34b)
  • typegraphql: fix typings since injector isn't compatible with the type signature of container typegraphql definition (b905d78)

Features

  • adapters: add adapter() function to inject configured adapter (9a82771)
  • core: add AbstractType interface (3919da3)
  • di: add inject(), constant(), value() function to inject service or value in injectable property (343713d)
  • mikro-orm: add entityManager() and orm() functions to inject respectively ORM and EM instance (ba68086)

BREAKING CHANGES

  • common: remove PlatformBuilder.addComponents() method which isn't used method
  • di: This change require to set "useDefineForClassFields": false in your tsconfig
    Some DI methods are removed like bindInjectableProperties() which is not necessary.

v7.82.3

06 Sep 09:12
Compare
Choose a tag to compare

7.82.3 (2024-09-06)

Bug Fixes

  • set useDefineForClassFields to false in tsconfig (a215533)

v7.81.0-rc.2

06 Sep 07:45
Compare
Choose a tag to compare
v7.81.0-rc.2 Pre-release
Pre-release

7.81.0-rc.2 (2024-09-06)

Bug Fixes

  • apollo: remove wrong per dependencies (224845e)

v7.82.2

02 Sep 17:04
Compare
Choose a tag to compare

7.82.2 (2024-09-02)

Bug Fixes

  • rollback tsconfig option to solve issue related to dynamic imports (f3316bf)

v7.82.1

31 Aug 18:59
Compare
Choose a tag to compare

7.82.1 (2024-08-31)

Bug Fixes

  • di: fix autoInjectable decorators when an array is given as constructor parameter (e7d9cba)

v7.82.0

31 Aug 18:08
Compare
Choose a tag to compare

7.82.0 (2024-08-31)

Features

  • di: add AutoInjectable decorator (ed65e02)

v7.81.2

30 Aug 17:34
Compare
Choose a tag to compare

7.81.2 (2024-08-30)

Bug Fixes

  • common: rollback tsconfig option to solve issue related to dynamic imports (d1595b0)