Skip to content

v2.0.0

Choose a tag to compare

@rakibdevs rakibdevs released this 12 Jan 03:59
· 4 commits to master since this release
050e44f

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

Full Changelog: v1.5.0...v2.0.0