Skip to content

Release v7.9.2

Choose a tag to compare

@github-actions github-actions released this 12 May 03:13
f323105

Fixed

  • derivedType decorator now walks the full prototype chain and registers the decorated class against every ancestor type, enabling JsonSerializer to discover derived types without requiring explicit subtype imports (which cause circular dependencies).