8000 update changelog to 0.11.0 · msgphp/msgphp@918abee · GitHub
[go: up one dir, main page]

Skip to content

Commit 918abee

Browse files
committed
update changelog to 0.11.0
1 parent 4d6bf6e commit 918abee

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed

src/Domain/CHANGELOG-0.11.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/domain/tree/v0.11.0) (2019-07-13)
4+
5+
- mark DomainId::\_\_toString internal, rename Username::\_\_toString to toString [\#324](https://github.com/msgphp/msgphp/pull/324)
6+
- Rename EventSourcingCommandHandlerTrait::handle\(\) to handleEvent\(\) [\#317](https://github.com/msgphp/msgphp/pull/317)
7+
- Use "on...Event\(\)" method convention in DomainEventHandlerTrait [\#314](https://github.com/msgphp/msgphp/pull/314)

src/Eav/CHANGELOG-0.11.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/eav/tree/v0.11.0) (2019-07-13)
4+
5+
- \[BC break\] Revised AttributeValue checksum generation [\#339](https://github.com/msgphp/msgphp/pull/339)

src/EavBundle/CHANGELOG-0.11.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/eav-bundle/tree/v0.11.0) (2019-07-13)
4+
5+
- \[BC break\] Revised AttributeValue checksum generation [\#339](https://github.com/msgphp/msgphp/pull/339)
6+
- generate change username/password forms [\#322](https://github.com/msgphp/msgphp/pull/322)
7+
- Generate default param converters [\#321](https://github.com/msgphp/msgphp/pull/321)
8+
- Rename SecurtiyUserProvider to UserIdentityProvider [\#320](https://github.com/msgphp/msgphp/pull/320)
9+
- Rename SecurtiyUser to UserIdentity [\#319](https://github.com/msgphp/msgphp/pull/319)
10+
- Add hard return-type on User::getCredential\(\) [\#316](https://github.com/msgphp/msgphp/pull/316)

src/User/CHANGELOG-0.11.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/user/tree/v0.11.0) (2019-07-13)
4+
5+
- mark DomainId::\_\_toString internal, rename Username::\_\_toString to toString [\#324](https://github.com/msgphp/msgphp/pull/324)
6+
- generate change username/password forms [\#322](https://github.com/msgphp/msgphp/pull/322)
7+
- Generate default param converters [\#321](https://github.com/msgphp/msgphp/pull/321)
8+
- Rename SecurtiyUserProvider to UserIdentityProvider [\#320](https://github.com/msgphp/msgphp/pull/320)
9+
- Rename SecurtiyUser to UserIdentity [\#319](https://github.com/msgphp/msgphp/pull/319)
10+
- add ResetUserPassword command [\#318](https://github.com/msgphp/msgphp/pull/318)
11+
- Rename EventSourcingCommandHandlerTrait::handle\(\) to handleEvent\(\) [\#317](https://github.com/msgphp/msgphp/pull/317)
12+
- Add hard return-type on User::getCredential\(\) [\#316](https://github.com/msgphp/msgphp/pull/316)
13+
- Add CancelUserPasswordRequest command [\#315](https://github.com/msgphp/msgphp/pull/315)
14+
- Add form UserExtension [\#313](https://github.com/msgphp/msgphp/pull/313)

src/UserBundle/CHANGELOG-0.11.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/user-bundle/tree/v0.11.0) (2019-07-13)
4+
5+
- mark DomainId::\_\_toString internal, rename Username::\_\_toString to toString [\#324](https://github.com/msgphp/msgphp/pull/324)
6+
- generate change username/password forms [\#322](https://github.com/msgphp/msgphp/pull/322)
7+
- Generate default param converters [\#321](https://github.com/msgphp/msgphp/pull/321)
8+
- Rename SecurtiyUserProvider to UserIdentityProvider [\#320](https://github.com/msgphp/msgphp/pull/320)
9+
- Rename SecurtiyUser to UserIdentity [\#319](https://github.com/msgphp/msgphp/pull/319)
10+
- add ResetUserPassword command [\#318](https://github.com/msgphp/msgphp/pull/318)
11+
- Rename EventSourcingCommandHandlerTrait::handle\(\) to handleEvent\(\) [\#317](https://github.com/msgphp/msgphp/pull/317)
12+
- Add hard return-type on User::getCredential\(\) [\#316](https://github.com/msgphp/msgphp/pull/316)
13+
- Add CancelUserPasswordRequest command [\#315](https://github.com/msgphp/msgphp/pull/315)
14+
- Add form UserExtension [\#313](https://github.com/msgphp/msgphp/pull/313)

src/UserEav/CHANGELOG-0.11.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [v0.11.0](https://github.com/msgphp/user-eav/tree/v0.11.0) (2019-07-13)
4+
5+
- \[BC break\] Revised AttributeValue checksum generation [\#339](https://github.com/msgphp/msgphp/pull/339)
6+
- mark DomainId::\_\_toString internal, rename Username::\_\_toString to toString [\#324](https://github.com/msgphp/msgphp/pull/324)
7+
- generate change username/password forms [\#322](https://github.com/msgphp/msgphp/pull/322)
8+
- Generate default param converters [\#321](https://github.com/msgphp/msgphp/pull/321)
9+
- Rename SecurtiyUserProvider to UserIdentityProvider [\#320](https://github.com/msgphp/msgphp/pull/320)
10+
- Rename SecurtiyUser to UserIdentity [\#319](https://github.com/msgphp/msgphp/pull/319)
11+
- add ResetUserPassword command [\#318](https://github.com/msgphp/msgphp/pull/318)
12+
- Rename EventSourcingCommandHandlerTrait::handle\(\) to handleEvent\(\) [\#317](https://github.com/msgphp/msgphp/pull/317)
13+
- Add hard return-type on User::getCredential\(\) [\#316](https://github.com/msgphp/msgphp/pull/316)
14+
- Add CancelUserPasswordRequest command [\#315](https://github.com/msgphp/msgphp/pull/315)
15+
- Add form UserExtension [\#313](https://github.com/msgphp/msgphp/pull/313)

0 commit comments

Comments
 (0)
0