Skip to content

1.4.0 - Call the police, we got a bad method

Choose a tag to compare

@mikey179 mikey179 released this 31 Dec 16:39
· 343 commits to main since this release

BC breaks

  • deprecated bovigo\assert\predicate\Predicate::asWellAs() in favor of bovigo\assert\predicate\Predicate::and(), will be removed with 2.0.0
  • deprecated bovigo\assert\predicate\Predicate::orElse() in favor of bovigo\assert\predicate\Predicate::or(), will be removed with 2.0.0
  • deprecated bovigo\assert\predicate\Predicate::negate() in favor of bovigo\assert\predicate\not(), will be removed with 2.0.0

Other changes

  • added bovigo\assert\predicate\Predicate::and()
  • added bovigo\assert\predicate\Predicate::or()