Skip to content

Version 2.10.0

Choose a tag to compare

@alies-dev alies-dev released this 15 Jul 11:09
· 1 commit to master since this release
00698cd

What's Changed

New services

  • UniRateAPI, supporting latest and historical rates.
  • National Bank of Denmark, supporting current and historical rates (five business day history feed), and the statbank.dk for older dates.

Improvements

  • HttpService now accepts an optional StreamFactoryInterface and exposes a postRequest() helper, enabling services that POST request bodies.
  • fastFOREX has marked as a recommended service.

Maintenance

  • Psalm reconfigured to level 3, with baseline cleanup.
  • Coding style migrated to PER3 / PHP82Migration via php-cs-fixer.
  • Added #[\Override] attributes and missing @api annotations.
  • Dropped the symfony/http-client dependency auto-added by php-http/discovery.
  • Allowed symfony/http-client ^7.0 for PHP 8.2 / 8.3 CI.
  • Composer normalized, README provider count expressed as 30+.

Full Changelog: 2.9.1...2.10.0