Skip to content

Releases: stubbles/stubbles-sequence

10.1.0 - One more year

25 Dec 19:34
v10.1.0

Choose a tag to compare

  • raised minimum required PHP version to 8.2

10.0.0 - Ten out of ten, would recommend

26 Dec 09:35
9e58f5e

Choose a tag to compare

  • raised minimum required PHP version to 8.0

9.0.0 - Going three

29 Oct 11:04

Choose a tag to compare

  • raised minimum required PHP version to 7.3

8.1.0 - Variadic ftw

29 Oct 11:03

Choose a tag to compare

  • implemented #2: create sequence with variadic arguments

8.0.0 - It's always coming 7

29 Oct 11:02

Choose a tag to compare

BC breaks

  • raised minimum required PHP version to 7.0.0
  • introduced scalar type hints and strict type checking

Other changes

  • stubbles\sequence\Sequence can now be casted to string, which provides information about how the sequence is build
  • added stubbles\sequence\assert\Provides:values() which creates a predicate that allows to assert that a sequence contains the expected values
  • added stubbles\sequence\assert\Provides:data() which creates a predicate that allows to assert that a sequence contains the expected data
  • added stubbles\sequence\castToIterator()

7.0.0 - Core in sequence

11 Jan 19:19

Choose a tag to compare

  • split off from stubbles/core
  • fixed stubbles\sequence\iterator\MappingIterator calling value- and key-mapper when end of iteration reached