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 1
1
#Changelog
2
2
All notable changes will be documented in this file
3
3
4
- ## 0.4.2
4
+ ## 0.4.3 - June 16th, 2015
5
+
6
+ - [ Bug] Fixed #15
7
+
8
+ ## 0.4.2 - June 15th, 2015
5
9
6
10
- [ Internal] Fixed issue #14 - EntityIterator cursor bug
7
11
8
- ## 0.4.1
12
+ ## 0.4.1 - June 13th, 2015
9
13
10
14
- [ Internal] Added ArrayAccess to EntityIterator
11
15
Original file line number Diff line number Diff line change 34
34
},
35
35
"extra" : {
36
36
"branch-alias" : {
37
- "dev-master" : " 0.4 -dev"
37
+ "dev-master" : " 0.5 -dev"
38
38
}
39
39
}
40
40
}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function next()
65
65
66
66
public function valid ()
67
67
{
68
- return ($ this ->cursor < $ this ->count ( ));
68
+ return ($ this ->cursor <= max ( array_keys ( $ this ->data ) ));
69
69
}
70
70
71
71
protected function _getZerothEntity ()
You can’t perform that action at this time.
0 commit comments