Skip to content

Commit 8f7d4ac

Browse files
committed
Merge remote-tracking branch 'origin/0.11.x-merge-up-into-0.12.x_Ul9TNHjF' into 0.12.x
# Conflicts: # CHANGELOG.md
2 parents 6cb1a45 + f6534e7 commit 8f7d4ac

File tree

6 files changed

+799
-410
lines changed

6 files changed

+799
-410
lines changed

Diff for: CHANGELOG.md

+42-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All notable changes to this project will be documented in this file, in reverse
4141

4242
#### bug
4343

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
4545

4646
## 0.12.1 - 2021-02-15
4747

@@ -60,7 +60,7 @@ All notable changes to this project will be documented in this file, in reverse
6060

6161
#### bug
6262

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
6464

6565
## 0.12.0 - 2021-02-12
6666

@@ -79,11 +79,26 @@ Feature release (minor)
7979

8080
#### bug,enhancement
8181

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
8383

8484
#### enhancement
8585

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**
87102

88103
## 0.11.0 - 2021-01-30
89104

@@ -102,10 +117,29 @@ Feature release (minor)
102117

103118
#### enhancement
104119

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
109143

110144
## 0.10.3 - 2021-01-29
111145

0 commit comments

Comments
 (0)