All Versions
13
Latest Version
Avg Release Cycle
158 days
Latest Release
1343 days ago

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 the PhpArray 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