Releases: BenGorUser/User
Releases · BenGorUser/User
v0.8.1
v0.8.0
- Added purge outdated invitation and remember password tokens use cases.
- Added
all
method inside UserRepository. - Rewrite the UserUrlGenerator simplifying the interface and added plain implementation strategy.
- Upgraded PHP-CS Fixer.
- [Travis CI] Dropped support for HHVM and added for PHP 7.1.
- Introduced hacks to prevent Doctrine's bug with nullable embeddables.
v0.7.0
- Added user of id query handler.
- UserOfRememberPasswordToken and UserOfInvitationToken query handlers now checks if the token is expired
- Reset password expire after 1 hour by default for security reasons.
- Invitation tokens expire after 1 week by default for security reasons.
- Split InviteHandler into InviteHandler and ResendInvitationHandler.
- Changed sanity check in UserRole constructor to only allow strings.
v0.6.2
Reindexed roles collection after remove one
v0.6.1
Made user event bus optional in the repository implementations
v0.6.0
Last commit before 0.6
v0.5.0
Simplified user constructor not exposing uneeded properties for domain
v0.4.3
Added sign up by invitation without confirmation use case
v0.4.2
Updated the password encode domain object with its related implementa…
v0.4.1
Make avaialableRoles method public and static