Skip to content

New Computation Method, Export JS Module, Support for Comma and Dots

Compare
Choose a tag to compare
@bfintal bfintal released this 01 Aug 18:58
  • Enhanced counting up computation method - now dot and comma agnostic
  • Added support for dots as thousand separators and commas as decimal points
  • You can now count up things like: 1,234.00 1.234.567,89 and even unconventional numbers like 123.456.7,8,9
  • Doing an import now imports the modern JavaScript code, not the transpiled JS code