All notable changes to this project will be documented in this file.
1.3.0 - 2017-07-02
- Altering identity's status now affects last usage time
- Hash cost now is an optional constructor parameter for
Identification
andRegistration
services - Renamed method for checking outdated hash from
isOldHash()
tohasOldHash()
- Removed the hashing of sensitive data, before passing it to logger
1.2.0 - 2017-05-29
- Bug, that is caused type error, when default fetch mode is changed for PDO
- Various typos in comments and documentation
- All test classes now contain PHPMD configuration comments to suppress few of the warnings
1.1.0 - 2017-05-23
- In service
Search
thefindNonceIdentityByNonce()
was renamed tofindNonceIdentityByIdentifier()
to fix the inconsistency in the naming.