2.0.0
Release Notes for 2.0.0
2.0.0
- Total pull requests resolved: 12
- Total contributors: 9
Types
- 332: Add missing param type declarations thanks to @greg0ire
- 312: Stop returning true from Collection::add() thanks to @greg0ire
- 192: [2.0] Strict types, native parameter & return types thanks to @jwage
Static Analysis
- 330: Make Selectable template covariant thanks to @greg0ire
- 185: Update Collection::filter docblock to add key parameter to closure thanks to @nicholasruunu
Improvement
- 252: [2.0] Add new methods Collection::findFirst and Collection::reduce thanks to @VincentLanglet
- 176: Preserve keys in ArrayCollection for Criteria firstresults/maxresults thanks to @SenseException
- 100: Allow use array and multi arguments thanks to @vlastv
Internal
- 197: Upgrade to PHPUnit 8. thanks to @jwage
- 215: Enhancement: improve test suite thanks to @BackEndTea