Skip to content

3.17.3 - Changes and Improvements

Compare
Choose a tag to compare
@jonathanpmartins 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 and decimal. In the past we throw 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 to 1000.
  • Removing assign method and tests.
  • Test code coverage improved.