Skip to content

Releases: stoneC0der/laravel-shorten-nums

1.0.3

03 Feb 10:46
Compare
Choose a tag to compare
  • Fixed bug where an invalid format is return when precision is greater than 1
  • Added 0 as valid number

1.0.2

26 Jan 20:24
Compare
Choose a tag to compare
  • 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

18 Jan 16:33
Compare
Choose a tag to compare

Initial Release