Skip to content

v7.36.0

Compare
Choose a tag to compare
@Romakita Romakita released this 17 Sep 08:18
· 323 commits to production since this release

7.36.0 (2023-09-17)

Bug Fixes

  • core: update coverage (edb7624)
  • di: fix @Inject when the decorator is used to inject many providers (3a0de5e)
  • json-mapper: fix additionalProperties regression on property decorated by @name() (056afd9)
  • json-mapper: fix deserialize method when the input is an Array of model (bb42a30)
  • json-mapper: fix onSerialize/onDeserialize option (4d4133f)
  • json-mapper: fix potential reference issue on serialize method (314237a)
  • json-mapper: fix serialize compilation method (17a9354)
  • json-schema: fix mongoose usecases (059de4a)
  • json-schema: fix mongoose usecases (dda69c8)
  • json-schema: fix null value no nested object and fix null date mapping (d7d5c22)
  • json-schema: remove console in code (e3768c0)
  • prisma: update readme (c50c0dc)
  • schema: deprecate Ignore decorator (63a86b6)

Features

  • core: add method on core level (edd843d)
  • json-mapper: create JsonMapperCompiler (701c801)
  • json-mapper: implement deserialize compilation method (095e774)
  • json-mapper: support all features on serialize method (5d7c35b)