Skip to content

1.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@webmozart webmozart released this 28 May 12:54
· 58 commits to master since this release
  • optimized Valid::andX() and Valid::orX()
  • optimized Invalid::andX() and Invalid::orX()
  • removed true() and false(). Use same() instead
  • renamed valid() to true() and invalid() to false()
  • added contains()
  • added brackets around string output of nested conjunctions/disjunctions