All Versions
13
Latest Version
Avg Release Cycle
158 days
Latest Release
1571 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.2.0 Changes
August 19, 2020๐ xChangeApi.com support
-
v4.1.0 Changes
June 05, 2020โ Added way to add services by instance
-
v4.0.1 Changes
May 30, 2019๐คก Making Swap not final to allow mocking
-
v4.0 Changes
- Migrated from PHP 5.5 to PHP 7.1+
- โก๏ธ Updated PHP HTTP dependency to version 2
- โ Removed the deprecated Yahoo service which has been removed by Yahoo
- โ Removed the deprecated Google service which has been very unreliable and unstable on different platforms
- ๐ Fixed the exchange rate value to always be a float instead of a string
- โ Added information about which service returned a rate with
ExchangeRate::getProviderName()
- โ Removed the
InternalException
only used in thePhpArray
service - ๐ Modified the PHPArray service to only support scalars as rates (rate objects are not compatible)
- We now rely on PSR-16 Simple Cache instead of PSR-6 Cache. You can use https://github.com/php-cache/simple-cache-bridge as a bridge between PSR-6 and PSR-16.
- โ Added a
getCurrencyPair()
to the exchange rate objects - โ Removed the Historical service class in favor of the
SupportsHistoricalQueries
trait
-
v3.5.0 Changes
January 04, 2019- โ Added CurrencyConverterApi service
-
v3.4.0 Changes
April 19, 2018- ๐ Fixed Fixer service which now requires an access_key
-
v3.3.0 Changes
February 19, 2018- โ Added Forge service
- โ Added CurrencyDataFeed service
- ๐ Supported historical rates in National Bank Of Romania
-
v3.2.0 Changes
October 02, 2017๐ Support crypto currencies via Cryptonator
-
v3.1.0 Changes
March 27, 2017๐ New Russian Central Bank service
-
v3.0.2 Changes
December 02, 2016โก๏ธ Update exchanger to include this bug fix florianv/exchanger#5