This project is mirrored from https://*****:*****@github.com/customd/eloquent-model-encrypt.git.
Pull mirroring updated .
- 08 Dec, 2021 3 commits
-
-
semantic-release-bot authored
## [2.7.3](v2.7.2...v2.7.3) (2021-12-07) ### Bug Fixes * only map through fields that are to be encrypted ([f9ca2880](f9ca2880))
-
Craig Smith authored
fix: only map through fields that are to be encypted See merge request !11
-
Craig Smith authored
-
- 07 Dec, 2021 4 commits
-
-
semantic-release-bot authored
## [2.7.2](v2.7.1...v2.7.2) (2021-12-07) ### Bug Fixes * encryption engine should expect an encryptable value ([f2c6ed85](f2c6ed85))
-
Craig Smith authored
-
semantic-release-bot authored
## [2.7.1](v2.7.0...v2.7.1) (2021-12-07) ### Bug Fixes * issue trying to case already encrypted attribute ([55dfc554](55dfc554))
-
Craig Smith authored
-
- 06 Dec, 2021 2 commits
-
-
semantic-release-bot authored
# [2.7.0](v2.6.0...v2.7.0) (2021-12-06) ### Features * configuration to allow encryption of empty / null values ([15230b3e](15230b3e))
-
Craig Smith authored
fix: 0 values are now encrypted automatically.
-
- 10 Sep, 2021 2 commits
-
-
semantic-release-bot authored
# [2.6.0](v2.5.0...v2.6.0) (2021-09-10) ### Features * improve encryption of table to skip existing and prevent race condition([#6](https://git.customd.com/composer/eloquent-model-encrypt/issues/6)) ([e963f229](e963f229))
-
Craig Smith authored
* feat: relationship lookup for record to keystore and skip already encrypted when running force encrypt * refactor: updated code routine in console job for better redundancy Co-authored-by:
Craig Smith <craig.smith@customd.com>
-
- 09 Sep, 2021 1 commit
-
-
Craig Smith authored
-
- 01 Sep, 2021 5 commits
-
-
semantic-release-bot authored
# [2.5.0](v2.4.0...v2.5.0) (2021-09-01) ### Features * fix versioning mismatch ([ef82dcc4](ef82dcc4))
-
Craig Smith authored
-
semantic-release-bot authored
# [2.4.0](v2.3.1...v2.4.0) (2021-09-01) ### Features * Upgrade syntax for migrations ([bc34d334](bc34d334))
-
Craig Smith authored
feat: Upgrade syntax for migrations See merge request !10
-
Craig Smith authored
-
- 24 Aug, 2021 2 commits
-
-
semantic-release-bot authored
## [2.3.1](v2.3.0...v2.3.1) (2021-08-23) ### Bug Fixes * **php8:** dependancy update for php8 ([09e590c1](09e590c1))
-
Craig Smith authored
-
- 11 Aug, 2021 1 commit
-
-
Craig Smith authored
-
- 06 May, 2021 4 commits
-
-
Sam Sehnert authored
-
semantic-release-bot authored
# [2.3.0](v2.2.2...v2.3.0) (2021-05-06) ### Features * **decryption:** option to throw an exception on failure ([d360f0a1](d360f0a1))
-
Sam Sehnert authored
When decrypting, optionally throw a `DecryptException` if you don't have the correct decrypt keys.
-
Sam Sehnert authored
-
- 04 May, 2021 3 commits
-
-
Craig Smith authored
-
Craig Smith authored
-
Craig Smith authored
-
- 27 Apr, 2021 3 commits
-
-
semantic-release-bot authored
## [2.2.2](v2.2.1...v2.2.2) (2021-04-27) ### Bug Fixes * fix keystore fetch method ([616537e8](616537e8))
-
Craig Smith authored
added new clear cache method
-
Craig Smith authored
-
- 20 Apr, 2021 4 commits
-
-
semantic-release-bot authored
## [2.2.1](v2.2.0...v2.2.1) (2021-04-19) ### Bug Fixes * Register CI Command ([a28686a6](a28686a6))
-
Craig Smith authored
-
semantic-release-bot authored
# [2.2.0](v2.1.0...v2.2.0) (2021-04-19) ### Features * **command:** Console command to trigger encrypt ([f3981d99](f3981d99))
-
Craig Smith authored
eme:encrypt:model {model} will not trigger all the records to be encrypted.
-
- 19 Apr, 2021 2 commits
-
-
semantic-release-bot authored
# [2.1.0](v2.0.2...v2.1.0) (2021-04-19) ### Features * **Model:** method to force encrypt record ([9bbff9b3](9bbff9b3))
-
Craig Smith authored
-
- 15 Apr, 2021 4 commits
-
-
Craig Smith authored
-
semantic-release-bot authored
## [2.0.2](v2.0.1...v2.0.2) (2021-04-14) ### Bug Fixes * Cannot use ::class with dynamic class name ([1062cc43](1062cc43))
-
Craig Smith authored
-
Craig Smith authored
-