Releases: joelwmale/laravel-encryption
Releases · joelwmale/laravel-encryption
2.1.1
v2.1.0
v2.0.1
v2.0.0
This is a breaking change from v1.0.0 due the encryption method being changed.
Adds
- Add eloquent builder support (whereEncrypted, whereInEncrypted, orderByEncryped, etc)
- Add datetime cast support
Changes
- Encryption now always results in the same encrypted string if both the key + string match the previous result
Fixes
- Update README