Skip to content

Releases: ivdatahub/currency-quote

[NEW VERSION ON AIR]

28 Jun 21:39
Compare
Choose a tag to compare

*** Implemented History Quote

  • README contains examples of implementation
  • Bug Fixes

Hexagonal Arch Implemented

27 Jun 21:20
Compare
Choose a tag to compare

NEW VERSION ON THE AIR!

We are happy to announce that version 2.0.0 (Alpha) has been released and can now be tested.

We have an important change here:
The Hexagonal architecture was successfully implemented allowing us to look to the future and be able to change our data sources so that you, the developer, always have the best accessible and reliable data source.

Now you must pass an object of type "Currency" which is our main entity so that the ClientBuilder can be instantiated and release the GetLasQuote and getHistoryQuote methods.

Enjoy.

Kind Regards,
Ivanildo Barauna

⬡⬡⬡ Hexagonal Arch Implemented ⬡⬡⬡

27 Jun 20:14
Compare
Choose a tag to compare

NEW VERSION ON THE AIR!

We are happy to announce that version 2.0.0 (Alpha) has been released and can now be tested.

We have an important change here:
The Hexagonal architecture was successfully implemented allowing us to look to the future and be able to change our data sources so that you, the developer, always have the best accessible and reliable data source.

Now you must pass an object of type "Currency" which is our main entity so that the ClientBuilder can be instantiated and release the GetLasQuote and getHistoryQuote methods.

Enjoy.

Kind Regards,
Ivanildo Barauna

Publish 1.0.1 Version

24 Jun 18:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...1.0.1

0.0.1

18 Jun 03:41
Compare
Choose a tag to compare

** Initial Release for Scalfolding