Skip to content

Releases: 3urobeat/output-logger

Version 1.3.4

22 Oct 16:13

Choose a tag to compare

Fixed animation or self-overwriting string spamming the log when terminal window is smaller than the length of the string

Version 1.3.3

21 Sep 20:01

Choose a tag to compare

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

14 Jul 10:57

Choose a tag to compare

Fixed log call with animation and remove false being cleared anyway by next log call

Version 1.3.1

14 Jul 10:15

Choose a tag to compare

Fixed two issues in two default animations. Cursor will now be hidden on animation. Added animationinoutputfile option.

Version 1.3.0

13 Jul 16:06

Choose a tag to compare

Added animation support

Version 1.2.1

18 Jun 13:57

Choose a tag to compare

Fixed crash when the type parameter was undefined

Version 1.2.0

18 Jun 12:27

Choose a tag to compare

Added support for a custom logger function parameter structure, updated JSDocs for logger & options function and updated the documentation.

Version 1.1.1

17 Jun 17:44

Choose a tag to compare

Fixed empty bracket check throwing unmatched ')' error

Version 1.1.0

17 Jun 17:38

Choose a tag to compare

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

15 Jun 19:46

Choose a tag to compare

Added debug type, removed automatic red coloring of message when word 'error' was included, minor other channges.