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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+57-8
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,21 @@ All notable changes to this project will be documented in this file, in reverse
24
24
25
25
- Nothing.
26
26
27
+
## 0.12.3 - 2021-08-27
28
+
29
+
30
+
-----
31
+
32
+
### Release Notes for [0.12.3](https://github.com/open-code-modeling/php-code-ast/milestone/30)
33
+
34
+
0.12.x bugfix release (patch)
35
+
36
+
### 0.12.3
37
+
38
+
- Total issues resolved: **0**
39
+
- Total pull requests resolved: **0**
40
+
- Total contributors: **0**
41
+
27
42
## 0.12.2 - 2021-02-16
28
43
29
44
@@ -41,7 +56,7 @@ All notable changes to this project will be documented in this file, in reverse
41
56
42
57
#### bug
43
58
44
-
-[71: Typed is not considered via setTyped() method in ClassPropertyBuilder](https://github.com/open-code-modeling/php-code-ast/issues/71) thanks to @sandrokeil
59
+
-[71: Typed is not considered via setTyped() method in ClassPropertyBuilder](https://github.com/open-code-modeling/php-code-ast/issues/71) thanks to @sandrokeil
45
60
46
61
## 0.12.1 - 2021-02-15
47
62
@@ -60,7 +75,7 @@ All notable changes to this project will be documented in this file, in reverse
60
75
61
76
#### bug
62
77
63
-
-[69: ClassPropertyBuilder with typed=false not working](https://github.com/open-code-modeling/php-code-ast/issues/69) thanks to @sandrokeil
78
+
-[69: ClassPropertyBuilder with typed=false not working](https://github.com/open-code-modeling/php-code-ast/issues/69) thanks to @sandrokeil
64
79
65
80
## 0.12.0 - 2021-02-12
66
81
@@ -79,11 +94,26 @@ Feature release (minor)
79
94
80
95
#### bug,enhancement
81
96
82
-
-[68: Fix default value code generation for properties and parameters](https://github.com/open-code-modeling/php-code-ast/issues/68) thanks to @sandrokeil
97
+
-[68: Fix default value code generation for properties and parameters](https://github.com/open-code-modeling/php-code-ast/issues/68) thanks to @sandrokeil
83
98
84
99
#### enhancement
85
100
86
-
-[67: Add support for code style in FileGenerator ](https://github.com/open-code-modeling/php-code-ast/issues/67) thanks to @sandrokeil
101
+
-[67: Add support for code style in FileGenerator ](https://github.com/open-code-modeling/php-code-ast/issues/67) thanks to @sandrokeil
102
+
103
+
## 0.11.1 - 2021-08-27
104
+
105
+
106
+
-----
107
+
108
+
### Release Notes for [0.11.1](https://github.com/open-code-modeling/php-code-ast/milestone/25)
109
+
110
+
0.11.x bugfix release (patch)
111
+
112
+
### 0.11.1
113
+
114
+
- Total issues resolved: **0**
115
+
- Total pull requests resolved: **0**
116
+
- Total contributors: **0**
87
117
88
118
## 0.11.0 - 2021-01-30
89
119
@@ -102,10 +132,29 @@ Feature release (minor)
102
132
103
133
#### enhancement
104
134
105
-
-[66: Generate code from file collection with current file AST support](https://github.com/open-code-modeling/php-code-ast/issues/66) thanks to @sandrokeil
106
-
-[65: Support custom node visitors in class and interface builder](https://github.com/open-code-modeling/php-code-ast/issues/65) thanks to @sandrokeil
107
-
-[61: Switch from PHPStan to Psalm](https://github.com/open-code-modeling/php-code-ast/issues/61) thanks to @sandrokeil
108
-
-[55: Remove deprecated methods and static node visitor methods in favour of high level API](https://github.com/open-code-modeling/php-code-ast/issues/55) thanks to @sandrokeil
135
+
-[66: Generate code from file collection with current file AST support](https://github.com/open-code-modeling/php-code-ast/issues/66) thanks to @sandrokeil
136
+
-[65: Support custom node visitors in class and interface builder](https://github.com/open-code-modeling/php-code-ast/issues/65) thanks to @sandrokeil
137
+
-[61: Switch from PHPStan to Psalm](https://github.com/open-code-modeling/php-code-ast/issues/61) thanks to @sandrokeil
138
+
-[55: Remove deprecated methods and static node visitor methods in favour of high level API](https://github.com/open-code-modeling/php-code-ast/issues/55) thanks to @sandrokeil
139
+
140
+
## 0.10.4 - 2021-08-27
141
+
142
+
143
+
-----
144
+
145
+
### Release Notes for [0.10.4](https://github.com/open-code-modeling/php-code-ast/milestone/24)
146
+
147
+
0.10.x bugfix release (patch)
148
+
149
+
### 0.10.4
150
+
151
+
- Total issues resolved: **1**
152
+
- Total pull requests resolved: **0**
153
+
- Total contributors: **1**
154
+
155
+
#### bug
156
+
157
+
-[82: Exists check in NodeVisitor/ClassImplements not working properly](https://github.com/open-code-modeling/php-code-ast/issues/82) thanks to @sandrokeil
0 commit comments