Releases: tsedio/tsed
Releases · tsedio/tsed
v8.0.0-alpha.10
8.0.0-alpha.10 (2024-10-06)
Bug Fixes
- adapters: update lowdb to v7 (163e68e)
- formio: update formio to v4.2.5 (e84876f)
- formio: update mongoose to v8.7.0 (2a419da)
- platform-koa: update @koa/router to v13.1.0 (44e9c1b)
- prisma: update prisma to v5 (836090e)
- prisma: update prisma to v5 (c89aa16)
- remove nyc dependencies (99ec03a)
- update @swc/core (906c6f1)
- update minor dependencies (491fc5c)
- update some dependencies (5b3d2e4)
BREAKING CHANGES
- prisma: prisma v4 client isn't supported anymore
v8.0.0-alpha.9
8.0.0-alpha.9 (2024-10-02)
Bug Fixes
- common: remove export schema decorator from @tsed/common (3e07044)
BREAKING CHANGES
- common: AcceptMime, All, Delete, Get, Head, Location, Options, Patch, Post, Put, Redirect, View must be imported from
@tsed/schema
.
v8.0.0-alpha.8
8.0.0-alpha.8 (2024-10-02)
Bug Fixes
- common: remove platform-log-middleware import in source code (6372319)
- di: prevent null instance exception on DITest (5ccaf57)
- platform-log-middleware: deprecate platform-log-middleware module (c74e252)
Features
- add @tsed/platform-log-request (9dc4abb)
BREAKING CHANGES
- common: you have to import explicitly @tsed/platform-log-middleware as middleware in the server configuration.
v8.0.0-alpha.7
v7.83.3
v7.83.2
v8.0.0-alpha.6
8.0.0-alpha.6 (2024-09-18)
Bug Fixes
- prisma: remove commonJs support (ebe57c5)
chore
- remove CJS Support and bump AJV dependency (941e734)
BREAKING CHANGES
- CJS isn't supported anymore. You have to migrate your project on ESM syntax.
v7.83.1
v8.0.0-alpha.5
8.0.0-alpha.5 (2024-09-14)
Features
- apollo: migrate package on Apollo 4 (4e84844)
- di: add transform parameter (InjectContext) to inject value in property from $ctx (596b261)
- typegraphql: update code to use typegraphql 2.0.0 (89e0015)
- typegraphql: update code to use typegraphql 2.0.0 (af6f2fe)
BREAKING CHANGES
- typegraphql: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
- typegraphql: @tsed/typegraphql use new @tsed/apollo package and support Apollo v4
- apollo: all implementation and configuration of @tsed/apollo have changed.
v8.0.0-alpha.4
8.0.0-alpha.4 (2024-09-11)
Code Refactoring
- common: remove deprecated PlatformLoggerSettings interface (59a680b)
- mongoose: remove deprecated MongooseModelOptions.discriminatorValue (0e9a3b1)
- platform-cache: remove deprecated PlatformCacheLegacyStoreFactory interface (c8bf779)
- platform-router: remove deprecated OperationMethods constant (c859cab)
- schema: remove deprecated BullMQConfig.defaultJobOptions (8f52777)
- schema: remove Route alias decorator (9c599b1)
BREAKING CHANGES
- schema: remove deprecated BullMQConfig.defaultJobOptions. Use BullMQConfig.defaultQueueOptions instead
- schema: remove Route alias decorator. Use Operation instead
- platform-router: remove deprecated OperationMethods constant. Use OperationVerbs instead
- platform-cache: remove deprecated PlatformCacheLegacyStoreFactory interface. Use FactoryStore instead
- common: remove deprecated PlatformLoggerSettings interface. Use DILoggerOptions instead
- mongoose: remove deprecated MongooseModelOptions.discriminatorValue. Use @DiscriminatorValue instead