Skip to content

Commit 43d16e5

Browse files
committed
update changelog to 0.10.0
1 parent bd41698 commit 43d16e5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-0.10.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/domain/tree/v0.10.0) (2019-03-27)
4+
5+
- Removed type suffixes [\#310](https://github.com/msgphp/msgphp/pull/310)
6+
- Renamed Infra\ to Infrastructure\ [\#309](https://github.com/msgphp/msgphp/pull/309)
7+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
8+
- Renamed PaginatedDomainCollection to GenericPaginatedDomainCollection [\#300](https://github.com/msgphp/msgphp/pull/300)
9+
- Renamed DomainCollection to GenericDomainCollection [\#299](https://github.com/msgphp/msgphp/pull/299)
10+
- Renamed EventSourcingCommandHandlerTrait::getDomainEventHandler\(\) to getDomainEventTarget\(\) [\#296](https://github.com/msgphp/msgphp/pull/296)
11+
- Rename DomainObjectFactory to GenericDomainObjectFactory [\#295](https://github.com/msgphp/msgphp/pull/295)
12+
- Renamed Command\EventSourcingCommandHandlerTrait to Event\, removed UnexpectedDomainEventException [\#291](https://github.com/msgphp/msgphp/pull/291)
13+
- Rename Event\\*Projection\* to Projection\Event\ [\#290](https://github.com/msgphp/msgphp/pull/290)
14+
- Rename Command\\*Projection\* to Projection\Command\ [\#289](https://github.com/msgphp/msgphp/pull/289)
15+
- Remove EnabledField in favor of CanBeEnabled [\#288](https://github.com/msgphp/msgphp/pull/288)
16+
- mark Infra\Doctrine\DomainIdType an abstract [\#287](https://github.com/msgphp/msgphp/pull/287)
17+
- Nuke abstract DomainId in favor of a trait [\#284](https://github.com/msgphp/msgphp/pull/284)

0 commit comments

Comments
 (0)