We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d3bf7 commit 449a4dcCopy full SHA for 449a4dc
ChangeLog.md
@@ -0,0 +1,15 @@
1
+Data sequences change log
2
+=========================
3
+
4
+## 1.0.0 / 2014-11-03
5
6
+* Added support to omit value function in `Collectors::toMap()`. The collector
7
+ then used the element itself as a value - @thekid
8
+* Added experimental support to install via Composer - @thekid
9
+* Merged PR #2: Make `skip()` and `limit()` also accept closures
10
+ (@thekid)
11
+* Added supoort for `util.Filter` class in XP Framework. See xp-framework/rfc#98
12
+ and xp-framework/rfc#266
13
14
+* Added support for PHP 5.5 generators (though minimum version requirement is
15
+ still PHP 5.4) - @thekid
0 commit comments