v1.0.6.0
kaifcodec/user-scannerv1.0.6.0Dec 3, 2025by kaifcodec
AI Summary
The project adopts a DRY (Don't Repeat Yourself) architecture using helper functions, introduces a new donation category, adds Buymeacoffee support, and refactors existing validators.
Key Highlights
- Added **DRY Architecture Implementation** using helper functions
- Added new category: **donation/**
- Added platform: **buymeacoffee**
- Refactored most existing validators to utilize the new helper functions
New Features
- DRY Architecture implementation
- Buymeacoffee username validation
- New donation category
- Refactored validators
Full Release Notes
- Added `minecraft` username validation in `gaming/` #52 By @camtisocial - Added `liberapay` username validation in `donation/` #57 By @VamatoHD Code reviewed by @kaifcodec - Fixed import issues during local testings - Replaced `from ..core.orchestrator import <X>` to `from user_scanner.core.orchestrator import <X>` By @kaifcodec