Skip to content

0.6.0

Compare
Choose a tag to compare
@Meir017 Meir017 released this 24 Oct 22:18

Compared to 0.5.1, the following has changed.

  • {Improvement} improved the algorithm of analyzing expressions - #16
  • {Fixed} fixed the analyzer wrongfully reporting Count method with a predicate and - #11 (thanks @jnyrup for reporting)
  • {Fixed} fixed the algorithm of analyzing expressions throwing exception when assertion contains multiple calls to a method with the same name with arguments - #10 (thanks @jnyrup for reporting)
  • {Fixed} fixed the algorithm of analyzing expressions reporting when the assertion statement accesses properties and continues the assertion - #13 (thanks @jnyrup for reporting)