Releases: somnambulist-tech/collection
Releases · somnambulist-tech/collection
5.5.0
5.0.0
PHP8 support
Release 4.0.0
Raise minimum PHP version to 7.4
Update documentation
Remove deprecated methods
Refactor sort methods
3.3.2
Fix key handling bug in KeyWalker
3.2.2
Fix missing constructor on SimpleCollection
3.0.0 Initial release
First release of the 3.X line. This is a major re-write of the library with many behaviour, API and code changes. Please read the readme for a break down of what has changed.
Please note: there are major BC changes from 2.2.
2.X initial release
The 2.X branch has BC breaks with previous versions.
- Removed all previously deprecated methods
- Removed isModified methods and flag
- Moved static functions (except collect) to Factory
- Changed implementation of
each()
to match other collections