Go Money Versions Save

Go implementation of Fowler's Money pattern

v1.0.12

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.11...v1.0.12

v1.0.11

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.10...v1.0.11

v1.0.10

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.9...v1.0.10

v1.0.9

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.8...v1.0.9

v1.0.8

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.7...v1.0.8

v1.0.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.6...v1.0.7

v1.0.6

2 years ago

What's Changed

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.5...v1.0.6

v1.0.5

2 years ago

What's Changed

Full Changelog: https://github.com/Rhymond/go-money/compare/v1.0.4...v1.0.5

v1.0.4

2 years ago
  • Ubuntu version changed from ubuntu-16.04 to latest in github workflow
  • Merged #101 Fix marshalling the zero value of Money to JSON. Thanks @bencrouse
  • Merged #94 Fix negative split remainder. Thanks @ConradKurth

v1.0.3

2 years ago
  • Sentinel error when currencies do not match
  • Remove old and unsupported Go versions from checks