Skip to content

Releases: tsedio/tsed

v7.71.0

04 Jun 06:07
Compare
Choose a tag to compare

7.71.0 (2024-06-04)

Features

  • prisma: enable prisma generator support for ESM (c41496e)
  • prisma: resolve extension depending on the env context (esm/commonjs) (2d6a23c)

v7.70.2

01 Jun 12:48
Compare
Choose a tag to compare

7.70.2 (2024-06-01)

Bug Fixes

  • schema: add support JsonSchema to In.Schema decorator (a7387e7)

v7.70.1

27 May 15:28
Compare
Choose a tag to compare

7.70.1 (2024-05-27)

Bug Fixes

  • schema: fix custom error message set through .Error() nested decorator (9da4eb9), closes #2696

v7.70.0

27 May 09:24
Compare
Choose a tag to compare

7.70.0 (2024-05-27)

Features

  • add appendChildrenRoutesFirst configuration option (c5a763c)

v7.69.4

15 May 15:03
Compare
Choose a tag to compare

7.69.4 (2024-05-15)

Bug Fixes

  • bullmq: fix imported path in BullMQModule to solve ESM import issue (a06a20a), closes #2705
  • vike: add user agent option when a page is rendered (ae9df7c)

v7.69.3

13 May 07:56
Compare
Choose a tag to compare

7.69.3 (2024-05-13)

Bug Fixes

  • platform-cache: add $ctx to key resolver (c47d18e)

v7.69.2

09 May 23:50
Compare
Choose a tag to compare

7.69.2 (2024-05-09)

Bug Fixes

  • schema: set description on expected field when a method inject file and body params in a method (e0a4ae9), closes #2701

v7.69.1

08 May 18:47
Compare
Choose a tag to compare

7.69.1 (2024-05-08)

Bug Fixes

  • di: reimplement imports option correctly on DITest.create() (785c186), closes #2660

v7.69.0

08 May 08:46
Compare
Choose a tag to compare

7.69.0 (2024-05-08)

Bug Fixes

  • schema: update documentation and tests (3239711)

Features

  • json-mapper: add jsonMapper.strictGroups option to fix default Groups behaviour (fb19f24)

v7.68.6

07 May 09:44
Compare
Choose a tag to compare

7.68.6 (2024-05-07)

Bug Fixes

  • swagger: use getAbsolutePath from swagger-ui-dist/get-absolute-path.js (77a1b6c), closes #2695