Featured Changes
- feat: add
StdStyle
library 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.sol
logs fromactual
andexpected
toleft
andright
, to make it easier to read failed assertions, by @Sabnock01 in #290 - feat(StdCheats): add
dealERC721
anddealERC1155
cheats by @wirew0lf in #305 - feat(StdAssertions): add
assertEqCall
assertion helpers by @0xPhaze in #311 - feat(Vm): Add new
expectCall
variants 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