All Versions
131
Latest Version
Avg Release Cycle
3 days
Latest Release
1595 days ago

Changelog History
Page 5

  • v6.0.0-alpha.16 Changes

    September 12, 2020

    6.0.0-alpha.16 (2020-09-12)

    ๐Ÿ› Bug Fixes

  • v6.0.0-alpha.15 Changes

    September 07, 2020

    6.0.0-alpha.15 (2020-09-07)

    ๐Ÿ”‹ Features

    • common: Refactoring platform architecture. (528b819)
  • v6.0.0-alpha.14 Changes

    September 06, 2020

    6.0.0-alpha.14 (2020-09-06)

    ๐Ÿ› Bug Fixes

    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, 2020

    6.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, 2020

    6.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, 2020

    6.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

    5.65.6 (2020-10-07)

    ๐Ÿ› Bug Fixes

    • swagger: remove the generation of useless builtin types (#963) (4e224e1), closes #921
  • v5.65.5 Changes

    October 04, 2020

    5.65.5 (2020-10-04)

    ๐Ÿ› Bug Fixes

    • โœ… platform-test-utils: replace \n with EOL in response matching (85d5278), closes #953
  • v5.65.4 Changes

    October 01, 2020

    5.65.4 (2020-10-01)

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Update readme (4e6b298)
  • v5.65.3 Changes

    September 18, 2020

    5.65.3 (2020-09-18)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix dependencies configuration issues with typeorm, graphql (9e84eb0)