All notable changes to laravel-ciphersweet
will be documented in this file.
- Revert PR #74 and fix getChanges() by @felabrecque in #75
- @felabrecque made their first contribution in #75
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.3...1.6.4
- Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #66
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #71
- Fixing model observers integration by @yormy in #74
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.2...1.6.3
- Add AAD to CustomBackend test by @mdpoulter in #70
- Catch correct exception when fields are missing during decryption by @mdpoulter in #69
- @mdpoulter made their first contribution in #70
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.1...1.6.2
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #64
- [feat] add table prefix to ciphersweet:encrypt command by @aryala7 in #60
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.0...1.6.1
- Addition of
permit_empty
Configuration to README by @alissn in #61 - Laravel 11.x Compatibility by @laravel-shift in #63
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.5.0...1.6.0
- Add option base64 to GenerateKeyCommand for generate key in base64. T… by @gawsoftpl in #49
- Bump actions/checkout from 3 to 4 by @dependabot in #52
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #54
- Ensure null values are not encrypted by @yormy in #57
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.4.1...1.5.0
- Fix tests & phpstan by @rjindael in #48
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.4.0...1.4.1
- @rjindael made their first contribution in #47
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.3.0...1.4.0
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #35
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #37
- Fix documentation regarding encryption key setup and use by @mgkimsal in #40
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #41
- [feat] add permit_empty to config file by @aryala7 in #43
- @mgkimsal made their first contribution in #40
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.2.0...1.3.0
- Implement custom backend by @stevenmaguire in #29
- @stevenmaguire made their first contribution in #29
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.1.0...1.2.0
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #25
- [feat] implement sortDir as an optional argument by @aryala7 in #27
- Allow implementing a custom provider
- @aryala7 made their first contribution in #27
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.4...1.1.0
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #19
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #20
- Update README.md by @TeddyBear06 in #23
- Bump ramsey/composer-install from 1 to 2 by @dependabot in #22
- @TeddyBear06 made their first contribution in #23
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.3...1.0.4
- Move deleting blind indexes to trait so it can be overridden
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.2...1.0.3
- Blind indexes now use upserts instead of updateOrInsert
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.1...1.0.2
- Typo error in README.md by @raksbisht in #1
- Return type in model's observer methods by @raksbisht in #2
- Typo error in GeneratekeyCommand.php info text. by @raksbisht in #3
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #7
- Add docblock to configureCipherSweet in README with usage instructions by @jeffersonmartin in #11
- Fix Service Provider
buildBackend
method to use correct config array key by @jeffersonmartin in #10 - Fix docblock formatting typo in config/ciphersweet.php by @jeffersonmartin in #9
- @raksbisht made their first contribution in #1
- @dependabot made their first contribution in #7
- @jeffersonmartin made their first contribution in #11
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.0...1.0.1
- Initial release! 🎉
Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/0.0.1...1.0.0
- experimental release