v2.0.0
What's Changed
Added
- Added new methods:
bnPercentage,parseNum,bnDay,bnTime,bnDuration,bnBengaliMonth,bnSeason,bnAge - Introduced batch processing functionality
- Added fluent API for method chaining
- Support for Laravel 9.x, 10.x, 11.x, and 12.x
- Support for PHP 8.0, 8.1, 8.2, 8.3, and 8.4
- GitHub Actions CI workflow for automated testing
- Updated PHPUnit configuration for modern versions
- Modern testing setup with Orchestra Testbench
Changed
- BREAKING: Dropped support for Laravel versions below 9.x
- BREAKING: Dropped support for PHP versions below 8.0
- Updated all dependencies to support latest Laravel versions
- Improved package auto-discovery configuration
- Modernized service provider implementation
Removed
- Support for Laravel 5.x, 6.x, 7.x, and 8.x
- Support for PHP 7.x
New Contributors
- @smartdatasoft made their first contribution in #5
Full Changelog: v1.5.0...v2.0.0