💥 Breaking changes
BigDecimal::ofUnscaledValue()no longer throws an exception if the scale is negativeMathExceptionnow extendsRuntimeExceptioninstead ofException; this reverts the change introduced in version0.11.0(#82)
✨ New features
BigDecimal::ofUnscaledValue()allows a negative scale (and converts the values to create a zero scale number)