@hirosystems/clarinet-sdk-wasm
Advanced tools
Changelog
3.4.0 (2025-07-31)
Changelog
3.3.0 (2025-07-09)
cargo fmt-stacks
alias to clean up and sort imports (#1880) (56284555)O(n^2)
string generation (#1898) (dfb4651f)Changelog
3.2.0 (2025-06-30)
impl-trait
and use-trait
(#1867) (23fcf541)x86_64-unknown-linux-musl
(#1860) (6640d773)iter_with_drain
(#1858) (d4779452)to_vec()
in recursive functions (#1868) (0196b009)clone()
s and to_string()
s (#1866) (85487901)Changelog
3.1.0 (2025-05-14)
--stdin
flag to formatter (5b5cecae)default()
function for initializing LSP options (49746c4f)Changelog
3.0.0 (2025-05-07)
While most recent features were shipped in the 2.x series, this 3.0.0 version allows us to stabilize the Clarity Formatter and Mainnet execution simulation features.
With a major version bump comes breaking changes, especially since the Clarinet JS SDK will now use Stacks.js v7. The most significant change for Clarity developers is how Stacks.js handles Clarity values. See the Stacks.js migration guide for more details.
Changelog
2.16.0 (2025-04-15)
redundant_clone
and clear_with_drain
(#1640) (81b33689)