Releases: xp-forge/sequence
Releases · xp-forge/sequence
10.3.0: XP 12 compatibility
10.2.0: Collection parts
10.1.0: Single operation
- Introduce dedicated
util.data.NoSuchElement
exception. It's thrown
fromOptional::get()
if no element is present instead of the generic
util.NoSuchElementException
. For BC reasons, it extends the latter.
(@thekid) - Implemented PR #54: Implement
Sequence::single()
- which is similar
tofirst()
but raises an exception if there are more than 1 element
in the sequence.
(@thekid)
10.0.0: Drop XP 9, add XP 11
- Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid)
9.3.0: Zip intermediate
9.2.0: Intermediate NOOPs
9.1.1: PHP 8.1 compatibility
- Fixed PHP 8.1 compatibility for
Traversable
subtypes - @thekid
9.1.0: Collections library compatibility
- Added compatibility with
xp-framework/collections
version 10.0.0
(@thekid)
9.0.1: Test code refactoring
9.0.0: Drop PHP 5 support
- Implemented xp-framework/rfc#334: Drop PHP 5.6. The minimum required
PHP version is now 7.0.0!
(@thekid)