Skip to content

Releases: gozeloglu/currency-tcmb

v0.2.1

25 Apr 11:57
Compare
Choose a tag to compare

v0.2.1

9d29c49 Increased code coverage.
eccd799 Fixed bug which was causing panic.

v0.2.0

19 Apr 14:40
Compare
Choose a tag to compare

v0.2.0

  • eb90088 Custom errors are added to `fetchCurrency', and tested.
  • 9b8c6e7 WithDate option is added.
  • 806252b WithDate option is tested.

v0.1.0

19 Apr 12:06
Compare
Choose a tag to compare

First release 🚀

  • 530706f The most basic functionality is added.
  • 344b472 Code type and its Stringer method is added.
  • ea6bc74 Code.String method is tested.
  • 50d7dc0 FromCurrencyCode method is added.
  • 799b9eb FromCurrencyCode method is tested.
  • 52b343a TCMB struct definition made more simple.
  • 59713a3 Panic fixed.
  • ffe24ea MIT License is added.
  • a5f2b6b Option parameter is removed from New function.