Skip to content

Releases: mechanismHQ/clarigen-deno

v0.5.5

19 Apr 18:31
7ac7de4
Compare
Choose a tag to compare

Patch Changes

  • aaa12d6 Thanks @hstove! - Fixed an issue where a project's requirements didn't have the correct contract identifier for simnet environment

v0.4.16

24 Jan 18:10
Compare
Choose a tag to compare

Patch Changes

  • 50e8996 Thanks @hstove! - Updated clarinet deno package dependency to 1.3.1

Improved auto-generated documentation

12 Jan 20:53
Compare
Choose a tag to compare

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

12 Jan 20:55
Compare
Choose a tag to compare

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

v0.2.2

30 Jun 14:37
Compare
Choose a tag to compare
v0.2.2