Skip to content

Releases: tsedio/tsed

v5.38.5

18 Jan 11:02
Compare
Choose a tag to compare

5.38.5 (2020-01-18)

Bug Fixes

  • passportjs: Update documentation and fix authenticate middleware implementation (fdde00e)

v5.38.4

18 Jan 09:24
Compare
Choose a tag to compare

5.38.4 (2020-01-18)

Bug Fixes

  • passportjs: Update readme and fix compilation issue (7573d8b)

v5.38.3

18 Jan 08:10
Compare
Choose a tag to compare

5.38.3 (2020-01-18)

Bug Fixes

  • passportjs: Update passportjs package implementation (c0fd24b)

v5.38.2

16 Jan 18:37
Compare
Choose a tag to compare

5.38.2 (2020-01-16)

Bug Fixes

  • typeorm: Update typescript version and change typeorm version semver pattern (0646e4d), closes #738

v5.38.1

16 Jan 13:46
Compare
Choose a tag to compare

5.38.1 (2020-01-16)

Bug Fixes

  • typeorm: Fix TypeORMService and update TypeORM example (47e276f), closes #738

v5.38.0

13 Jan 19:53
Compare
Choose a tag to compare

5.38.0 (2020-01-13)

Features

  • typeorm: add useContainer from TypeORM to share Ts.ED container with TypeORM (71eb4f9)

v5.37.1

13 Jan 18:38
Compare
Choose a tag to compare

5.37.1 (2020-01-13)

Bug Fixes

  • Update Github repository (be65f98)

v5.37.0

12 Jan 13:11
Compare
Choose a tag to compare

5.37.0 (2020-01-12)

Features

  • allow virtual properties not entering mongoose schema (f41f81d)

v5.36.2

04 Jan 14:10
Compare
Choose a tag to compare

5.36.2 (2020-01-04)

Bug Fixes

  • common: Fix error message when a prop is required (f692033), closes #722

v5.36.1

31 Dec 09:21
Compare
Choose a tag to compare

5.36.1 (2019-12-31)

Bug Fixes

  • common: All decorator can be called before Get, Post, etc... and return any response (769304e), closes #727