Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 1010 Bytes

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 1010 Bytes

(2017-05-14)

Features

  • add *Money.Cmp function (bcac814)

(2017-04-24)

Features

  • add functions for Money type (ecc1fd1)
  • make Money exchangeable & add Lookup funcs (163534b)

BREAKING CHANGES

  • use Lookup functions instead of Get functions.

Removed Get functions:

  1. GetCountry
  2. GetLanguage
  3. GetCurrency
  4. GetCulture

(2017-04-23)

Features

  • make Money exchangeable & add Lookup funcs (163534b)

BREAKING CHANGES

  • use Lookup functions instead of Get functions.

Removed Get functions:

  1. GetCountry
  2. GetLanguage
  3. GetCurrency
  4. GetCulture

(2017-04-17)

Features

  • add functions for Money type (ecc1fd1)