You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- issue #4 - Cyrillic alphabet is not handled well
5
+
6
+
## 1.0.0
6
7
- First major release
7
8
8
-
1.0.0RC01
9
-
---------
9
+
## 1.0.0RC01
10
10
- Major: update source code structure, put Component and Element fodlers under ```src``` fodler, update composer and phpunit accordingly
11
11
12
-
0.0.16
13
-
-----
12
+
## 0.0.16
14
13
- Minor: correct annotation
15
14
16
-
0.0.15
17
-
-----
15
+
## 0.0.15
18
16
- Issue #3: fix constant declaration for specific value containing (
19
17
20
-
0.0.14
21
-
-----
18
+
## 0.0.14
22
19
- Improvement: make annotation splitting more clever using word wrap in order to keep
23
20
24
-
0.0.13
25
-
-----
21
+
## 0.0.13
26
22
- Issue #2 : allow backslash for function/method parameter type
27
23
28
-
0.0.12
29
-
-----
24
+
## 0.0.12
30
25
- Refactoring : Use statements and Namespace are contained by a file not a class as each element should only knows what it contains not what that is around itself.
31
26
32
-
0.0.11
33
-
-----
27
+
## 0.0.11
34
28
- Issue : allow backslash within class name for namespace
35
29
36
-
0.0.10
37
-
-----
30
+
## 0.0.10
38
31
- Allow to provide annotation max length to use
39
32
40
-
0.0.9
41
-
-----
33
+
## 0.0.9
42
34
- Fix issue : within a class, the additonal multi lines are not indented correcly
43
35
44
-
0.0.8
45
-
-----
36
+
## 0.0.8
46
37
- Fix issue: workaround for known var_export issue with float value
47
38
48
-
0.0.7
49
-
-----
39
+
## 0.0.7
50
40
- Fix issue: if variable has 'news' as value, the variable is generated with news instead of 'news'
51
41
52
-
0.0.6
53
-
-----
42
+
## 0.0.6
54
43
- Improvement: improve lisiblity and extensibility for PhpVariable and PhpFunctionParameter
55
44
56
-
0.0.5
57
-
-----
45
+
## 0.0.5
58
46
- Fix issue: function parameter type is not tooken into account
59
47
60
-
0.0.4
61
-
-----
48
+
## 0.0.4
62
49
- Fix issue regarding property/variable that has no value but always has a null value assigned with an assignment sign
63
50
64
-
0.0.3
65
-
-----
51
+
## 0.0.3
66
52
- Apply PSR-2 rule: All PHP files MUST end with a single blank line.
67
53
68
-
0.0.2
69
-
-----
54
+
## 0.0.2
70
55
- Code coverage improved
71
56
- Several methods have been refactored to minimize them and consolidate them
0 commit comments