v2.0.3
Bug Fixes
- NumberFormatter: Fixed PHP 7.4 compatibility by removing trailing commas in function signatures that were only supported in PHP 8.0+.
Maintenance
- NumberFormatter: Refactored
format()method for improved readability - simplified decimal point detection by always usinglocaleconv(), applied consistent code style, and clarified comments explaining locale decimal point usage.
Full Changelog: v2.0.2...v2.0.3