Releases: tiny-blocks/collection
Releases · tiny-blocks/collection
v1.10.2
v1.10.1
- Fixes
composer.json.
v1.10.0
- Fixes
composer.json. - Changes mapping implementation for array and json using
tiny-blocks/mapperlib.
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/mapperlib
v1.8.0
- Adds
flattenmethod to remove nested collections and return a single flattened Collection.
v1.7.0
- Adds
joinToStringmethod to join collection elements with a separator.
v1.6.0
- Implements
slicemethod to Collection for extracting a portion of the collection based on given start and length.
v1.5.0
- Adds
groupBymethod to Collection for grouping elements by a specified criterion.