package:checks v0.3.0
natebosch
released this
29 Jan 20:36
·
586 commits
to master
since this release
- Breaking Changes
- Remove the
Condition
class and theit()
utility. Replace calls to
(it()..someExpectation())
with((it) => it.someExpectation())
.
- Remove the
- Add class modifiers to restrict extension of implementation classes.