Skip to content

Releases: tiny-blocks/collection

v1.10.2

27 Dec 13:29
74618c2

Choose a tag to compare

  • Fixes tiny-blocks/mapper dependency version.

v1.10.1

07 Jan 12:05
8f389d5

Choose a tag to compare

  • Fixes composer.json.

v1.10.0

07 Jan 02:52
75549e1

Choose a tag to compare

  • Fixes composer.json.
  • Changes mapping implementation for array and json using tiny-blocks/mapper lib.

v1.9.2

07 Jan 02:32
84a0d74

Choose a tag to compare

  • Fixes execution of composer scripts and updates dependencies.

v1.9.1

29 Dec 19:19
470b6de

Choose a tag to compare

  • Fixes composer.json.

v1.9.0

24 Dec 15:20
a66fc2d

Choose a tag to compare

  • Changes mapping implementation for array and json using tiny-blocks/mapper lib

v1.8.0

10 Dec 17:36
c4684d2

Choose a tag to compare

  • Adds flatten method to remove nested collections and return a single flattened Collection.

v1.7.0

19 Nov 15:43
339b32e

Choose a tag to compare

  • Adds joinToString method to join collection elements with a separator.

v1.6.0

11 Oct 18:11
0571023

Choose a tag to compare

  • Implements slice method to Collection for extracting a portion of the collection based on given start and length.

v1.5.0

08 Oct 14:55
606adf2

Choose a tag to compare

  • Adds groupBy method to Collection for grouping elements by a specified criterion.