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
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
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.9.0 - TBD
6
+
7
+
### Added
8
+
9
+
- Nothing.
10
+
11
+
### Changed
12
+
13
+
- Nothing.
14
+
15
+
### Deprecated
16
+
17
+
- Nothing.
18
+
19
+
### Removed
20
+
21
+
- Nothing.
22
+
23
+
### Fixed
24
+
25
+
- Nothing.
26
+
27
+
5
28
## 0.8.6 - 2020-11-20
6
29
7
30
@@ -21,6 +44,7 @@ All notable changes to this project will be documented in this file, in reverse
21
44
22
45
-[41: Fix value detection in ClassConstBuilder ](https://github.com/open-code-modeling/php-code-ast/issues/41) thanks to @sandrokeil
23
46
47
+
24
48
## 0.8.5 - 2020-11-20
25
49
26
50
@@ -41,6 +65,7 @@ All notable changes to this project will be documented in this file, in reverse
41
65
-[39: Fix missing fluent interface for setter](https://github.com/open-code-modeling/php-code-ast/issues/39) thanks to @sandrokeil
42
66
-[38: Fix PHPStan issues level 5](https://github.com/open-code-modeling/php-code-ast/issues/38) thanks to @sandrokeil
43
67
68
+
44
69
## 0.8.4 - 2020-11-20
45
70
46
71
@@ -60,6 +85,7 @@ All notable changes to this project will be documented in this file, in reverse
60
85
61
86
-[36: Boolean, float and double values not working properly in Code\ValueGenerator](https://github.com/open-code-modeling/php-code-ast/issues/36) thanks to @sandrokeil
62
87
88
+
63
89
## 0.8.3 - 2020-11-13
64
90
65
91
@@ -125,7 +151,7 @@ All notable changes to this project will be documented in this file, in reverse
125
151
126
152
### Release Notes for [0.8.0](https://github.com/open-code-modeling/php-code-ast/milestone/5)
127
153
128
-
154
+
Feature release (minor)
129
155
130
156
### 0.8.0
131
157
@@ -152,6 +178,8 @@ All notable changes to this project will be documented in this file, in reverse
152
178
-----
153
179
### Release Notes for [0.7.0](https://github.com/open-code-modeling/php-code-ast/milestone/4)
154
180
181
+
Feature release (minor)
182
+
155
183
### 0.7.0
156
184
157
185
- Total issues resolved: **1**
@@ -167,6 +195,8 @@ All notable changes to this project will be documented in this file, in reverse
167
195
-----
168
196
### Release Notes for [0.6.0](https://github.com/open-code-modeling/php-code-ast/milestone/3)
169
197
198
+
Feature release (minor)
199
+
170
200
### 0.6.0
171
201
172
202
- Total issues resolved: **3**
@@ -184,6 +214,8 @@ All notable changes to this project will be documented in this file, in reverse
184
214
-----
185
215
### Release Notes for [0.5.0](https://github.com/open-code-modeling/php-code-ast/milestone/2)
0 commit comments