|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +1.0.0RC01 |
| 5 | +--------- |
| 6 | +- Major: update source code structure, put Component and Element fodlers under ```src``` fodler, update composer and phpunit accordingly |
| 7 | + |
4 | 8 | 0.0.16 |
5 | 9 | ----- |
6 | | -Minor: correct annotation |
| 10 | +- Minor: correct annotation |
7 | 11 |
|
8 | 12 | 0.0.15 |
9 | 13 | ----- |
10 | | -Issue #3: fix constant declaration for specific value containing ( |
| 14 | +- Issue #3: fix constant declaration for specific value containing ( |
11 | 15 |
|
12 | 16 | 0.0.14 |
13 | 17 | ----- |
14 | | -Improvement: make annotation splitting more clever using word wrap in order to keep |
| 18 | +- Improvement: make annotation splitting more clever using word wrap in order to keep |
15 | 19 |
|
16 | 20 | 0.0.13 |
17 | 21 | ----- |
18 | | -Issue #2 : allow backslash for function/method parameter type |
| 22 | +- Issue #2 : allow backslash for function/method parameter type |
19 | 23 |
|
20 | 24 | 0.0.12 |
21 | 25 | ----- |
22 | | -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. |
| 26 | +- 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. |
23 | 27 |
|
24 | 28 | 0.0.11 |
25 | 29 | ----- |
26 | | -Issue : allow backslash within class name for namespace |
| 30 | +- Issue : allow backslash within class name for namespace |
27 | 31 |
|
28 | 32 | 0.0.10 |
29 | 33 | ----- |
30 | | -allow to provide annotation max length to use |
| 34 | +- Allow to provide annotation max length to use |
31 | 35 |
|
32 | 36 | 0.0.9 |
33 | 37 | ----- |
34 | | -Fix issue : within a class, the additonal multi lines are not indented correcly |
| 38 | +- Fix issue : within a class, the additonal multi lines are not indented correcly |
35 | 39 |
|
36 | 40 | 0.0.8 |
37 | 41 | ----- |
38 | | -Fix issue: workaround for known var_export issue with float value |
| 42 | +- Fix issue: workaround for known var_export issue with float value |
39 | 43 |
|
40 | 44 | 0.0.7 |
41 | 45 | ----- |
42 | | -Fix issue: if variable has 'news' as value, the variable is generated with news instead of 'news' |
| 46 | +- Fix issue: if variable has 'news' as value, the variable is generated with news instead of 'news' |
43 | 47 |
|
44 | 48 | 0.0.6 |
45 | 49 | ----- |
46 | | -Improvement: improve lisiblity and extensibility for PhpVariable and PhpFunctionParameter |
| 50 | +- Improvement: improve lisiblity and extensibility for PhpVariable and PhpFunctionParameter |
47 | 51 |
|
48 | 52 | 0.0.5 |
49 | 53 | ----- |
50 | | -Fix issue: function parameter type is not tooken into account |
| 54 | +- Fix issue: function parameter type is not tooken into account |
51 | 55 |
|
52 | 56 | 0.0.4 |
53 | 57 | ----- |
54 | | -Fix issue regarding property/variable that has no value but always has a null value assigned with an assignment sign |
| 58 | +- Fix issue regarding property/variable that has no value but always has a null value assigned with an assignment sign |
55 | 59 |
|
56 | 60 | 0.0.3 |
57 | 61 | ----- |
58 | | -Apply PSR-2 rule: All PHP files MUST end with a single blank line. |
| 62 | +- Apply PSR-2 rule: All PHP files MUST end with a single blank line. |
59 | 63 |
|
60 | 64 | 0.0.2 |
61 | 65 | ----- |
62 | | -Code coverage improved |
63 | | -Several methods have been refactored to minimize them and consolidate them |
64 | | -Component/PhpInterface has been added |
65 | | -Component/PhpFile has been cleaned and enhanced |
66 | | -Component/PhpClass has been cleaned |
67 | | -Component/AbstractComponent has been enhanced |
| 66 | +- Code coverage improved |
| 67 | +- Several methods have been refactored to minimize them and consolidate them |
| 68 | +- Component/PhpInterface has been added |
| 69 | +- Component/PhpFile has been cleaned and enhanced |
| 70 | +- Component/PhpClass has been cleaned |
| 71 | +- Component/AbstractComponent has been enhanced |
68 | 72 |
|
69 | 73 | 0.0.1 |
70 | 74 | ----- |
71 | | -Initial version |
| 75 | +- Initial version |
0 commit comments