Skip to content

Releases: tsedio/tsed

v5.2.5

22 Mar 14:12
Compare
Choose a tag to compare

5.2.5 (2019-03-22)

Bug Fixes

  • Fix links in all readme.md (2b3eb03)

v5.2.4

11 Mar 16:20
Compare
Choose a tag to compare

5.2.4 (2019-03-11)

Bug Fixes

  • Update github repository url (c711c47)

v5.2.3

11 Mar 08:14
Compare
Choose a tag to compare

5.2.3 (2019-03-11)

Bug Fixes

v5.2.2

27 Feb 07:53
Compare
Choose a tag to compare

5.2.2 (2019-02-27)

Bug Fixes

  • multer: Add example to use multer with Ts.ED (b0fc583)

v5.2.1

26 Feb 17:22
Compare
Choose a tag to compare

5.2.1 (2019-02-26)

Bug Fixes

  • #517: Fix problem on socketIO server initialization (b72121d), closes #517

v5.2.0

26 Feb 07:57
Compare
Choose a tag to compare

5.2.0 (2019-02-26)

Bug Fixes

  • graphql: Update tsconfig to support asynciterable and syntheticDefaultImports (9b09e89)
  • graphql: Update tsconfig to support asynciterable and syntheticDefaultImports (d6d9f49)

Features

  • graphql: Add graphql package 🍣 (dfc0c0a)

v5.1.3

16 Feb 12:30
Compare
Choose a tag to compare

5.1.3 (2019-02-16)

Bug Fixes

  • di: Remove timeout on promise and add debug log on emit() (03fb65e)

v5.1.2

16 Feb 10:49
Compare
Choose a tag to compare

5.1.2 (2019-02-16)

Bug Fixes

  • Export MultipartFilesMiddleware (22c9d82)

v5.1.1

24 Jan 08:03
Compare
Choose a tag to compare

5.1.1 (2019-01-24)

Bug Fixes

  • jsonschema: Fix inheritance issue with @IgnoreProperty (3a6d6cb), closes #503

v5.1.0

19 Jan 13:29
Compare
Choose a tag to compare

5.1.0 (2019-01-19)

Bug Fixes

  • mongoose: Rewrote createModel and createSchema to conform to mongoose definitions for model and schema (36edbe1)

Features

  • mongoose: Add VirtualRef decorator (b4ff467)
  • mongoose: Added support for mongoose map (require mongoose 5.1.0) (f2c5ff8), closes #482
  • mongoose: Schema decorator can be used to decorate a class (c7ff02d)