Skip to content

Releases: somnambulist-tech/collection

5.5.0

15 Jun 23:03
Compare
Choose a tag to compare

Allows collections to be restricted to a type.

5.0.0

20 Jan 22:18
Compare
Choose a tag to compare
PHP8 support

Release 4.0.0

26 Aug 14:27
Compare
Choose a tag to compare

Raise minimum PHP version to 7.4
Update documentation
Remove deprecated methods
Refactor sort methods

3.3.2

26 Aug 14:11
Compare
Choose a tag to compare
Fix key handling bug in KeyWalker

3.2.2

06 Dec 18:10
Compare
Choose a tag to compare

Fix missing constructor on SimpleCollection

3.0.0 Initial release

11 Jul 19:19
046e257
Compare
Choose a tag to compare

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

23 Jun 19:32
Compare
Choose a tag to compare

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