Releases: tiny-blocks/collection
Releases · tiny-blocks/collection
v1.10.1
v1.10.0
- Fixes
composer.json
. - Changes mapping implementation for array and json using
tiny-blocks/mapper
lib.
v1.9.2
- Fixes execution of composer scripts and updates dependencies.
v1.9.1
- Fixes
composer.json
.
v1.9.0
- Changes mapping implementation for array and json
using tiny-blocks/mapper
lib
v1.8.0
- Adds
flatten
method to remove nested collections and return a single flattened Collection.
v1.7.0
- Adds
joinToString
method to join collection elements with a separator.
v1.6.0
- Implements
slice
method to Collection for extracting a portion of the collection based on given start and length.
v1.5.0
- Adds
groupBy
method to Collection for grouping elements by a specified criterion.
v1.4.0
- Implements contains operation for Collection.