Releases: 3urobeat/output-logger
Version 1.3.4
Fixed animation or self-overwriting string spamming the log when terminal window is smaller than the length of the string
Version 1.3.3
Fixed animation getting stuck when logger function is called more often than the interval would need to run at least once and added 'warning' as alias for 'warn' type.
Version 1.3.2
Fixed log call with animation and remove false being cleared anyway by next log call
Version 1.3.1
Fixed two issues in two default animations. Cursor will now be hidden on animation. Added animationinoutputfile option.
Version 1.3.0
Added animation support
Version 1.2.1
Fixed crash when the type parameter was undefined
Version 1.2.0
Added support for a custom logger function parameter structure, updated JSDocs for logger & options function and updated the documentation.
Version 1.1.1
Fixed empty bracket check throwing unmatched ')' error
Version 1.1.0
Added options function to support a custom string structure of your message and to change/turn off the output file path. The logger function is now called without a name (you call the variable under which you imported the library). Updated documentation.
Version 1.0.1
Added debug type, removed automatic red coloring of message when word 'error' was included, minor other channges.