Skip to content

v1.2.0

Choose a tag to compare

@jumpcutking jumpcutking released this 20 Oct 03:26
· 14 commits to main since this release

jckConsole is happy to help developers know where a log entry has occurred. It's a new object, and It identifies the caller, the file, the line, and the column of the call.

This update is a breaking change to entry and log callbacks. A new "from" object will be passed to every one of the log callbacks. It will look very similar to a parsedStackTrace() line item.

This update also includes other bug fixes.