Skip to content

Commit 4b8e2e5

Browse files
committed
update changelog
1 parent d7e02a9 commit 4b8e2e5

1 file changed

Lines changed: 59 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 59 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1-
# Change Log
1+
# Changelog
22

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)
426

527
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.5.0...v5.6.0)
628

729
**Implemented enhancements:**
830

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))
1032

1133
**Closed issues:**
1234

@@ -17,13 +39,15 @@
1739
- Added .gitattributes file [\#80](https://github.com/prooph/event-sourcing/pull/80) ([Brammm](https://github.com/Brammm))
1840

1941
## [v5.5.0](https://github.com/prooph/event-sourcing/tree/v5.5.0) (2018-05-10)
42+
2043
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.4.0...v5.5.0)
2144

2245
**Implemented enhancements:**
2346

2447
- add option to disable identity map [\#77](https://github.com/prooph/event-sourcing/pull/77) ([prolic](https://github.com/prolic))
2548

2649
## [v5.4.0](https://github.com/prooph/event-sourcing/tree/v5.4.0) (2018-04-30)
50+
2751
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.3.0...v5.4.0)
2852

2953
**Implemented enhancements:**
@@ -39,6 +63,7 @@
3963
- Update documentation on aggregate root inheritance [\#75](https://github.com/prooph/event-sourcing/pull/75) ([fritz-gerneth](https://github.com/fritz-gerneth))
4064

4165
## [v5.3.0](https://github.com/prooph/event-sourcing/tree/v5.3.0) (2017-12-17)
66+
4267
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.2.0...v5.3.0)
4368

4469
**Implemented enhancements:**
@@ -52,6 +77,7 @@
5277
- Restructure docs [\#69](https://github.com/prooph/event-sourcing/pull/69) ([codeliner](https://github.com/codeliner))
5378

5479
## [v5.2.0](https://github.com/prooph/event-sourcing/tree/v5.2.0) (2017-06-21)
80+
5581
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.1...v5.2.0)
5682

5783
**Implemented enhancements:**
@@ -61,6 +87,7 @@
6187
- use custom aggregate type mapping [\#65](https://github.com/prooph/event-sourcing/pull/65) ([prolic](https://github.com/prolic))
6288

6389
## [v5.1](https://github.com/prooph/event-sourcing/tree/v5.1) (2017-05-24)
90+
6491
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.1...v5.1)
6592

6693
**Implemented enhancements:**
@@ -72,25 +99,24 @@
7299
- minor corrections - README.md [\#63](https://github.com/prooph/event-sourcing/pull/63) ([geekcom](https://github.com/geekcom))
73100

74101
## [v5.0.1](https://github.com/prooph/event-sourcing/tree/v5.0.1) (2017-05-09)
102+
75103
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0...v5.0.1)
76104

77105
**Merged pull requests:**
78106

79107
- Bump snapshot store dependency to stable [\#61](https://github.com/prooph/event-sourcing/pull/61) ([Xerkus](https://github.com/Xerkus))
80108

81109
## [v5.0.0](https://github.com/prooph/event-sourcing/tree/v5.0.0) (2017-03-30)
110+
82111
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta3...v5.0.0)
83112

84113
**Closed issues:**
85114

86115
- Aggregates not automatically saving [\#59](https://github.com/prooph/event-sourcing/issues/59)
87116
- New beta release [\#58](https://github.com/prooph/event-sourcing/issues/58)
88117

89-
**Merged pull requests:**
90-
91-
- Docs [\#60](https://github.com/prooph/event-sourcing/pull/60) ([prolic](https://github.com/prolic))
92-
93118
## [v5.0.0-beta3](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta3) (2017-03-14)
119+
94120
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta2...v5.0.0-beta3)
95121

96122
**Implemented enhancements:**
@@ -111,12 +137,14 @@
111137
- lets use an available util class [\#53](https://github.com/prooph/event-sourcing/pull/53) ([basz](https://github.com/basz))
112138

113139
## [v5.0.0-beta2](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta2) (2017-01-12)
140+
114141
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v5.0.0-beta1...v5.0.0-beta2)
115142

116143
**Implemented enhancements:**
117144

118145
- Remove JsonSerializable mock [\#44](https://github.com/prooph/event-sourcing/issues/44)
119146
- 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))
120148

121149
**Fixed bugs:**
122150

@@ -132,14 +160,15 @@
132160
- adds early return if no pending event is present [\#47](https://github.com/prooph/event-sourcing/pull/47) ([oqq](https://github.com/oqq))
133161
- Remove JsonSerializable Mock objects for User and UserNameChanged [\#45](https://github.com/prooph/event-sourcing/pull/45) ([sandrokeil](https://github.com/sandrokeil))
134162
- 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))
135164

136165
## [v5.0.0-beta1](https://github.com/prooph/event-sourcing/tree/v5.0.0-beta1) (2016-12-13)
166+
137167
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v4.0...v5.0.0-beta1)
138168

139169
**Implemented enhancements:**
140170

141171
- 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))
143172
- remove determine handler method from aggregate root [\#36](https://github.com/prooph/event-sourcing/pull/36) ([prolic](https://github.com/prolic))
144173
- Updates [\#35](https://github.com/prooph/event-sourcing/pull/35) ([prolic](https://github.com/prolic))
145174
- update event sourcing for new interface [\#34](https://github.com/prooph/event-sourcing/pull/34) ([prolic](https://github.com/prolic))
@@ -156,13 +185,13 @@
156185

157186
**Merged pull requests:**
158187

159-
- Use static instead of self to allow inheritance [\#40](https://github.com/prooph/event-sourcing/pull/40) ([sandrokeil](https://github.com/sandrokeil))
160188
- Allow basic event store interface in repository [\#38](https://github.com/prooph/event-sourcing/pull/38) ([codeliner](https://github.com/codeliner))
161189
- moves ramsey/uuid dependency to require-dev [\#30](https://github.com/prooph/event-sourcing/pull/30) ([oqq](https://github.com/oqq))
162190
- Minor changes [\#26](https://github.com/prooph/event-sourcing/pull/26) ([malukenho](https://github.com/malukenho))
163191
- rhumsaa/uuid package name has changed to ramsey/uuid [\#25](https://github.com/prooph/event-sourcing/pull/25) ([jpkleemans](https://github.com/jpkleemans))
164192

165193
## [v4.0](https://github.com/prooph/event-sourcing/tree/v4.0) (2015-11-22)
194+
166195
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v4.0-beta.1...v4.0)
167196

168197
**Implemented enhancements:**
@@ -184,6 +213,7 @@
184213
- Align translator and decorator to fix replay bug [\#18](https://github.com/prooph/event-sourcing/pull/18) ([codeliner](https://github.com/codeliner))
185214

186215
## [v4.0-beta.1](https://github.com/prooph/event-sourcing/tree/v4.0-beta.1) (2015-10-21)
216+
187217
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0...v4.0-beta.1)
188218

189219
**Implemented enhancements:**
@@ -201,9 +231,17 @@
201231
- Adjustments for prooph/event-store v6 [\#10](https://github.com/prooph/event-sourcing/pull/10) ([codeliner](https://github.com/codeliner))
202232

203233
## [v3.0](https://github.com/prooph/event-sourcing/tree/v3.0) (2015-09-08)
234+
204235
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0-beta.2...v3.0)
205236

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+
206243
## [v3.0-beta.2](https://github.com/prooph/event-sourcing/tree/v3.0-beta.2) (2015-08-28)
244+
207245
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v3.0-beta.1...v3.0-beta.2)
208246

209247
**Implemented enhancements:**
@@ -217,11 +255,9 @@
217255
**Merged pull requests:**
218256

219257
- 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))
223258

224259
## [v3.0-beta.1](https://github.com/prooph/event-sourcing/tree/v3.0-beta.1) (2015-08-05)
260+
225261
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.1...v3.0-beta.1)
226262

227263
**Merged pull requests:**
@@ -230,27 +266,37 @@
230266
- Update composer.json [\#2](https://github.com/prooph/event-sourcing/pull/2) ([prolic](https://github.com/prolic))
231267

232268
## [v2.1](https://github.com/prooph/event-sourcing/tree/v2.1) (2015-05-09)
269+
233270
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.0.2...v2.1)
234271

235272
## [v2.0.2](https://github.com/prooph/event-sourcing/tree/v2.0.2) (2015-05-04)
273+
236274
[Full Changelog](https://github.com/prooph/event-sourcing/compare/2.0.1...v2.0.2)
237275

238276
## [2.0.1](https://github.com/prooph/event-sourcing/tree/2.0.1) (2015-05-02)
277+
239278
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v2.0...2.0.1)
240279

241280
## [v2.0](https://github.com/prooph/event-sourcing/tree/v2.0) (2015-05-01)
281+
242282
[Full Changelog](https://github.com/prooph/event-sourcing/compare/v1.0.0...v2.0)
243283

244284
## [v1.0.0](https://github.com/prooph/event-sourcing/tree/v1.0.0) (2014-09-28)
285+
245286
[Full Changelog](https://github.com/prooph/event-sourcing/compare/0.2.0...v1.0.0)
246287

247288
## [0.2.0](https://github.com/prooph/event-sourcing/tree/0.2.0) (2014-09-07)
289+
248290
[Full Changelog](https://github.com/prooph/event-sourcing/compare/0.1.1...0.2.0)
249291

250292
## [0.1.1](https://github.com/prooph/event-sourcing/tree/0.1.1) (2014-07-05)
293+
251294
[Full Changelog](https://github.com/prooph/event-sourcing/compare/0.1.0...0.1.1)
252295

253296
## [0.1.0](https://github.com/prooph/event-sourcing/tree/0.1.0) (2014-06-08)
254297

298+
[Full Changelog](https://github.com/prooph/event-sourcing/compare/95454d3ce328b56f7201d863940e50415f9668d7...0.1.0)
299+
300+
255301

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

Comments
 (0)