Releases: mpyw/EasyCrypt
Releases · mpyw/EasyCrypt
v4.1.0
v4.0.1
v4.0.0
Feat: Major version up
This PR bumps version from
3.x
to4.x
.Features
Breaking Changes
- Change namespace from
mpyw\EasyCrypt
toMpyw\EasyCrypt
.New Features
Cryptor::mustDecrypt()
is added. It throws exception instead of returning false on failure.FixedPasswordCryptor
is added. It receives$password
at a constructor and always use onencrypt()
anddecrypt()
calls.Testing
- Switch from Codeception to PHPUnit.