Releases: stubbles/stubbles-sequence
Releases · stubbles/stubbles-sequence
10.1.0 - One more year
10.0.0 - Ten out of ten, would recommend
- raised minimum required PHP version to 8.0
9.0.0 - Going three
- raised minimum required PHP version to 7.3
8.1.0 - Variadic ftw
- implemented #2: create sequence with variadic arguments
8.0.0 - It's always coming 7
BC breaks
- raised minimum required PHP version to 7.0.0
- introduced scalar type hints and strict type checking
Other changes
stubbles\sequence\Sequencecan 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
- split off from stubbles/core
- fixed
stubbles\sequence\iterator\MappingIteratorcalling value- and key-mapper when end of iteration reached