- Caching has been removed from the main
CurrencyConverter
and moved to a separate namespace - Connection to Yahoo has been removed from the main
CurrencyConverter
class and moved to a separate namespace - Addition of cache adapters
- Additions of rate providers
- Used DateInterval class instead of seconds for cache time out
- Added Zend Cache Adapter
- Removed
setCacheTimeOut
andgetCacheTimeOut
fromCurrencyConverter\Cache\Adapter\CacheAdapterInterface
.