Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 701 Bytes

Changelog

All notable changes to shorten-nums will be documented in this file

10.0.3

  • Fixed bug where an invalid format is return when precision is greater than 1
  • Added 0 as valid number

1.0.2 - 2020-01-26

  • 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

1.0.1 - 2020-01-18

  • 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

1.0.0 - 2020-01-14

  • initial release.