Skip to content

Releases: tsedio/tsed

v5.41.1

02 Feb 11:49
Compare
Choose a tag to compare

5.41.1 (2020-02-02)

Bug Fixes

  • passport: Export Args decorator (9855517)

v5.41.0

02 Feb 10:58
Compare
Choose a tag to compare

5.41.0 (2020-02-02)

Features

  • ajv: Exports AjvValidationError (c6378b2), closes #749
  • passport: Add Args and Arg decorator to retrieve Strategy.verify parameters (8457a3e), closes #749

v5.40.1

27 Jan 08:21
Compare
Choose a tag to compare

5.40.1 (2020-01-27)

Bug Fixes

  • mongoose: Add MongooseSchema decorator (is an alias of Schema) (39ae15b)
  • Update ts-log-debug dependencies (8068877), closes #748
  • common: Deprecate Authenticated decorator and his middleware. (6aec53a)

v5.40.0

25 Jan 17:54
Compare
Choose a tag to compare

5.40.0 (2020-01-25)

Features

  • passport: ProtocolsService.ts accept array as return value on $onVerify method (5b7270e)

v5.39.3

25 Jan 12:21
Compare
Choose a tag to compare

5.39.3 (2020-01-25)

Bug Fixes

  • di: Service injected on property can be mocked in unit test now. (2953f60)
  • passport: Add AuthenticateOption on decorator signature (1efa680)
  • swagger: Add schema on ISwaggerResponse interface (dd7cf27), closes #739

v5.39.2

21 Jan 09:50
Compare
Choose a tag to compare

5.39.2 (2020-01-21)

Bug Fixes

v5.39.1

20 Jan 07:32
Compare
Choose a tag to compare

5.39.1 (2020-01-20)

Bug Fixes

  • common: Add decorator @ReturnType to solve issue #741 (f629518)
  • di: @Inject work now with the symbol referenced from external DI (6822c83)

v5.39.0

19 Jan 15:44
Compare
Choose a tag to compare

5.39.0 (2020-01-19)

Bug Fixes

  • ajv: Export ajv settings to ServerSettings (f9f3cb1)

Features

  • di: Add resolvers options to IDIConfiguration. (1999b25), closes #618

v5.38.7

19 Jan 12:03
Compare
Choose a tag to compare

5.38.7 (2020-01-19)

Bug Fixes

  • passportjs: Improve unit test and fix issue (f4e0f08)

v5.38.6

18 Jan 12:22
Compare
Choose a tag to compare

5.38.6 (2020-01-18)

Bug Fixes

  • passportjs: Fix authorization middleware (2f0f9c8)