Skip to content

v1.6.0 – new `equal-values` and `suite-method-signature`

Latest
Compare
Choose a tag to compare
@Antonboom Antonboom released this 13 Mar 08:57
c055b2b

What's Changed

New checkers

New features

  • len: support len-len and value-len cases by @Antonboom in #204
  • error-is-as: support NotErrorAs by @Antonboom in #219
  • useless-assert: add NotElementsMatch and NotErrorAs by @Antonboom in #220
  • formatter: support non-string-message checks by @Antonboom in #221
  • formatter: warn on empty message by @Antonboom in #225
  • empty: support empty strings, Zero for strings and len + bubbled useless-assert cases by @ccoVeille in #129

New fixes

  • negative-positive: remove untyping, ignore Negative for len comparisons by @Antonboom in #226
  • fixes: support assert.CollectT by @Antonboom in #233

Bump deps

Full Changelog: v1.5.2...v1.6.0