github foundry-rs/forge-std v1.7.0

latest releases: v1.9.3, v1.9.2, v1.9.1...
11 months ago

Featured Changes

  • chore(BREAKING CHANGE): Change exit_code to exitCode by @PaulRBerg in #458
    • This is a breaking change for any users who use the exit_code variable in the FfiResult struct1
  • feat: add new vm.serializeJson cheatcode to the Vm and to StdJson by @vdrg in #453
  • feat: add vm.unixTime to VmSafe interface by @Tudmotu in #465
  • perf: mark vm.parseJsonKeys as pure by @PaulRBerg in #460

Other Changes

  • chore: reorder Vm for logical consistency by @mds1 in #464

Full Changelog: v1.6.1...v1.7.0

Footnotes

  1. exit_code was recently introduced, and a sourcegraph search did not reveal many existing users of it. Because this repo uses camelCase, it was determined this breaking change was acceptable to keep things consistent, even though this technically does not follow semver. ↩

Don't miss a new forge-std release

NewReleases is sending notifications on new releases.