Skip to content

Releases: tsedio/tsed

v8.18.0

12 Oct 10:53
Compare
Choose a tag to compare

8.18.0 (2025-10-12)

Features

  • schema: add optional method and default value for nullable in JsonSchema (5b1463c)
  • schema: add record() function for dynamic object models with inferred types (251db87), closes #3180
  • schema: add type inference for any() function in SchemaShape (2f0fc4d)
  • schema: add typed inference plan for Functional API using SchemaShape (5a28b57)
  • schema: enhance JsonSchema with type inference and update function signatures (9e9a626)
  • schema: enhance type inference for enum and const methods (e12771e), closes #3177
  • schema: improve type inference by simplifying schema definitions and enhancing function signatures (a007230)
  • schema: simplify type inference by making JsonSchema generic and removing phantom types (ed4e8bb)
  • schema: update schema functions to use TypedJsonSchema for improved type inference (0aef96f)

v8.17.3

07 Oct 04:59
Compare
Choose a tag to compare

8.17.3 (2025-10-07)

Bug Fixes

  • di: fix injection issue when a custom DIConfiguration is used by a project (bf17846)

v8.17.2

03 Oct 12:52
Compare
Choose a tag to compare

8.17.2 (2025-10-03)

Bug Fixes

  • schema: fix nullable union with types (6b0f024)
  • schema: replace anyOf with oneOf for nullable schemas and improve nullable array support (6162062)
  • schema: update function parameter types to use JsonSchema indexing (7493c90)
  • schema: use oneOf to build nullable schema (631fd9b)

v8.17.1

03 Oct 07:54
Compare
Choose a tag to compare

8.17.1 (2025-10-03)

Bug Fixes

  • bump @tsed/monorepo-utils to v3 (eaa7d64)

v8.17.1-rc.1

03 Oct 06:03
Compare
Choose a tag to compare
v8.17.1-rc.1 Pre-release
Pre-release

8.17.1-rc.1 (2025-10-03)

Bug Fixes

  • bump @tsed/monorepo-utils to v3 (eaa7d64)

v7.87.8

03 Oct 12:08
Compare
Choose a tag to compare

7.87.8 (2025-10-03)

Bug Fixes

  • schema: remove console.trace from set method in JsonSchema (84d6b96)

v7.87.7

03 Oct 08:01
Compare
Choose a tag to compare

7.87.7 (2025-10-03)

Bug Fixes

  • schema: fix nullable union with types (e4b5e06)

v7.87.6

03 Oct 06:54
Compare
Choose a tag to compare

7.87.6 (2025-10-03)

Bug Fixes

  • schema: update function parameter types to use JsonSchema indexing (cf8e1d4)

v7.87.5

03 Oct 05:50
Compare
Choose a tag to compare

7.87.5 (2025-10-03)

Bug Fixes

  • schema: replace anyOf with oneOf for nullable schemas and improve nullable array support (d52df01)
  • schema: use oneOf to build nullable schema (0bb92a6)

v8.17.0

28 Sep 08:57
Compare
Choose a tag to compare

8.17.0 (2025-09-28)

Features

  • bullmq: allow control over log level (9d88a32)