Skip to content

Releases: YorCreative/Laravel-Scrubber

v2.0.1

25 Aug 20:42
e7a8cb3
Compare
Choose a tag to compare
  • Added Troy Credit Card Regex Class

v2.0.0

25 Aug 20:25
0143769
Compare
Choose a tag to compare

Initial Release of v2.0.0

Changes:

  • [fix] Refactored the RegexRepository and created a singleton of it, as it was not loading all the classes once when the application was bootstrapped. Instead it was loading all the classes every use of the scrubber.
  • [feature] Added the Secret Manager which allows you to pull in secrets from external sources to detect leakage of them.
  • [feature] Gitlab Integration for Secret Manager.
  • [feature] Ability to define what keys of your secrets from external sources that you want via the configuration file.

v1.1.0

24 Aug 16:19
4ea9daa
Compare
Choose a tag to compare

Added ability to detect and scrub credit numbers for:

  • Master Card
  • Visa
  • Discover
  • American Express

v1.0.0

16 Aug 20:48
Compare
Choose a tag to compare

Initial Release of Laravel-Scrubber Package