Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 509 Bytes

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 509 Bytes

[0.3.0] - 18 Jun 2020.

  • Fix Ordinal Translating 81 as 81th
  • Fix Ordinal Translating 1 as 1th and 2 as 2th

[0.2.1] - 21 February 2020.

  • appropriate file

[0.2.0] - 13 February 2020.

  • Add MIT Licence

  • Documentation on README.md file

[0.1.0] - 13 February 2020.

  • ordinal

    • Convert an integer to its ordinal as a string. 1 is '1st', 2 is '2nd', 3 is '3rd', etc. works for any integer.
  • appNumber

    • For numbers 1-9, return the number spelled out. Otherwise, return the number.