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
+42-8
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ All notable changes to this project will be documented in this file, in reverse
41
41
42
42
#### bug
43
43
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
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
45
45
46
46
## 0.12.1 - 2021-02-15
47
47
@@ -60,7 +60,7 @@ All notable changes to this project will be documented in this file, in reverse
60
60
61
61
#### bug
62
62
63
-
-[69: ClassPropertyBuilder with typed=false not working](https://github.com/open-code-modeling/php-code-ast/issues/69) thanks to @sandrokeil
63
+
-[69: ClassPropertyBuilder with typed=false not working](https://github.com/open-code-modeling/php-code-ast/issues/69) thanks to @sandrokeil
64
64
65
65
## 0.12.0 - 2021-02-12
66
66
@@ -79,11 +79,26 @@ Feature release (minor)
79
79
80
80
#### bug,enhancement
81
81
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
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
83
83
84
84
#### enhancement
85
85
86
-
-[67: Add support for code style in FileGenerator ](https://github.com/open-code-modeling/php-code-ast/issues/67) thanks to @sandrokeil
86
+
-[67: Add support for code style in FileGenerator ](https://github.com/open-code-modeling/php-code-ast/issues/67) thanks to @sandrokeil
87
+
88
+
## 0.11.1 - 2021-08-27
89
+
90
+
91
+
-----
92
+
93
+
### Release Notes for [0.11.1](https://github.com/open-code-modeling/php-code-ast/milestone/25)
94
+
95
+
0.11.x bugfix release (patch)
96
+
97
+
### 0.11.1
98
+
99
+
- Total issues resolved: **0**
100
+
- Total pull requests resolved: **0**
101
+
- Total contributors: **0**
87
102
88
103
## 0.11.0 - 2021-01-30
89
104
@@ -102,10 +117,29 @@ Feature release (minor)
102
117
103
118
#### enhancement
104
119
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
120
+
-[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
121
+
-[65: Support custom node visitors in class and interface builder](https://github.com/open-code-modeling/php-code-ast/issues/65) thanks to @sandrokeil
122
+
-[61: Switch from PHPStan to Psalm](https://github.com/open-code-modeling/php-code-ast/issues/61) thanks to @sandrokeil
123
+
-[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
124
+
125
+
## 0.10.4 - 2021-08-27
126
+
127
+
128
+
-----
129
+
130
+
### Release Notes for [0.10.4](https://github.com/open-code-modeling/php-code-ast/milestone/24)
131
+
132
+
0.10.x bugfix release (patch)
133
+
134
+
### 0.10.4
135
+
136
+
- Total issues resolved: **1**
137
+
- Total pull requests resolved: **0**
138
+
- Total contributors: **1**
139
+
140
+
#### bug
141
+
142
+
-[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