Releases: alessioVelluso/UtilsStuff
Releases · alessioVelluso/UtilsStuff
v4.0.0
Breaking Changes:
parseDate()
is nowparse()
with all the string format options (new doc)
New Features
- Date string-only-parsification based on the format you want
v3.0.0
v2.0.2
- Created
logDetail: (message:any) => void;
to show details in gray without temporal info. Thought to be used after the log() function - Created
isNumeric: (str:string) => boolean;
- Logger colors are now public readonly, use them how you want.
- Class methods are now anonymous function to be used inside other classes as well (
this
reference)
v2.0.0
- Starting from verison 2 as this package is the splitting result of a library into three little package
- This is the lightest package, so choose wich one of the three you need
- Look at the doc for details