Skip to content

v1.2.10

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 08:20
5a60851

Patch Changes

  • #119 d7043e8 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. This backports the fix to the 1.x line, bringing this previous version of the renderer up to date with the latest Codama nodes and standard so that fresh installs no longer crash on instructions without extra arguments.