Skip to content

Releases: hirosystems/clarinet

v0.28.0

31 Mar 00:47
Compare
Choose a tag to compare

0.28.0 (2022-03-31)

Features

  • Introducing step by step debugging in clarinet console (#292)
  • Introducing new beforeContractsDeployment callback in testing harness framework (#240)
  • Introducing local caching for contracts listed as requirements (#240)
  • Introducing new terminal interface for tracking contracts deployments (#240)
  • Enabling stacks-blockchain-api local documentation when spinning up devnet (#305)
  • Improving "expectTuple" signature (#286)

Fixes and Improvements

  • Improving reliability of clarinet contracts publish [devnet/testnet/mainnet] (#240)
  • Optimizing devnet spin-up time via clarinet integrate - now around 40s (#240)
  • Fixing Stacks Explorer configuration, not displaying transactions and block details (#305)
  • Myriad of developer facing error improvements (#275)
  • Myriad of fixes and improvements in the deno testing framework (#240)
  • Myriad of fixes in stacks-devnet-js (#240)
  • Myriad of fixes in contracts requirements handling (#240)
  • General documentation improvements (#283, #294, #274)

Credits

v0.27.0

24 Feb 04:17
Compare
Choose a tag to compare

0.27.0 (2022-02-24)

Features

  • add shell completions files (e6b1f25)
  • add subcommand to generate shell completions (a493b67), closes #146
  • clean up commands and improve help docs (8f18182), closes #118
  • stacks-devnet-js support for linux-musl (non-glibc, e.g. alpine) (6e322f1)

v0.26.1

13 Feb 20:24
Compare
Choose a tag to compare

0.26.1 (2022-02-13)

Bug Fixes

  • update to clarity-repl 0.22.1 (644c082)

v0.26.0

12 Feb 01:45
Compare
Choose a tag to compare

0.26.0 (2022-02-12)

Bug Fixes

  • fix serialization of REPL settings (5fc9d08)

Features

  • macos-arm64 / Apple Silicon / M1 builds (da5f1bc)

v0.25.1

11 Feb 01:36
Compare
Choose a tag to compare

0.25.1 (2022-02-11)

Bug Fixes

  • crash on clarinet new contract (d236370), closes #246

v0.25.0

10 Feb 18:50
Compare
Choose a tag to compare

0.25.0 (2022-02-10)

Bug Fixes

  • clarity-repl resolve_link adjustment (f1e8b47)
  • link title typo (20b5982)

Features

v0.24.0

19 Jan 18:13
Compare
Choose a tag to compare

0.24.0 (2022-01-19)

Bug Fixes

  • fixed broken links (b0f073a)
  • generate proper strings from contract results (6b189c6), closes #213
  • only code-sign on release (e10f3d1)
  • resolve bug with windows build in CI (16ccd00)

Features

  • added ignore and only options to clarinet test (a57cc23)

v0.23.1

13 Jan 23:03
Compare
Choose a tag to compare

0.23.1 (2022-01-13)

Bug Fixes

  • issue with chunked information in Mempool section (1dd1e22)

v0.23.0

07 Jan 02:26
Compare
Choose a tag to compare

0.23.0 (2022-01-07)

Bug Fixes

Features

  • display warning as warning in popups (0ec64cf)

v0.22.0

05 Jan 23:54
Compare
Choose a tag to compare

0.22.0 (2022-01-05)

Bug Fixes

Features

  • fail gracefully on Clarinet.toml errors (3023320)