Skip to content

A lot of improvements (and PHP 7.2 Breaking Change)

Compare
Choose a tag to compare
@rgomezcasas rgomezcasas released this 08 Dec 23:49
· 15 commits to master since this release

Braking Changes:

  • PHP 7.2 is required as minimum

Improvements:

  • map, flat_map and filter accept a function that the second argument can be the key of the collection
  • Added function name constants
  • Corrected a lot of docblocks
  • Added typehint to all the possible
  • Declare strict types