Skip to content

@macalinao/codama-renderers-js-esm@0.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:44
205138a

Minor Changes

  • a8a5159: Add documentation tooling for generated clients:

    • @macalinao/coda-visitors now exports setStructFieldDocsVisitor, which
      injects docs onto individual struct fields (account data fields and the
      fields of instruction-argument structs) — something the built-in
      updateInstructionsVisitor / updateDefinedTypesVisitor cannot reach.
    • @macalinao/codama-renderers-js-esm now emits instruction-level docs as
      JSDoc blocks above the generated get<Name>Instruction /
      get<Name>InstructionAsync builder functions. The upstream
      @codama/renderers-js templates dropped these.