Skip to content

Releases: thecodeah/pawn-humanize

Patch v1.1.1

08 Aug 09:37
Compare
Choose a tag to compare
  • Changed 'minus' to 'negative' in HumanizeNumber

Release v1.1.0

31 Jul 21:20
Compare
Choose a tag to compare
  • Fixed HumanizeOrdinal function (21th -> 21st etc.)
  • Added HumanizeNumber function
1000 -> "one thousand"
1234 -> "one thousand two hundred thirty-four"
-1234 -> "minus one thousand two hundred thirty-four"
  • Renamed HumanizeComma -> HumanizeThousand and added optional delimiter argument
HumanizeThousand(integer, dest[], maxLength = sizeof dest, delimiter[] = ",")

Initial release

30 Jul 21:22
053e73e
Compare
Choose a tag to compare
v1.0

Initial release v1.0