Skip to content

v3.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:40
b83841e

Patch Changes

  • #117 9b7ff9c Thanks @lorisleiva! - Support @codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with ?? [] throughout the renderer, and the new injectedValueNode value kind now throws an explicit unsupported-node error rather than being silently mishandled.