v1.7.0
Featured Changes
- chore(BREAKING CHANGE): Change
exit_codetoexitCodeby @PaulRBerg in #458- This is a breaking change for any users who use the
exit_codevariable in theFfiResultstruct1
- This is a breaking change for any users who use the
- feat: add new
vm.serializeJsoncheatcode to the Vm and to StdJson by @vdrg in #453 - feat: add
vm.unixTimetoVmSafeinterface by @Tudmotu in #465 - perf: mark
vm.parseJsonKeysas pure by @PaulRBerg in #460
Other Changes
Full Changelog: v1.6.1...v1.7.0
-
exit_codewas 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. ↩