Skip to content

Commit ced56c9

Browse files
committed
Update jphp version.
1 parent 9fb0e9c commit ced56c9

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

jphp-core/package.php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
name: jphp-core
3-
version: 1.2.0
3+
version: 1.2.1
44
description: Compiler and Launcher for JPHP.
55

66
deps:
7-
jphp-runtime: '~1.2.0'
7+
jphp-runtime: '~1.2.1'
88

99

1010
plugins: [Doc, Hub]

jphp-runtime/package.php.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name: jphp-runtime
3-
version: 1.2.0
3+
version: 1.2.1
44
description: Runtime for JPHP + Standard library.
55

66
plugins: [Doc, Hub]
@@ -14,6 +14,12 @@ config:
1414
ignore: ['/package.hub.yml']
1515

1616
history:
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.

0 commit comments

Comments
 (0)