3.17.3 - Changes and Improvements
jonathanpmartins
released this
24 Aug 01:51
·
119 commits
to main
since this release
- Numbers
0-9
,+
and-
are restricted from the following options:prefix
,suffix
,thousands
anddecimal
. In the past wethrow new Error
, but this could cause problems with reactivity. Currently we filter out the above restricted characters from the restricted options. - Max precision was changed from
20
to1000
. - Removing
assign
method and tests. - Test code coverage improved.