File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11#Changelog
22All notable changes will be documented in this file
33
4- ## 0.4.2
4+ ## 0.4.3 - June 16th, 2015
5+
6+ - [ Bug] Fixed #15
7+
8+ ## 0.4.2 - June 15th, 2015
59
610- [ Internal] Fixed issue #14 - EntityIterator cursor bug
711
8- ## 0.4.1
12+ ## 0.4.1 - June 13th, 2015
913
1014- [ Internal] Added ArrayAccess to EntityIterator
1115
Original file line number Diff line number Diff line change 3434 },
3535 "extra" : {
3636 "branch-alias" : {
37- "dev-master" : " 0.4 -dev"
37+ "dev-master" : " 0.5 -dev"
3838 }
3939 }
4040}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function next()
6565
6666 public function valid ()
6767 {
68- return ($ this ->cursor < $ this ->count ( ));
68+ return ($ this ->cursor <= max ( array_keys ( $ this ->data ) ));
6969 }
7070
7171 protected function _getZerothEntity ()
You can’t perform that action at this time.
0 commit comments