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

Changelog History
Page 6

  • v5.65.2 Changes

    September 12, 2020

    5.65.2 (2020-09-12)

    ๐Ÿ› Bug Fixes

  • v5.65.1 Changes

    September 04, 2020

    5.65.1 (2020-09-04)

    ๐Ÿ› Bug Fixes

    • common: Create new field request.$ctx and deprecated request.ctx usage. (eb91100)
  • v5.65.0 Changes

    September 02, 2020

    5.65.0 (2020-09-02)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix ts compilation issue (e4a289a)
    • common: Fix Exception filter resolver to match with the documentation and the expected behavior (dc6b048)

    ๐Ÿ”‹ Features

    • common: Add PlatformApplication.statics() method. Migrate ServerStaticsService to Platform API. (e74546b)
  • v5.64.2 Changes

    September 01, 2020

    5.64.2 (2020-09-01)

    ๐Ÿ› Bug Fixes

  • v5.64.1 Changes

    August 31, 2020

    5.64.1 (2020-08-31)

    ๐Ÿ› Bug Fixes

    • common: Export platform-exceptions (a827717)
  • v5.64.0 Changes

    August 31, 2020

    5.64.0 (2020-08-31)

    ๐Ÿ”‹ Features

    • common: Add @catch decorator to catch any specific application error. (d1835e4)
    • common: Add getter HandlerContext.ctx to get RequestContext (1de2992)
  • v5.62.0 Changes

    August 07, 2020

    5.62.0 (2020-08-07)

    ๐Ÿ› Bug Fixes

    • common: Deprecate @IgnoreProperty and add @ignore decorator (c75e102)
    • common: Deprecate @PropertyName and add @name decorator (063be29)
    • common: Deprecate @PropertySerialize and @PropertyDeserialize decorator (60ad5cd)
    • common: Deprecate @PropertyType and add @collectionof decorator (c719f12)
    • json-mapper: Add support of legacy signature from Converter module (039b81a)
    • schema: Fix @enum decorator when we given a null value (f8ece7e)
    • swagger: Add depreciation note on BaseParameter, Responses, Operation decorator (1e4b14a)
    • swagger: Deprecate @returns, @returns from swagger and add @returns and @returns decorators in @tsed/common (2be24d7)

    ๐Ÿ”‹ Features

    • โž• Add Description and Example decorator to @tsed/common (26abf3e)
    • common: @Any decorator accept a list of types. (78a5d2c)
    • common,schema: Add @integer decorator (fd1dec3)
  • v5.61.4 Changes

    August 05, 2020

    5.61.4 (2020-08-05)

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ Upgrade dependencies (194b596)
    • #889: Allow sharing apps configuration and instance. Mount and componentsScan will be merged automatically (803e941), closes #889
  • v5.61.3 Changes

    August 03, 2020

    5.61.3 (2020-08-03)

    ๐Ÿ› Bug Fixes

    • common: Fix issue on Get, Post, Put, etc... when an empty string is given (72a77a5), closes #886
  • v5.61.2 Changes

    July 22, 2020

    5.61.2 (2020-07-22)

    ๐Ÿ› Bug Fixes

    • schema: Refactoring interface name and fix small issues (0d64310)