All Versions
13
Latest Version
Avg Release Cycle
110 days
Latest Release
1247 days ago

Changelog History
Page 1

  • v1.0.2 Changes

    November 24, 2020
    • โž• Added ISO 4217 numeric codes for currency
  • v1.0.1 Changes

    February 10, 2020
    • ๐Ÿ›  Fixed fraction for TWN currency
  • v1.0.0 Changes

    January 05, 2020
    • โž• Add JSON Marshal/Unmarshal.
    • โšก๏ธ Travis golang versions updated.
    • โœ‚ Remove Divide method, to avoid issues with floats.
    • โšก๏ธ Updated currencies.
  • v0.4.0 Changes

    July 26, 2019
    • โšก๏ธ Updated list of currencies.
    • โž• Added AsMajorUnits function to return Money as a float64 representing the amount value in the currency's subunit.
  • v0.3.8 Changes

    March 14, 2019
    • go.mod file
  • v0.3.7

    January 30, 2019
  • v0.3.6 Changes

    October 31, 2017

    ๐Ÿ›  Fix redundant decimal when fraction is 0

  • v0.3.5

    June 12, 2017
  • v0.3.4 Changes

    May 30, 2017

    ๐Ÿ›  Bugfix: A new instance of Money has invalid Currency contents

  • v0.3.3 Changes

    April 25, 2017
    • โž• Add Currency method to Money to allow access to Currency information
    • โšก๏ธ Go Report updated