Releases: gameeapp/php-collections
Releases · gameeapp/php-collections
v4.3.0
v4.2.0
feat: methods added to unique collection: toList
feat: optimized getFirst/Last methods
v4.1.0
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
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
Merge pull request #15 from gameeapp/add_walk_to_unique_collection feat: added walk method to UniqueObjectCollection
Removed deprecated methods from UniqueObjectCollection
Merge pull request #14 from gameeapp/remove_deprecated_methods upkeep: removed deprecated methods from UniqueObjectCollection
Full support of generics in UniqueObjectCollection
v2.3.0 Merge pull request #13 from gameeapp/fully_supported_generics_in_uniq…
v2.2.1
- English fix
v2.2.0
- UniqueObjectCollection: make ::contains(object $item) public
v2.1.0
- No final contructor in UniqueObjectCollection