Skip to content

Releases: tiny-blocks/collection

v1.10.1

07 Jan 12:05
8f389d5
Compare
Choose a tag to compare
  • Fixes composer.json.

v1.10.0

07 Jan 02:52
75549e1
Compare
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
Compare
Choose a tag to compare
  • Fixes execution of composer scripts and updates dependencies.

v1.9.1

29 Dec 19:19
470b6de
Compare
Choose a tag to compare
  • Fixes composer.json.

v1.9.0

24 Dec 15:20
a66fc2d
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds joinToString method to join collection elements with a separator.

v1.6.0

11 Oct 18:11
0571023
Compare
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
Compare
Choose a tag to compare
  • Adds groupBy method to Collection for grouping elements by a specified criterion.

v1.4.0

02 Oct 20:13
4c2bf3a
Compare
Choose a tag to compare
  • Implements contains operation for Collection.