Skip to content

Commit bd2abdd

Browse files
committed
Publish jphp version.
1 parent 42590c0 commit bd2abdd

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

jphp-core/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-core
6-
> version 1.2.0, created by JPPM.
6+
> version {0}, created by JPPM.
77
88
Compiler and Launcher for JPHP.
99

jphp-core/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-core
6-
> версия 1.2.0, создано с помощью JPPM.
6+
> версия {0}, создано с помощью JPPM.
77
88
Compiler and Launcher for JPHP.
99

jphp-runtime/api-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-runtime
6-
> version 1.2.0, created by JPPM.
6+
> version {0}, created by JPPM.
77
88
Runtime for JPHP + Standard library.
99

jphp-runtime/api-docs/README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
## jphp-runtime
6-
> версия 1.2.0, создано с помощью JPPM.
6+
> версия {0}, создано с помощью JPPM.
77
88
Runtime for JPHP + Standard library.
99

jphp-runtime/package.php.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ config:
1414
ignore: ['/package.hub.yml']
1515

1616
history:
17+
1.2.0:
18+
- PHP 7.1+ features.
19+
- Typed Properties 2.0.
20+
- Weak References.
21+
- Null Coalescing Assignment Operator.
22+
- Anonymous Classes.
23+
- Allow abstract function override.
24+
- Fix many bugs in syntax analyzer.
25+
- Fix array access syntax bugs.
26+
- Fix caching properties bugs.
27+
- Fix type hinting bugs.
28+
- L10N for engine error messages (+RU language).
29+
- Fix bug - Cannot define class with multiple generator member functions.
30+
- Many bug fixes.
1731
1.1.5:
1832
- Arrow Functions, add static and return refs.
1933
- Allow a trailing comma in function calls.

0 commit comments

Comments
 (0)