Releases: mattevans/dinero
Releases · mattevans/dinero
v0.8.0
- Refactors historical rates into separate service
- Updates internal store to cache historical rates using key
BASE_DD-MM-YYY
.
- Refactors tests.
- Updates README
- gofmt
v0.7.0: Merge pull request #16 from mattevans/feat/0.7.0
- Adds support for listing historical rates
v0.6.0
- 29.12.2021: Allow not setting base currency marthjod #12
- 29.12.2021: Return error if rate not found by code marthjod #11
v.0.5.0
- Fixes glaring typo
- Adds changelog
v.0.4.0
- Adds new currency service.
- Allows listing of all currencies from OXR.
- Added tests.
See README.md for usage
v0.3.0
- Introduces a rolling store over the crude cache that was in place
- Customizable cache expiry
- Renamed method names
List
and Get
to better align with direction
- Updated
go.mod
v0.2.0
Added support for Go modules
v0.1.0
Initial release of dinero.