8000 update changelog to 0.10.0 · msgphp/msgphp@82899c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82899c2

Browse files
committed
update changelog to 0.10.0
1 parent ed26ae4 commit 82899c2

File tree

6 files changed

+96
-0
lines changed

6 files changed

+96
-0
lines changed

src/Domain/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)

src/Eav/CHANGELOG-0.10.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/eav/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+
- Removed Entity\ namespace [\#307](https://github.com/msgphp/msgphp/pull/307)
8+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
9+
- Rename Infra\Uuid\\<Entity\>Id to \<Entity\>Uuid [\#286](https://github.com/msgphp/msgphp/pull/286)
10+
- Rename \<Entity\>Id to Scalar\<Entity\>Id [\#285](https://github.com/msgphp/msgphp/pull/285)

src/EavBundle/CHANGELOG-0.10.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/eav-bundle/tree/v0.10.0) (2019-03-27)
4+
5+
- Drop support for MsgPhp\ entity class reference in username\_lookup [\#311](https://github.com/msgphp/msgphp/pull/311)
6+
- Removed type suffixes [\#310](https://github.com/msgphp/msgphp/pull/310)
7+
- Renamed Infra\ to Infrastructure\ [\#309](https://github.com/msgphp/msgphp/pull/309)
8+
- Removed Entity\ namespace [\#307](https://github.com/msgphp/msgphp/pull/307)
9+
- Removed option "password\_confirm\_current" + default "inherit\_data" in HashedPasswordType [\#306](https://github.com/msgphp/msgphp/pull/306)
10+
- add SecurityUser::getPasswordAlgorithm\(\) [\#303](https://github.com/msgphp/msgphp/pull/303)
11+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
12+
- Revise user credentials [\#298](https://github.com/msgphp/msgphp/pull/298)
13+
- Drop first-class salted password support [\#297](https://github.com/msgphp/msgphp/pull/297)
14+
- Rename Infra\Uuid\\<Entity\>Id to \<Entity\>Uuid [\#286](https://github.com/msgphp/msgphp/pull/286)
15+
- Rename \<Entity\>Id to Scalar\<Entity\>Id [\#285](https://github.com/msgphp/msgphp/pull/285)

src/User/CHANGELOG-0.10.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/user/tree/v0.10.0) (2019-03-27)
4+
5+
- Drop support for MsgPhp\ entity class reference in username\_lookup [\#311](https://github.com/msgphp/msgphp/pull/311)
6+
- Removed type suffixes [\#310](https://github.com/msgphp/msgphp/pull/310)
7+
- Renamed Infra\ to Infrastructure\ [\#309](https://github.com/msgphp/msgphp/pull/309)
8+
- Moved Password\PasswordProtectedInterface & CredentialInterface to Credential\ [\#308](https://github.com/msgphp/msgphp/pull/308)
9+
- Removed Entity\ namespace [\#307](https://github.com/msgphp/msgphp/pull/307)
10+
- Removed option "password\_confirm\_current" + default "inherit\_data" in HashedPasswordType [\#306](https://github.com/msgphp/msgphp/pull/306)
11+
- add SecurityUserHashingFactory [\#305](https://github.com/msgphp/msgphp/pull/305)
12+
- Renamed PasswordHashing to GenericPasswordHashing [\#304](https://github.com/msgphp/msgphp/pull/304)
13+
- add SecurityUser::getPasswordAlgorithm\(\) [\#303](https://github.com/msgphp/msgphp/pull/303)
14+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
15+
- Revise user credentials [\#298](https://github.com/msgphp/msgphp/pull/298)
16+
- Drop first-class salted password support [\#297](https://github.com/msgphp/msgphp/pull/297)
17+
- Rename Infra\Uuid\\<Entity\>Id to \<Entity\>Uuid [\#286](https://github.com/msgphp/msgphp/pull/286)
18+
- Rename \<Entity\>Id to Scalar\<Entity\>Id [\#285](https://github.com/msgphp/msgphp/pull/285)

src/UserBundle/CHANGELOG-0.10.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/user-bundle/tree/v0.10.0) (2019-03-27)
4+
5+
- Drop support for MsgPhp\ entity class reference in username\_lookup [\#311](https://github.com/msgphp/msgphp/pull/311)
6+
- Removed type suffixes [\#310](https://github.com/msgphp/msgphp/pull/310)
7+
- Renamed Infra\ to Infrastructure\ [\#309](https://github.com/msgphp/msgphp/pull/309)
8+
- Moved Password\PasswordProtectedInterface & CredentialInterface to Credential\ [\#308](https://github.com/msgphp/msgphp/pull/308)
9+
- Removed Entity\ namespace [\#307](https://github.com/msgphp/msgphp/pull/307)
10+
- Removed option "password\_confirm\_current" + default "inherit\_data" in HashedPasswordType [\#306](https://github.com/msgphp/msgphp/pull/306)
11+
- add SecurityUserHashingFactory [\#305](https://github.com/msgphp/msgphp/pull/305)
12+
- Renamed PasswordHashing to GenericPasswordHashing [\#304](https://github.com/msgphp/msgphp/pull/304)
13+
- add SecurityUser::getPasswordAlgorithm\(\) [\#303](https://github.com/msgphp/msgphp/pull/303)
14+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
15+
- Revise user credentials [\#298](https://github.com/msgphp/msgphp/pull/298)
16+
- Drop first-class salted password support [\#297](https://github.com/msgphp/msgphp/pull/297)
17+
- Rename Infra\Uuid\\<Entity\>Id to \<Entity\>Uuid [\#286](https://github.com/msgphp/msgphp/pull/286)
18+
- Rename \<Entity\>Id to Scalar\<Entity\>Id [\#285](https://github.com/msgphp/msgphp/pull/285)

src/UserEav/CHANGELOG-0.10.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/msgphp/user-eav/tree/v0.10.0) (2019-03-27)
4+
5+
- Drop support for MsgPhp\ entity class reference in username\_lookup [\#311](https://github.com/msgphp/msgphp/pull/311)
6+
- Removed type suffixes [\#310](https://github.com/msgphp/msgphp/pull/310)
7+
- Renamed Infra\ to Infrastructure\ [\#309](https://github.com/msgphp/msgphp/pull/309)
8+
- Moved Password\PasswordProtectedInterface & CredentialInterface to Credential\ [\#308](https://github.com/msgphp/msgphp/pull/308)
9+
- Removed Entity\ namespace [\#307](https://github.com/msgphp/msgphp/pull/307)
10+
- Removed option "password\_confirm\_current" + default "inherit\_data" in HashedPasswordType [\#306](https://github.com/msgphp/msgphp/pull/306)
11+
- add SecurityUserHashingFactory [\#305](https://github.com/msgphp/msgphp/pull/305)
12+
- Renamed PasswordHashing to GenericPasswordHashing [\#304](https://github.com/msgphp/msgphp/pull/304)
13+
- add SecurityUser::getPasswordAlgorithm\(\) [\#303](https://github.com/msgphp/msgphp/pull/303)
14+
- Rename Entity\{Fields,Features}\ to Model\ [\#301](https://github.com/msgphp/msgphp/pull/301)
15+
- Revise user credentials [\#298](https://github.com/msgphp/msgphp/pull/298)
16+
- Drop first-class salted password support [\#297](https://github.com/msgphp/msgphp/pull/297)
17+
- Rename Infra\Uuid\\<Entity\>Id to \<Entity\>Uuid [\#286](https://github.com/msgphp/msgphp/pull/286)
18+
- Rename \<Entity\>Id to Scalar\<Entity\>Id [\#285](https://github.com/msgphp/msgphp/pull/285)

0 commit comments

Comments
 (0)
0