All Versions
13
Latest Version
Avg Release Cycle
110 days
Latest Release
1250 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