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
+13-13
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@
2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
-
## 0.11.0 - TBD
5
+
## 0.11.0 - 2021-01-30
6
6
7
-
### Added
8
-
9
-
- Nothing.
10
-
11
-
### Changed
12
7
13
-
- Nothing.
8
+
-----
14
9
15
-
### Deprecated
10
+
### Release Notes for [0.11.0](https://github.com/open-code-modeling/php-code-ast/milestone/21)
16
11
17
-
- Nothing.
12
+
Feature release (minor)
18
13
19
-
### Removed
14
+
### 0.11.0
20
15
21
-
- Nothing.
16
+
- Total issues resolved: **4**
17
+
- Total pull requests resolved: **0**
18
+
- Total contributors: **1**
22
19
23
-
###Fixed
20
+
#### enhancement
24
21
25
-
- Nothing.
22
+
-[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
23
+
-[65: Support custom node visitors in class and interface builder](https://github.com/open-code-modeling/php-code-ast/issues/65) thanks to @sandrokeil
24
+
-[61: Switch from PHPStan to Psalm](https://github.com/open-code-modeling/php-code-ast/issues/61) thanks to @sandrokeil
25
+
-[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
0 commit comments