Skip to content

Releases: joelwmale/laravel-encryption

2.1.1

03 Sep 06:42
Compare
Choose a tag to compare

What's Changed

  • Laravel 11 support

Full Changelog: 2.1.0...2.1.1

v2.1.0

09 Jun 11:18
Compare
Choose a tag to compare
  • Add json support

v2.0.1

02 Nov 00:41
Compare
Choose a tag to compare

Fixes

  • Fixes an issue where an exceptions were thrown unnecessarily

v2.0.0

02 Nov 00:35
Compare
Choose a tag to compare

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

v1.0.0

24 Oct 06:31
Compare
Choose a tag to compare

v1.0.0

  • Initial release

Full Changelog: master@{1day}...1.0.0