Skip to content

Releases: gameeapp/php-collections

v5.0.0

Choose a tag to compare

@TomPavelec TomPavelec released this 25 Sep 06:46
e2e24e4

Features:

  • methods added to UniqueObjectCollection: sum and reduce

BC break!

  • renamed UniqueObjectCollection methods min and max to minValue and maxValue

v4.3.0

Choose a tag to compare

@TomPavelec TomPavelec released this 23 Oct 18:00
fd6c7fc

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

v4.2.0

Choose a tag to compare

@TomPavelec TomPavelec released this 01 Jul 12:47
c3e9a1f

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

v4.1.0

Choose a tag to compare

@TomPavelec TomPavelec released this 29 Jun 09:53
76b3e29

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

Choose a tag to compare

@TomPavelec TomPavelec released this 23 Mar 10:52
70fc3c1

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

Choose a tag to compare

@TomPavelec TomPavelec released this 13 May 11:09
a98df61
Merge pull request #15 from gameeapp/add_walk_to_unique_collection

feat: added walk method to UniqueObjectCollection

Removed deprecated methods from UniqueObjectCollection

Choose a tag to compare

@TomPavelec TomPavelec released this 28 Aug 07:41
b939e7c
Merge pull request #14 from gameeapp/remove_deprecated_methods

upkeep: removed deprecated methods from UniqueObjectCollection

Full support of generics in UniqueObjectCollection

Choose a tag to compare

@TomPavelec TomPavelec released this 21 Apr 10:51
3546eab
v2.3.0

Merge pull request #13 from gameeapp/fully_supported_generics_in_uniq…

v2.2.1

Choose a tag to compare

@paveljanda paveljanda released this 15 Apr 13:08
  • English fix

v2.2.0

Choose a tag to compare

@paveljanda paveljanda released this 03 Apr 13:27
  • UniqueObjectCollection: make ::contains(object $item) public