Skip to content

Releases: gameeapp/php-collections

v4.3.0

23 Oct 18:00
fd6c7fc
Compare
Choose a tag to compare

feat: methods added to unique collection: mapBy, sortBy, min, max, rand, randCollection, all, any, none

v4.2.0

01 Jul 12:47
c3e9a1f
Compare
Choose a tag to compare

feat: methods added to unique collection: toList
feat: optimized getFirst/Last methods

v4.1.0

29 Jun 09:53
76b3e29
Compare
Choose a tag to compare

feat: methods added to unique collection: mapWithCustomKey, findFirstByCondition, isNotEmpty, jsonSerialize,
refactor: removed abstract from unique collection (it is not necessary to extend this class)

v4.0.0

23 Mar 10:52
70fc3c1
Compare
Choose a tag to compare

feat: php 8.0
feat: codechecker rules 3.0
feat: methods added to unique collection: fillEmptyCollection, removeItem, removeItemByKey, getFirst, getLast, getByIndex
refactor: nette tester changed to codeception
refactor: using makefile instead od composer scripts
deprecated: ObjectIterator, ImmutableObjectCollection

Added walk method to UniqueObjectCollection

13 May 11:09
a98df61
Compare
Choose a tag to compare
Merge pull request #15 from gameeapp/add_walk_to_unique_collection

feat: added walk method to UniqueObjectCollection

Removed deprecated methods from UniqueObjectCollection

28 Aug 07:41
b939e7c
Compare
Choose a tag to compare
Merge pull request #14 from gameeapp/remove_deprecated_methods

upkeep: removed deprecated methods from UniqueObjectCollection

Full support of generics in UniqueObjectCollection

21 Apr 10:51
3546eab
Compare
Choose a tag to compare
v2.3.0

Merge pull request #13 from gameeapp/fully_supported_generics_in_uniq…

v2.2.1

15 Apr 13:08
Compare
Choose a tag to compare
  • English fix

v2.2.0

03 Apr 13:27
Compare
Choose a tag to compare
  • UniqueObjectCollection: make ::contains(object $item) public

v2.1.0

03 Apr 09:37
fa86e8b
Compare
Choose a tag to compare
  • No final contructor in UniqueObjectCollection