Releases: xp-forge/sequence
Releases · xp-forge/sequence
5.1.0: Collections API
21 Apr 18:31
Compare
Sorry, something went wrong.
No results found
5.0.0: XP7 compatibility
21 Feb 18:22
Compare
Sorry, something went wrong.
No results found
Added version compatibility with XP 7 - @thekid
4.1.2: XP7 Forward compatibility
23 Jan 20:37
Compare
Sorry, something went wrong.
No results found
4.1.1: Forward compatible dependencies declaration
20 Dec 10:45
Compare
Sorry, something went wrong.
No results found
Added dependencies on collections and unittest libraries which have
since been extracted from XP core.
(@thekid )
4.1.0: Collectors
23 Nov 19:17
Compare
Sorry, something went wrong.
No results found
Merged PR #28 : Fix Collectors class' methods to cast given functions
(@thekid )
Merged PR #27 : Add support for optional mapper in toSet() and toList()
(@thekid )
4.0.0: Enter PHP 5.5
10 Oct 09:19
Compare
Sorry, something went wrong.
No results found
Heads up: Dropped PHP 5.4 support . See pull request #26 . Note: As
the main source is not touched, unofficial PHP 5.4 support is still
available though not tested with Travis-CI .
(@thekid )
3.1.0: Key to success
20 Jun 13:09
Compare
Sorry, something went wrong.
No results found
Merged PR #25 : Implement support for using keys in collect() - @thekid
Merged PR #24 : Implement support for mapping keys - @thekid
3.0.0: Value object protocol
01 Jun 18:57
Compare
Sorry, something went wrong.
No results found
Renamed whenNull() to whenAbsent() in util.data.Optional. This is
more consistent with the present() method. See pull request #23
(@thekid )
Implemented Optional::toString(), equals() and hashCode() - @thekid
Implemented Sequence::toString(), equals() and hashCode() - @thekid
2.2.1: HHVM support
31 May 14:27
Compare
Sorry, something went wrong.
No results found
Fixed issue #22 : tests not running on HHVM - @thekid
2.2.0: Optional features
30 May 12:35
Compare
Sorry, something went wrong.
No results found
Made Optional's constructor public and allow new Optional(null) to
represent an optional with a present null value
(@thekid )
Changed Optional::of() to return an empty optional if null is passed
(@thekid )
Added whenNull() method to util.data.Optional to allow easy chaining
(@thekid )
Added filter(), map() and orUse() implementations to util.data.Optional
See pull request #21
(@thekid )