Skip to content

Releases: acelords/node-utils

Release 1.1.7

09 Jan 13:12
Compare
Choose a tag to compare

Feat

  • Added isChristmasTime()

Build

  • Updated npm dependencies

Release 1.0.9

28 Aug 00:16
Compare
Choose a tag to compare

Refactor:

  • formatNumber() and formatCurrency() now takes into account floating point numbers.
  • isNumeric() accepts an additional parameter to control whether to check for floating point numbers also.

Release 1.0.8

25 Aug 08:04
Compare
Choose a tag to compare

FEAT

  • Better tooltip info on each function; with sample output
  • Added isPhone()
  • Added randomString()

Release 1.0.7

22 Aug 19:27
Compare
Choose a tag to compare

Added

  • isPhoneNumber()
  • randomString()

Release 1.0.6

22 Aug 18:15
Compare
Choose a tag to compare

FEAT: added formatNumber as alias to numberFormat

Release 1.0.5

22 Aug 18:08
Compare
Choose a tag to compare

Added all functions and their respective tests.
Refer to the Readme for more information