Skip to content

0.1.0

Choose a tag to compare

@tomphp tomphp released this 11 Jan 08:44
· 53 commits to master since this release
  • Changed: Rename library to Transform
  • Changed: Use function instead of static methods
  • Removed: Filter::isNull()
  • Removed: Filter::notNull()
  • Removed: Filter::isSameAs($expected)
  • Removed: Filter::notSameAs($expected)
  • Removed: Filter::isLike($expected)
  • Removed: Filter::notLike($expected)
  • Removed: Filter::hasMethodReturning(string $methodName, $expected, bool $strict = true)
  • Removed: Filter::notHasMethodReturning(string $methodName, $expected, bool strict = true)