Releases: hirosystems/clarinet
Releases · hirosystems/clarinet
v0.28.0
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
v0.26.1
v0.26.0
v0.25.1
v0.25.0
0.25.0 (2022-02-10)
Bug Fixes
Features
- add analysis settings support (c7984e3), closes hirosystems/clarity-repl#62
- add check-checker options to Clarinet.toml (2f8ad7f)
- add option to check single file (64b0e2f)
- add option to select parser version (470734c)
- consolidate repl settings in config file (cfe7af3)
- update to clarity-repl 0.22.0 (e2d996a)
- update to work with new parser (ce8267a)