Changelog History
Page 5
-
v6.0.0-alpha.16 Changes
September 12, 2020 -
v6.0.0-alpha.15 Changes
September 07, 2020 -
v6.0.0-alpha.14 Changes
September 06, 20206.0.0-alpha.14 (2020-09-06)
๐ Bug Fixes
- Compilation issues (9ec1d92)
chore
- ๐จ Refactoring PlatformHandler, PlatformContext, (9ee8fb8)
๐ Features
- common: Multer is now embed in the @tsed/common (1cb4823)
๐ฅ BREAKING CHANGES
- OnRequest and OnResponse interface signature have changed
โ Remove PlatformContextMiddleware
๐จ chore: Refactoring PlatformContext and
-
v6.0.0-alpha.13 Changes
September 04, 20206.0.0-alpha.13 (2020-09-04)
๐ Bug Fixes
- common: Create new field request.$ctx and deprecated request.ctx usage. (eb91100)
- ๐ Fix typescript compilation issue (0799255)
chore
- โ Remove RequestContext class (dd9fe5d)
- common: Rename ServerSettingsService by PlatformConfiguration (daf137b)
- di,common: Remove unused interfaces. (6a91d9b)
- ๐ Move decorators CaseSensitive, MergeParams, RouterSettings, Strict to @tsed/platform-express (cb47d00)
- โ Remove ServeStaticService class (737b191)
๐ฅ BREAKING CHANGES
- ๐ Use PlatformContext instead of RequestContext
di,common: - IServerMountDirectories have been removed.
๐ ILoggerSettings have been removed.
๐ IResponseError have been removed.
๐ IHook have been removed.
๐ IInterceptorNextHandler have been removed.
๐ IInterceptorContext have been removed.
๐ IInterceptor have been removed.
common: ServerSettingsService have been renamed by PlatformConfiguration
๐ Decorators CaseSensitive, MergeParams, RouterSettings, Strict must be imported from @tsed/platform-express instead of @tsed/common.
๐ ServeStaticService have been removed. PlatformApplication.statics() method instead.
-
v6.0.0-alpha.12 Changes
September 02, 20206.0.0-alpha.12 (2020-09-02)
๐ Bug Fixes
- ๐ Fix ts compilation issue (e4a289a)
- common: Add missing @Middleware decorator on PlatformLogMiddleware (ccef4c0)
- common: Fix Exception filter resolver to match with the documentation and the expected behavior (dc6b048)
chore
- โ Remove unused IErrorSettings interface. (5ccb8d6)
๐ Features
- common: Add PlatformApplication.statics() method. Migrate ServerStaticsService to Platform API. (e74546b)
๐ฅ BREAKING CHANGES
-
- remove unused server.errors options.
-
v6.0.0-alpha.11 Changes
September 01, 20206.0.0-alpha.11 (2020-09-01)
๐ Bug Fixes
- common: Export platform-exceptions (a827717)
- common: Fix compilation issue with TypeScript 4 (d835bbe)
- mongoose: Fix virtualref issue (fe634c0), closes #904
๐ Features
- common: Add @catch decorator to catch any specific application error. (d1835e4)
- common: Add ErrorFilter and ExceptionFilter to catch errors and send json response (b20f484)
- common: Add getter HandlerContext.ctx to get RequestContext (1de2992)
๐ฅ BREAKING CHANGES
common: - LogIncomingRequest is replaced by PlatformLogMiddleware
๐ GlobalErrorHandlerMiddleware have been removed.
-
v5.65.6 Changes
October 07, 2020 -
v5.65.5 Changes
October 04, 2020 -
v5.65.4 Changes
October 01, 2020 -
v5.65.3 Changes
September 18, 2020