Skip to content

EntityRepository::find(), shorter closures and Collection::exists() signature fix

Compare
Choose a tag to compare
@weirdan weirdan released this 14 Mar 20:19
· 135 commits to master since this release
8d6a5b5

Added

  • EntityRepository::find() and ObjectRepository::find() - thanks @jaikdean (#11)
  • Closures passed to Collection::map(), Collection::partition(), etc are now allowed to omit arguments

Fixed

  • Collection::exists() signature
  • Collections TKey generic parameter is now limited to array-key

Breaking changes

  • Minimum Psalm version is now 3.0.15