Skip to content

Releases: alessioVelluso/UtilsStuff

v4.0.0

17 Nov 20:02
Compare
Choose a tag to compare

Breaking Changes:

  • parseDate() is now parse() with all the string format options (new doc)

New Features

  • Date string-only-parsification based on the format you want

v3.0.0

14 Sep 20:16
Compare
Choose a tag to compare

Changed:

  • Separated generic utils from logger
  • Removed client filter code
  • ArrayDifference as now same too
  • catchRes is now resOk and changed params
  • catcResError is now resError and changed params
  • SelectOptions type is now SelectOption

v2.0.2

07 Jul 12:19
Compare
Choose a tag to compare
  • 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

01 Jul 20:01
Compare
Choose a tag to compare
  • 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