Skip to content

1.4.0

Compare
Choose a tag to compare
@Baptouuuu Baptouuuu released this 24 Mar 09:51
· 48 commits to develop since this release
1.4.0
55cd331

Added

  • Is::list()->and(Each::of(Constraint)) has been shortened to Is::list(Constraint)

Changed

  • Is::array()->and(Is::list()) has been shortened to Is::list()
  • Is::array()->and(Shape::of(...$args)) has been shortened to Shape::of(...$args)