Money v1.2.0 Release Notes

  • 👍 1. [MNY-18]: Adds Bitcoin currency types and support for % commission with FX. * Creates BTC and XBT types. * Refactors FXQuote into a struct (no longer subclass-able) but with a percentage commission property. Commission defaults to 0%. * FX method quote, now returns FXTransaction as the value of the Result. This new value type composes the original base money, commission (in the same base money currency), the exchange rate, and the counter money. The type supports ValueCoding. * A new FX provider, CEX.IO get support for buying and selling bitcoin using USD, EUR and RUB.