Releases: Hennest/exchange-rate
Releases · Hennest/exchange-rate
1.0.1
1.0.0
0.0.4
Full Changelog: 0.0.3...0.0.4
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
Full Changelog: v0.0.1...0.0.2
v0.0.1
Full Changelog: v0.0.0...v0.0.1
v0.0.0
v0.0.0
This initial release introduces the foundation for the Hennest Exchange Rate library. It includes:
CurrencyApiService
: A driver for fetching exchange rates using the Currency API.CacheService
: A caching service to efficiently manage and retrieve exchange rate data.ParserService
: A parser to handle the conversion of exchange rate responses.ExchangeRateService
: The main service providing methods to retrieve rates and convert currencies.ResponseAssembler
: An assembler for creating response objects.Response
: A data transfer object (DTO) representing exchange rate responses.
Feel free to explore and provide feedback.