Releases: acelords/node-utils
Releases · acelords/node-utils
Release 1.1.7
Feat
- Added
isChristmasTime()
Build
- Updated npm dependencies
Release 1.0.9
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
FEAT
- Better tooltip info on each function; with sample output
- Added isPhone()
- Added randomString()
Release 1.0.7
Added
- isPhoneNumber()
- randomString()
Release 1.0.6
FEAT: added formatNumber as alias to numberFormat
Release 1.0.5
Added all functions and their respective tests.
Refer to the Readme for more information