Skip to content

Commit bcb4fe4

Browse files
committed
src - update changelog
1 parent 0cb1add commit bcb4fe4

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

CHANGELOG.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,75 @@
11
CHANGELOG
22
=========
33

4+
WIP
5+
---
6+
- Major: update source code structure, put Component and Element fodlers under ```src``` fodler, update composer and phpunit accordingly
7+
48
0.0.16
59
-----
6-
Minor: correct annotation
10+
- Minor: correct annotation
711

812
0.0.15
913
-----
10-
Issue #3: fix constant declaration for specific value containing (
14+
- Issue #3: fix constant declaration for specific value containing (
1115

1216
0.0.14
1317
-----
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
1519

1620
0.0.13
1721
-----
18-
Issue #2 : allow backslash for function/method parameter type
22+
- Issue #2 : allow backslash for function/method parameter type
1923

2024
0.0.12
2125
-----
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.
2327

2428
0.0.11
2529
-----
26-
Issue : allow backslash within class name for namespace
30+
- Issue : allow backslash within class name for namespace
2731

2832
0.0.10
2933
-----
30-
allow to provide annotation max length to use
34+
- Allow to provide annotation max length to use
3135

3236
0.0.9
3337
-----
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
3539

3640
0.0.8
3741
-----
38-
Fix issue: workaround for known var_export issue with float value
42+
- Fix issue: workaround for known var_export issue with float value
3943

4044
0.0.7
4145
-----
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'
4347

4448
0.0.6
4549
-----
46-
Improvement: improve lisiblity and extensibility for PhpVariable and PhpFunctionParameter
50+
- Improvement: improve lisiblity and extensibility for PhpVariable and PhpFunctionParameter
4751

4852
0.0.5
4953
-----
50-
Fix issue: function parameter type is not tooken into account
54+
- Fix issue: function parameter type is not tooken into account
5155

5256
0.0.4
5357
-----
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
5559

5660
0.0.3
5761
-----
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.
5963

6064
0.0.2
6165
-----
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
6872

6973
0.0.1
7074
-----
71-
Initial version
75+
- Initial version

0 commit comments

Comments
 (0)