v1.7.0
Featured Changes
- chore(BREAKING CHANGE): Change
exit_code
toexitCode
by @PaulRBerg in #458- This is a breaking change for any users who use the
exit_code
variable in theFfiResult
struct1
- This is a breaking change for any users who use the
- feat: add new
vm.serializeJson
cheatcode to the Vm and to StdJson by @vdrg in #453 - feat: add
vm.unixTime
toVmSafe
interface by @Tudmotu in #465 - perf: mark
vm.parseJsonKeys
as pure by @PaulRBerg in #460
Other Changes
Full Changelog: v1.6.1...v1.7.0
-
exit_code
was recently introduced, and a sourcegraph search did not reveal many existing users of it. Because this repo usescamelCase
, it was determined this breaking change was acceptable to keep things consistent, even though this technically does not follow semver. ↩