Skip to content

v2.0.3

Choose a tag to compare

@brtdv brtdv released this 14 Jan 22:04
· 52 commits to master since this release
fb3b237

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 using localeconv(), applied consistent code style, and clarified comments explaining locale decimal point usage.

Full Changelog: v2.0.2...v2.0.3