Squants v1.3.0 Release Notes

Release Date: 2017-05-25 // almost 7 years ago
    • โž• Added Parsecs unit (PR 208)
    • โž• Added Solar radius, Nominal Solar radius, Solar Luminosity, and Solar Mass (PR 209)
    • โž• Added Torrs and Standard Atmospheres pressure units (PR 210)
    • ๐Ÿ‘Œ Improvements to Money (PR 217)
      • added Money.rounded method
      • modified Money.toString to return the full precision amount and currency code
      • fixed Money.toFormattedString to apply proper rounding
      • added Money.mapAmount method
      • added Currency.toString method
    • โž• Added Quantity.rounded method (PR 217)
    • Stabilized toString output for MoneyContext and MoneyNumeric (PR 218)
    • โž• Added *, /, per to squantified numbers to improve frequency support (PR 213)
    • โž• Added rotational dynamics units (MomentOfInertia, AngularAcceleration, Torque) (PR 227)
    • ๐Ÿ‘Œ Support scala-native (PR 238)
    • โž• Added experimental UnitGroup (PR 234 and PR 235)
    • โž• Added experimental Formatter (PR 240 and PR 244)
    • ๐Ÿ‘Œ Improved documentation