Skip to content

0.3.5

Compare
Choose a tag to compare
@kalaspuff kalaspuff released this 28 Nov 11:40
· 544 commits to master since this release
7e7241b
  • Added money() method to currency objects. For example stockholm.Currency.EUR.money(100) would equal stockholm.Money(100, stockholm.Currency.EUR).
  • Prevents currency objects to create new currency objects by using them as object constructors.