Skip to content

Releases: tsedio/tsed

v8.4.5

25 Jan 11:38
Compare
Choose a tag to compare

8.4.5 (2025-01-25)

Bug Fixes

  • schema: fix typing for operation decorators (3d4751a)

v8.4.4

24 Jan 14:23
Compare
Choose a tag to compare

8.4.4 (2025-01-24)

Bug Fixes

  • mongoose: fix schema when default value is used on collection (519d17c), closes #2968

v7.85.3

24 Jan 14:23
Compare
Choose a tag to compare

7.85.3 (2025-01-24)

Bug Fixes

  • mongoose: fix schema when default value is used on collection (6e64fcc), closes #2968

v8.4.3

18 Jan 09:20
Compare
Choose a tag to compare

8.4.3 (2025-01-18)

Bug Fixes

  • swagger: avoid join error issue by return default string value when import.meta.dirname isn't available (05846e2)

v8.4.2

15 Jan 07:46
Compare
Choose a tag to compare

8.4.2 (2025-01-15)

Bug Fixes

  • mongoose: fix prehook when insertMany is used to hook method (c5b0322)

v7.85.2

15 Jan 07:43
Compare
Choose a tag to compare

7.85.2 (2025-01-15)

Bug Fixes

  • mongoose: fix prehook when insertMany is used to hook method (6872b80)

v8.4.1

13 Jan 13:17
Compare
Choose a tag to compare

8.4.1 (2025-01-13)

Bug Fixes

  • fix peerDependencies flag (01dc13d)

v8.4.0

31 Dec 16:48
Compare
Choose a tag to compare

8.4.0 (2024-12-31)

Features

  • platform-response-filter: expose only .transform method to facilitate OverrideProvider usage (4ff812f)

v8.3.6

23 Dec 16:51
Compare
Choose a tag to compare

8.3.6 (2024-12-23)

Bug Fixes

  • schema: allow declaring many summary and description for one endpoint (f277f76)

v8.3.5

14 Dec 12:14
Compare
Choose a tag to compare

8.3.5 (2024-12-14)

Bug Fixes

  • prisma: resolve multiple enums on model not correctly imported (8405089), closes #2939