@@ -5,16 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.2.0] - 2019-01-14
8
10
### Added
9
11
- Added ability to enable ` YYDEBUG ` on fly by exporting ` ZEPHIR_YYDEBUG `
10
- environment variable with the value of 1.
12
+ environment variable with the value of 1
13
+ - Added support of PHP 7.3 for Windows (Linux users have this support for a long time)
11
14
12
15
### Fixed
13
- - Fixed syntax error with final class and use of extends and implements
14
- [ #48 ] ( https://github.com/phalcon/php-zephir-parser/issues/48 )
15
16
- Corrected behavior on parse an empty file. Now an empty
16
17
[ IR] ( https://en.wikipedia.org/wiki/Intermediate_representation )
17
- (as an array) will be returned
18
+ will be returned as an array
18
19
- Fixed language scanner and parser so that it is possible to parse files
19
20
containing empty docblocks or files contains comments only
20
21
@@ -23,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
24
24
25
## [ 1.1.4] - 2018-11-22
25
26
### Fixed
26
- - Backport [ #49 ] ( https://github.com/phalcon/php-zephir-parser/pull/49 ) from the upstream
27
+ - Fixed syntax error with final class and use of extends and implements
28
+ [ #48 ] ( https://github.com/phalcon/php-zephir-parser/issues/48 )
27
29
28
30
## [ 1.1.3] - 2018-11-06
29
31
### Changed
@@ -111,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
111
113
### Added
112
114
- Initial stable release
113
115
114
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.4...HEAD
116
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...HEAD
117
+ [ 1.2.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.2.0
115
118
[ 1.1.4 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.3...v1.1.4
116
119
[ 1.1.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.1.3
117
120
[ 1.1.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.1...v1.1.2
0 commit comments