Skip to content

Releases: YorCreative/Laravel-Scrubber

v3.0.0

19 Apr 01:47
998da8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v3.0.0

v2.8.0

06 Nov 23:51
4231686
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

03 Oct 23:39
0531f41
Compare
Choose a tag to compare

What's Changed

  • [Feature] Add custom replacement value on a per-class basis by @AlexGodbehere in #42

New Contributors

Full Changelog: v2.6.2...v2.7.0

v2.6.2

23 Jun 22:52
cd084cf
Compare
Choose a tag to compare

What's Changed

  • [Patch] Set package to not tap channels by default by @yordadev in #38

Full Changelog: v2.6.1...v2.6.2

v2.6.1

23 Jun 22:39
fb51702
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

21 Jun 01:54
f101d84
Compare
Choose a tag to compare

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

16 Jun 18:08
b23104b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

12 Apr 14:41
c3e8f76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.5...v2.4.0

v2.3.5

06 Apr 19:22
7992560
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

31 Mar 20:33
24a9c9f
Compare
Choose a tag to compare

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

Full Changelog: v2.3.3...v2.3.4