File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ 1.2.0] - Unreleased
8
+ ## [ 1.2.0] - 2020-05-23
9
9
### Added
10
10
- Function scanner extracts not only functions calls but also class methods calls.
11
11
12
12
### Fixed
13
13
- Support for ` gettext/gettext v5.5.0 `
14
+ - Extract comments prepending variable assignments [ #8 ]
14
15
15
16
## [ 1.1.1] - 2019-11-25
16
17
### Fixed
@@ -31,8 +32,9 @@ First version
31
32
[ #1 ] : https://github.com/php-gettext/PHP-Scanner/issues/1
32
33
[ #5 ] : https://github.com/php-gettext/PHP-Scanner/issues/5
33
34
[ #6 ] : https://github.com/php-gettext/PHP-Scanner/issues/6
35
+ [ #8 ] : https://github.com/php-gettext/PHP-Scanner/issues/8
34
36
35
- [ 1.2.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...HEAD
37
+ [ 1.2.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0
36
38
[ 1.1.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1
37
39
[ 1.1.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
38
40
[ 1.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^7.2" ,
22
22
"nikic/php-parser" : " ^4.2" ,
23
- "gettext/gettext" : " dev-feature/functions-handlers-trait "
23
+ "gettext/gettext" : " ^5.5.0 "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^8.0" ,
You can’t perform that action at this time.
0 commit comments