Skip to content

Commit bcad0aa

Browse files
committed
Merge branch 'release/0.2' into develop
2 parents ea9ad33 + 2bbe668 commit bcad0aa

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

ChangeLog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Version 0.2
2+
-----------
3+
4+
* new kind descriptor
5+
* ctags flags support
6+
* excmd
7+
* fields
8+
* format
9+
* new test case layer
10+
* introduce debug mode
11+
* bug fixes: #3 and #4
12+
13+
Version 0.1
14+
-----------
15+
16+
* ctags compatible
17+
* surppoted tokens
18+
* constant
19+
* variable
20+
* function
21+
* class
22+
* class method
23+
* class property
24+
* class constant
25+
* interface
26+
* scope field support
27+
* access field support

phpctags

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ if(!isset($options['debug'])) {
2626

2727
if(isset($options['version'])) {
2828
echo <<<'EOF'
29+
Version: 0.2
30+
2931
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012 Techlive Zheng
3032
Addresses: <techlivezheng@gmail.com>, https://github.com/techlivezheng/phpctags
33+
3134
EOF;
3235
exit;
3336
}

0 commit comments

Comments
 (0)