Release v2.2.2
Changelog:
2.2.2 (2025-10-29)
π Bug Fixes
- Improve currency rounding logic and add comprehensive tests (8f03a27)
- fix: Improve currency rounding logic and add comprehensive tests
- Updated the
roundMoneymethod inBaseCurrencyExchangeto simplify rounding logic and ensure correct behavior for various currencies. - Added a new test suite
currency_rounding.test.tsto validate the rounding functionality across multiple currencies, including edge cases and special rounding rules. - Introduced
currency_system_final_validation.test.tsto confirm the overall integrity of the currency system and validate that all fixes are in place. - Created
real_world_currency_corrections.test.tsto address specific rounding behaviors for currencies like VND, KRW, IDR, KHR, LAK, and MMK based on real-world usage. - Ensured all tests cover a wide range of scenarios, including performance and reliability checks.
- Updated the
- fix: Improve currency rounding logic and add comprehensive tests
Full Changelog: v2.2.1...v2.2.2