v1.5.0
Featured Changes
- feat: add
StdStylelibrary to print logs with different colors and styles,by @wirew0lf in #313- Example usage:
console2.log(StdStyle.red("my red string")) - Available method names are
red,green,yellow,blue,magenta,cyan,bold,italic,underline,dim, andinverse
- Example usage:
- Rename
StdAssertions.sollogs fromactualandexpectedtoleftandright, to make it easier to read failed assertions, by @Sabnock01 in #290 - feat(StdCheats): add
dealERC721anddealERC1155cheats by @wirew0lf in #305 - feat(StdAssertions): add
assertEqCallassertion helpers by @0xPhaze in #311 - feat(Vm): Add new
expectCallvariants to assert on the amount of gas passed to a call, by @clabby in #310
Other Changes
- Bump ds-test and complete assertion log renaming by @Sabnock01 in #307
New Contributors
- @Sabnock01 made their first contribution in #290
- @clabby made their first contribution in #310
- @wirew0lf made their first contribution in #313
- @0xPhaze made their first contribution in #311
Full Changelog: v1.4.0...v1.5.0