Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 634 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 634 Bytes

Changelog

All notable changes to laravel-encryptable will be documented in this file.

3.2.0 - 2023-02-13

What's Changed

  • Add support to Laravel 10.x

3.1.0 - 2022-11-25

What's Changed

  • Added a new Rule macro for both UniqueEncrypted and ExistsEncrypted rules
  • Fixed UniqueEncrypted and ExistsEncrypted rules minor issues

Full Changelog: https://github.com/maize-tech/laravel-encryptable/compare/3.0.0...3.1.0

3.0.0 - 2022-02-15

  • add laravel 9 support
  • drop support to older laravel versions

2.0.0 - 2021-10-12

  • UPDATE package namespace

1.0.0 - 2021-06-25

  • first release 🚀