Skip to content

package:checks v0.3.0

Compare
Choose a tag to compare
@natebosch natebosch released this 29 Jan 20:36
· 586 commits to master since this release
6700049
  • Breaking Changes
    • Remove the Condition class and the it() utility. Replace calls to
      (it()..someExpectation()) with ((it) => it.someExpectation()).
  • Add class modifiers to restrict extension of implementation classes.