File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 33---
44
55## jphp-core
6- > version 1.2.0 , created by JPPM.
6+ > version {0} , created by JPPM.
77
88Compiler and Launcher for JPHP.
99
Original file line number Diff line number Diff line change 33---
44
55## jphp-core
6- > версия 1.2.0 , создано с помощью JPPM.
6+ > версия {0} , создано с помощью JPPM.
77
88Compiler and Launcher for JPHP.
99
Original file line number Diff line number Diff line change 33---
44
55## jphp-runtime
6- > version 1.2.0 , created by JPPM.
6+ > version {0} , created by JPPM.
77
88Runtime for JPHP + Standard library.
99
Original file line number Diff line number Diff line change 33---
44
55## jphp-runtime
6- > версия 1.2.0 , создано с помощью JPPM.
6+ > версия {0} , создано с помощью JPPM.
77
88Runtime for JPHP + Standard library.
99
Original file line number Diff line number Diff line change @@ -14,6 +14,20 @@ config:
1414 ignore : ['/package.hub.yml']
1515
1616history :
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.
You can’t perform that action at this time.
0 commit comments