Release v1.4.6
Changelog:
1.4.6 (2025-10-30)
- Enhance roundMoney method for better precision and add edge case tests
- Fix case:
roundMoney(29.99, 'USD')~29.99instead of29.990000000000002
- Fix case:
Full Changelog: v1.4.5...v1.4.6
Changelog:
roundMoney(29.99, 'USD') ~ 29.99 instead of 29.990000000000002Full Changelog: v1.4.5...v1.4.6