Releases: YorCreative/Laravel-Scrubber
Releases · YorCreative/Laravel-Scrubber
v3.0.0
What's Changed
- Adds Laravel 11 Support by @majchrosoft & @yordadev in #47
New Contributors
- @majchrosoft made their first contribution in #47
Full Changelog: v2.8.0...v3.0.0
v2.8.0
What's Changed
- Fix typo in readme by @AlexGodbehere in #43
- Increases sanitization performance in regex repository by @Magentron in #44
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- [Feature] Add custom replacement value on a per-class basis by @AlexGodbehere in #42
New Contributors
- @AlexGodbehere made their first contribution in #42
Full Changelog: v2.6.2...v2.7.0
v2.6.2
v2.6.1
v2.6.0
What's Changed
- Introduces LogRecordFactory class to which allows a Log Record to be built differently depending on mongolog version that host laravel application is running.
- Introduces ContentProcessingStrategy as a Singleton to manage diverse content handlers
- Implements StringContentHandler, ArrayContentHandler, and LogRecordContentHandler and register them with ContentProcessingStrategy singleton
- Enhance test coverage for ContentProcessingStrategy & ScrubMessageTest
- Updates Composer to upgrade to v3 mongolog for Illuminate\Contracts v10
- Updates to Composer to sustain support for to v2 mongolog for Illuminate\Contracts v9
- Exposes the regex repository through scrubber service to scrubber class.
- Bug fixes
- Remove support for illuminate\contracts 8
- Updates README credit adding @majchrosoft && @lucaxue 🖖🏼 🖖🏼 🙏🏼 👏🏼
Full Changelog: v2.5.0...v2.6.0
v2.5.0
v2.4.0
What's Changed
- Added EmailAddress regex by @JorgeAnzola in #30
New Contributors
- @JorgeAnzola made their first contribution in #30
Full Changelog: v2.3.5...v2.4.0
v2.3.5
What's Changed
- [Patch] NullHandler class cannot be tapped by @yordadev & @Magentron in #31
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
bug fix: Fix issue with path failure in Laravel 9 on Linux file system.
This addresses a bug that occurred when deploying to production on a Linux file system. The issue stemmed from the case sensitivity of the file system, which caused the deployment to fail. Specifically, Laravel's 'app' folder is in lowercase, while the app in question was looking for it in uppercase. This fix resolves the case sensitivity issue and ensures that the path works correctly on Linux systems. by @Whizboy-Arnold in #27
New Contributors
- @Whizboy-Arnold made their first contribution in #27
Full Changelog: v2.3.3...v2.3.4