All notable changes to shorten-nums
will be documented in this file
- Fixed bug where an invalid format is return when precision is greater than 1
- Added 0 as valid number
- Added default for invalid inputs Any number less than 999 will now return the initial number without shorten it Any number greater than 999 trillions will return 999+T
- Minor improvements
- Improve to format value
- Added option to return formated number with more than one decimal point, now you can return 1.24K instead fixed 1.2K or 1.25k instead of 1.3k
- Added support for up to 999999999999000 value
- initial release.