Skip to content

Releases: bnkamalesh/currency

v2.0.0

13 Nov 17:11
Compare
Choose a tag to compare

[major] implemented fmt.Stringer interface, so currency.String() now does not accept any parameters
[-] introduced 2 new configurations, 'PrefixSymbol' and 'SuffixSymbol' which will respectively prefix or suffix the currency symbol to the string
[-] implemented fmt.Formatter interface (all verbs are available in test)