Skip to content

Releases: tsedio/tsed

v5.44.2

28 Feb 18:01
Compare
Choose a tag to compare

5.44.2 (2020-02-28)

Bug Fixes

v5.44.1

28 Feb 15:49
Compare
Choose a tag to compare

5.44.1 (2020-02-28)

Bug Fixes

  • multer: Fix multipartfile decorator (3a8f7c8), closes #772

v5.44.0

26 Feb 18:25
Compare
Choose a tag to compare

5.44.0 (2020-02-26)

Bug Fixes

  • SwaggerModule.ts (2b4c608)
  • config: Fix configuration builder (dffa8be)
  • core: Bypass store creation when a handler is a pure function (f85919e)

Features

  • common: Add Pipe feature (51c2f34)
  • common: Add platform package abstraction (88f1f59)

v5.43.1

21 Feb 07:39
Compare
Choose a tag to compare

5.43.1 (2020-02-21)

Bug Fixes

  • common: Fix error on requestContext that disable logs (8be04b7), closes #764

v5.43.0

19 Feb 06:41
Compare
Choose a tag to compare

5.43.0 (2020-02-19)

Features

  • mongoose: property definition for Trim (2012248)
  • mongoose: Trim decorator (b4dc4b3)

v5.42.3

18 Feb 08:31
Compare
Choose a tag to compare

5.42.3 (2020-02-18)

Bug Fixes

  • common: Fix PrimitiveConverter when a query param is deserialized (a93f364), closes #764
  • common,monogoose: Serialize all props when the object is saved to mongoose database. (f2c3f9b), closes #761

v5.42.2

16 Feb 09:28
Compare
Choose a tag to compare

5.42.2 (2020-02-16)

Bug Fixes

  • common: Optimize performances on DIConfiguration class (e3e4298)
  • common: Refactoring contextMiddleware to fix memory leaks (c8e08a5)
  • common: Suppress memory-leak (e0b3acd)

v5.42.1

08 Feb 10:08
Compare
Choose a tag to compare

5.42.1 (2020-02-08)

Bug Fixes

  • common: Improve performance (8e2fb53)
  • common: Improve performance (0b64d0d)
  • common: Improve performance (9ae3169)

v5.42.0

06 Feb 07:31
Compare
Choose a tag to compare

5.42.0 (2020-02-06)

Features

  • common: Add Buffer support has returned value from an endpoint (712cb37), closes #755
  • common: Optimize contextMiddleware and RequestLogger by adding logger.maxStackSize options (165ca9d)

v5.41.2

03 Feb 10:38
Compare
Choose a tag to compare

5.41.2 (2020-02-03)

Bug Fixes

  • common: Fix responses typings when a response is sent (7cb6de3)