Skip to content

v0.4.14

Compare
Choose a tag to compare
@hstove hstove released this 12 Jan 20:55
· 23 commits to main since this release

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"]