Skip to content

Release v2.2.2

Choose a tag to compare

@mixxtor mixxtor released this 29 Oct 22:57
· 14 commits to master since this release

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 roundMoney method in BaseCurrencyExchange to simplify rounding logic and ensure correct behavior for various currencies.
      • Added a new test suite currency_rounding.test.ts to validate the rounding functionality across multiple currencies, including edge cases and special rounding rules.
      • Introduced currency_system_final_validation.test.ts to confirm the overall integrity of the currency system and validate that all fixes are in place.
      • Created real_world_currency_corrections.test.ts to 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.

Full Changelog: v2.2.1...v2.2.2