All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Initial Release
Better Code Structure and Added Tests
Better code structure and new test cases
- Added Github CI ( #1 )
- Added PHP_Codesniffer as a dependency
- Added Examples
- Added Library to PHPClasses
- Fixed Documentation Issues
- Updated Workflow
- Added Composer Normalize as a dependency
- Cleaner File Structure
- Updated Workflow
- Fixed Examples
- Added composer-require-checker
- Updated Documentation
- Added Make file
- Added Reusable Functions
- Cleaner Code Structure
- Added New Tests
- Added New Examples
- Updated Docs
- Added Static Code Analysis
- Added Mutation Tests
- Added Code Coverage
- Fixed composer-require-checker phar file
- Enabled DependaBot
- Added getter and setter for $data
- The class is now final
- Fixed some code violations
- Added New Test Cases
- Added New Examples
- Updated Docs
- Added usePregReplace and useStrReplace for custom sanitization
- Added isValid Function to validate any type of data
- Added Simple Email Validation
- Fixed code violations
- Added New Test Cases
- Added New Examples
- Updated Docs
Just some bug fixes and cleaning
- Added callback function support
- Added Example for callback functions
- Added Test case for callback functions
Just some bug fixes, cleaning, and refactoring