File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
22name : jphp-core
3- version : 1.2.0
3+ version : 1.2.1
44description : Compiler and Launcher for JPHP.
55
66deps :
7- jphp-runtime : ' ~1.2.0 '
7+ jphp-runtime : ' ~1.2.1 '
88
99
1010plugins : [Doc, Hub]
Original file line number Diff line number Diff line change 11
22name : jphp-runtime
3- version : 1.2.0
3+ version : 1.2.1
44description : Runtime for JPHP + Standard library.
55
66plugins : [Doc, Hub]
@@ -14,6 +14,12 @@ config:
1414 ignore : ['/package.hub.yml']
1515
1616history :
17+ 1.2.1 :
18+ - Fix Cannot use yield in ternary operator.
19+ - Fix Cannot use array access on yielded values.
20+ - Fix Cannot call closure in-place.
21+ - Fix Cannot use yield in a foreach loop header.
22+ - Many bug fixes in syntax analyzer.
1723 1.2.0 :
1824 - PHP 7.1+ features.
1925 - Typed Properties 2.0.
You can’t perform that action at this time.
0 commit comments