Releases: mechanismHQ/clarigen-deno
Releases · mechanismHQ/clarigen-deno
v0.5.5
v0.4.16
Improved auto-generated documentation
Previously, generated docs only included functions. Now, all maps and variables are included as well. Additionally, if you include comments directly above any maps, variables, and constants, those comments will be parsed and included in generated documentation.
v0.4.14
You can now output multiple Clarigen generated type files. To do so, use outputs
with an array of paths, instead of output
. Example:
[esm]
outputs = ["src/clarigen.ts", "other/types.ts"]
You can also exclude specific contracts from having documentation generated. To do so, use the exclude
(array) in your Clarigen.toml
. Each entry in exclude
should be the contract name - without file extensions or paths. Example:
[docs]
exclude = ["ft-trait"]