|
1 | | -# Change Log |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -## [v5.6.0](https://github.com/prooph/event-sourcing/tree/v5.6.0) |
| 3 | +## [v5.7.0](https://github.com/prooph/event-sourcing/tree/v5.7.0) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.6.0...v5.7.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- PHP8 compability [\#91](https://github.com/prooph/event-sourcing/pull/91) ([fritz-gerneth](https://github.com/fritz-gerneth)) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- Blueprint idea [\#88](https://github.com/prooph/event-sourcing/issues/88) |
| 14 | +- Use DossierAggregateRepository::get\(\) with ID of different AR Type [\#85](https://github.com/prooph/event-sourcing/issues/85) |
| 15 | +- Allow encapsulation of AggregateRepository [\#84](https://github.com/prooph/event-sourcing/issues/84) |
| 16 | +- Missing aggregate ID [\#83](https://github.com/prooph/event-sourcing/issues/83) |
| 17 | +- Delay event uuid generation until it is requested or external generator supplied [\#82](https://github.com/prooph/event-sourcing/issues/82) |
| 18 | +- How to check if an aggregate ID exists? [\#79](https://github.com/prooph/event-sourcing/issues/79) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Change copyright [\#89](https://github.com/prooph/event-sourcing/pull/89) ([codeliner](https://github.com/codeliner)) |
| 23 | +- Update cs headers [\#86](https://github.com/prooph/event-sourcing/pull/86) ([basz](https://github.com/basz)) |
| 24 | + |
| 25 | +## [v5.6.0](https://github.com/prooph/event-sourcing/tree/v5.6.0) (2018-07-09) |
4 | 26 |
|
5 | 27 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.5.0...v5.6.0) |
6 | 28 |
|
7 | 29 | **Implemented enhancements:** |
8 | 30 |
|
9 | | -- add metadata to create stream [\#81](https://github.com/prooph/event-sourcing/pull/81) ([hiddeb](https://github.com/hiddeb)) |
| 31 | +- add metadata to create stream [\#81](https://github.com/prooph/event-sourcing/pull/81) ([hiddeb-zz](https://github.com/hiddeb-zz)) |
10 | 32 |
|
11 | 33 | **Closed issues:** |
12 | 34 |
|
|
17 | 39 | - Added .gitattributes file [\#80](https://github.com/prooph/event-sourcing/pull/80) ([Brammm](https://github.com/Brammm)) |
18 | 40 |
|
19 | 41 | ## [v5.5.0](https://github.com/prooph/event-sourcing/tree/v5.5.0) (2018-05-10) |
| 42 | + |
20 | 43 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.4.0...v5.5.0) |
21 | 44 |
|
22 | 45 | **Implemented enhancements:** |
23 | 46 |
|
24 | 47 | - add option to disable identity map [\#77](https://github.com/prooph/event-sourcing/pull/77) ([prolic](https://github.com/prolic)) |
25 | 48 |
|
26 | 49 | ## [v5.4.0](https://github.com/prooph/event-sourcing/tree/v5.4.0) (2018-04-30) |
| 50 | + |
27 | 51 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.3.0...v5.4.0) |
28 | 52 |
|
29 | 53 | **Implemented enhancements:** |
|
39 | 63 | - Update documentation on aggregate root inheritance [\#75](https://github.com/prooph/event-sourcing/pull/75) ([fritz-gerneth](https://github.com/fritz-gerneth)) |
40 | 64 |
|
41 | 65 | ## [v5.3.0](https://github.com/prooph/event-sourcing/tree/v5.3.0) (2017-12-17) |
| 66 | + |
42 | 67 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.2.0...v5.3.0) |
43 | 68 |
|
44 | 69 | **Implemented enhancements:** |
|
52 | 77 | - Restructure docs [\#69](https://github.com/prooph/event-sourcing/pull/69) ([codeliner](https://github.com/codeliner)) |
53 | 78 |
|
54 | 79 | ## [v5.2.0](https://github.com/prooph/event-sourcing/tree/v5.2.0) (2017-06-21) |
| 80 | + |
55 | 81 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.1...v5.2.0) |
56 | 82 |
|
57 | 83 | **Implemented enhancements:** |
|
61 | 87 | - use custom aggregate type mapping [\#65](https://github.com/prooph/event-sourcing/pull/65) ([prolic](https://github.com/prolic)) |
62 | 88 |
|
63 | 89 | ## [v5.1](https://github.com/prooph/event-sourcing/tree/v5.1) (2017-05-24) |
| 90 | + |
64 | 91 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.1...v5.1) |
65 | 92 |
|
66 | 93 | **Implemented enhancements:** |
|
72 | 99 | - minor corrections - README.md [\#63](https://github.com/prooph/event-sourcing/pull/63) ([geekcom](https://github.com/geekcom)) |
73 | 100 |
|
74 | 101 | ## [v5.0.1](https://github.com/prooph/event-sourcing/tree/v5.0.1) (2017-05-09) |
| 102 | + |
75 | 103 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0...v5.0.1) |
76 | 104 |
|
77 | 105 | **Merged pull requests:** |
78 | 106 |
|
79 | 107 | - Bump snapshot store dependency to stable [\#61](https://github.com/prooph/event-sourcing/pull/61) ([Xerkus](https://github.com/Xerkus)) |
80 | 108 |
|
81 | 109 | ## [v5.0.0](https://github.com/prooph/event-sourcing/tree/v5.0.0) (2017-03-30) |
| 110 | + |
82 | 111 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta3...v5.0.0) |
83 | 112 |
|
84 | 113 | **Closed issues:** |
85 | 114 |
|
86 | 115 | - Aggregates not automatically saving [\#59](https://github.com/prooph/event-sourcing/issues/59) |
87 | 116 | - New beta release [\#58](https://github.com/prooph/event-sourcing/issues/58) |
88 | 117 |
|
89 | | -**Merged pull requests:** |
90 | | - |
91 | | -- Docs [\#60](https://github.com/prooph/event-sourcing/pull/60) ([prolic](https://github.com/prolic)) |
92 | | - |
93 | 118 | ## [v5.0.0-beta3](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta3) (2017-03-14) |
| 119 | + |
94 | 120 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta2...v5.0.0-beta3) |
95 | 121 |
|
96 | 122 | **Implemented enhancements:** |
|
111 | 137 | - lets use an available util class [\#53](https://github.com/prooph/event-sourcing/pull/53) ([basz](https://github.com/basz)) |
112 | 138 |
|
113 | 139 | ## [v5.0.0-beta2](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta2) (2017-01-12) |
| 140 | + |
114 | 141 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta1...v5.0.0-beta2) |
115 | 142 |
|
116 | 143 | **Implemented enhancements:** |
117 | 144 |
|
118 | 145 | - Remove JsonSerializable mock [\#44](https://github.com/prooph/event-sourcing/issues/44) |
119 | 146 | - Remove configurable aggregate translator [\#46](https://github.com/prooph/event-sourcing/pull/46) ([prolic](https://github.com/prolic)) |
| 147 | +- Add JsonSerializable Mock objects for User and UserNameChanged [\#39](https://github.com/prooph/event-sourcing/pull/39) ([sandrokeil](https://github.com/sandrokeil)) |
120 | 148 |
|
121 | 149 | **Fixed bugs:** |
122 | 150 |
|
|
132 | 160 | - adds early return if no pending event is present [\#47](https://github.com/prooph/event-sourcing/pull/47) ([oqq](https://github.com/oqq)) |
133 | 161 | - Remove JsonSerializable Mock objects for User and UserNameChanged [\#45](https://github.com/prooph/event-sourcing/pull/45) ([sandrokeil](https://github.com/sandrokeil)) |
134 | 162 | - Add docs [\#41](https://github.com/prooph/event-sourcing/pull/41) ([prolic](https://github.com/prolic)) |
| 163 | +- Use static instead of self to allow inheritance [\#40](https://github.com/prooph/event-sourcing/pull/40) ([sandrokeil](https://github.com/sandrokeil)) |
135 | 164 |
|
136 | 165 | ## [v5.0.0-beta1](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta1) (2016-12-13) |
| 166 | + |
137 | 167 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v4.0...v5.0.0-beta1) |
138 | 168 |
|
139 | 169 | **Implemented enhancements:** |
140 | 170 |
|
141 | 171 | - Change event handling methods [\#33](https://github.com/prooph/event-sourcing/issues/33) |
142 | | -- Add JsonSerializable Mock objects for User and UserNameChanged [\#39](https://github.com/prooph/event-sourcing/pull/39) ([sandrokeil](https://github.com/sandrokeil)) |
143 | 172 | - remove determine handler method from aggregate root [\#36](https://github.com/prooph/event-sourcing/pull/36) ([prolic](https://github.com/prolic)) |
144 | 173 | - Updates [\#35](https://github.com/prooph/event-sourcing/pull/35) ([prolic](https://github.com/prolic)) |
145 | 174 | - update event sourcing for new interface [\#34](https://github.com/prooph/event-sourcing/pull/34) ([prolic](https://github.com/prolic)) |
|
156 | 185 |
|
157 | 186 | **Merged pull requests:** |
158 | 187 |
|
159 | | -- Use static instead of self to allow inheritance [\#40](https://github.com/prooph/event-sourcing/pull/40) ([sandrokeil](https://github.com/sandrokeil)) |
160 | 188 | - Allow basic event store interface in repository [\#38](https://github.com/prooph/event-sourcing/pull/38) ([codeliner](https://github.com/codeliner)) |
161 | 189 | - moves ramsey/uuid dependency to require-dev [\#30](https://github.com/prooph/event-sourcing/pull/30) ([oqq](https://github.com/oqq)) |
162 | 190 | - Minor changes [\#26](https://github.com/prooph/event-sourcing/pull/26) ([malukenho](https://github.com/malukenho)) |
163 | 191 | - rhumsaa/uuid package name has changed to ramsey/uuid [\#25](https://github.com/prooph/event-sourcing/pull/25) ([jpkleemans](https://github.com/jpkleemans)) |
164 | 192 |
|
165 | 193 | ## [v4.0](https://github.com/prooph/event-sourcing/tree/v4.0) (2015-11-22) |
| 194 | + |
166 | 195 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v4.0-beta.1...v4.0) |
167 | 196 |
|
168 | 197 | **Implemented enhancements:** |
|
184 | 213 | - Align translator and decorator to fix replay bug [\#18](https://github.com/prooph/event-sourcing/pull/18) ([codeliner](https://github.com/codeliner)) |
185 | 214 |
|
186 | 215 | ## [v4.0-beta.1](https://github.com/prooph/event-sourcing/tree/v4.0-beta.1) (2015-10-21) |
| 216 | + |
187 | 217 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0...v4.0-beta.1) |
188 | 218 |
|
189 | 219 | **Implemented enhancements:** |
|
201 | 231 | - Adjustments for prooph/event-store v6 [\#10](https://github.com/prooph/event-sourcing/pull/10) ([codeliner](https://github.com/codeliner)) |
202 | 232 |
|
203 | 233 | ## [v3.0](https://github.com/prooph/event-sourcing/tree/v3.0) (2015-09-08) |
| 234 | + |
204 | 235 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0-beta.2...v3.0) |
205 | 236 |
|
| 237 | +**Merged pull requests:** |
| 238 | + |
| 239 | +- Cleanup .php\_cs config file [\#7](https://github.com/prooph/event-sourcing/pull/7) ([prolic](https://github.com/prolic)) |
| 240 | +- Fix php-cs for all files in repo [\#6](https://github.com/prooph/event-sourcing/pull/6) ([prolic](https://github.com/prolic)) |
| 241 | +- Add php-cs-fixer [\#5](https://github.com/prooph/event-sourcing/pull/5) ([prolic](https://github.com/prolic)) |
| 242 | + |
206 | 243 | ## [v3.0-beta.2](https://github.com/prooph/event-sourcing/tree/v3.0-beta.2) (2015-08-28) |
| 244 | + |
207 | 245 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0-beta.1...v3.0-beta.2) |
208 | 246 |
|
209 | 247 | **Implemented enhancements:** |
|
217 | 255 | **Merged pull requests:** |
218 | 256 |
|
219 | 257 | - test php7 on travis [\#9](https://github.com/prooph/event-sourcing/pull/9) ([prolic](https://github.com/prolic)) |
220 | | -- Cleanup .php\_cs config file [\#7](https://github.com/prooph/event-sourcing/pull/7) ([prolic](https://github.com/prolic)) |
221 | | -- Fix php-cs for all files in repo [\#6](https://github.com/prooph/event-sourcing/pull/6) ([prolic](https://github.com/prolic)) |
222 | | -- Add php-cs-fixer [\#5](https://github.com/prooph/event-sourcing/pull/5) ([prolic](https://github.com/prolic)) |
223 | 258 |
|
224 | 259 | ## [v3.0-beta.1](https://github.com/prooph/event-sourcing/tree/v3.0-beta.1) (2015-08-05) |
| 260 | + |
225 | 261 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.1...v3.0-beta.1) |
226 | 262 |
|
227 | 263 | **Merged pull requests:** |
|
230 | 266 | - Update composer.json [\#2](https://github.com/prooph/event-sourcing/pull/2) ([prolic](https://github.com/prolic)) |
231 | 267 |
|
232 | 268 | ## [v2.1](https://github.com/prooph/event-sourcing/tree/v2.1) (2015-05-09) |
| 269 | + |
233 | 270 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.0.2...v2.1) |
234 | 271 |
|
235 | 272 | ## [v2.0.2](https://github.com/prooph/event-sourcing/tree/v2.0.2) (2015-05-04) |
| 273 | + |
236 | 274 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/2.0.1...v2.0.2) |
237 | 275 |
|
238 | 276 | ## [2.0.1](https://github.com/prooph/event-sourcing/tree/2.0.1) (2015-05-02) |
| 277 | + |
239 | 278 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.0...2.0.1) |
240 | 279 |
|
241 | 280 | ## [v2.0](https://github.com/prooph/event-sourcing/tree/v2.0) (2015-05-01) |
| 281 | + |
242 | 282 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/v1.0.0...v2.0) |
243 | 283 |
|
244 | 284 | ## [v1.0.0](https://github.com/prooph/event-sourcing/tree/v1.0.0) (2014-09-28) |
| 285 | + |
245 | 286 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/0.2.0...v1.0.0) |
246 | 287 |
|
247 | 288 | ## [0.2.0](https://github.com/prooph/event-sourcing/tree/0.2.0) (2014-09-07) |
| 289 | + |
248 | 290 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/0.1.1...0.2.0) |
249 | 291 |
|
250 | 292 | ## [0.1.1](https://github.com/prooph/event-sourcing/tree/0.1.1) (2014-07-05) |
| 293 | + |
251 | 294 | [Full Changelog](https://github.com/prooph/event-sourcing/compare/0.1.0...0.1.1) |
252 | 295 |
|
253 | 296 | ## [0.1.0](https://github.com/prooph/event-sourcing/tree/0.1.0) (2014-06-08) |
254 | 297 |
|
| 298 | +[Full Changelog](https://github.com/prooph/event-sourcing/compare/95454d3ce328b56f7201d863940e50415f9668d7...0.1.0) |
| 299 | + |
| 300 | + |
255 | 301 |
|
256 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 302 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments