Skip to content

Releases: mikewgd/console-log

Version 4.0

19 Jul 02:05
Compare
Choose a tag to compare
What's New
  • Optimizations
  • Timestamp toggle
  • Updates to existing functionality
  • override query parameter to always show console.
  • New supported functions: assert, clear, count, warn, error

CDN: <script src="https://cdn.jsdelivr.net/console-log/3.0/console.min.js"></script>

Version 3.0

13 Apr 00:43
Compare
Choose a tag to compare
What's New
  • Recognizable theme
  • Clear console button
  • Syntax highlighting
  • New supported function time & timeEnd

CDN: <script src="https://cdn.jsdelivr.net/console-log/3.0/console.min.js"></script>

Version 2.2

03 Dec 21:23
Compare
Choose a tag to compare
What's New
  • Displaying HTML elements
  • Fixes for IE
  • Changed formatting of printing objects
  • Better error handling
  • Various code formatting
  • Ran through jsHint
  • Executing code in browser

CDN: <script src="https://cdn.jsdelivr.net/console-log/2.2/console.min.js"></script>

Version 2.1

31 Oct 17:03
Compare
Choose a tag to compare
What's New
  • Began working on executing code functionality
  • Changed functions to unique names, reduce conflict
  • Various code fixes (mostly formatting)
  • Outputting JSON, Objects and Array better
  • Fix in logic of manipulating height
  • Query paramaters

CDN: <script src="https://cdn.jsdelivr.net/console-log/2.1/console.min.js"></script>

Version 2.0

31 Oct 17:13
Compare
Choose a tag to compare
What's New
  • Removed unnecessary code (getElementById, logs)
  • Changed text for toggle
  • Scroll to latest log or LI element
  • Change height of console based on input value
  • Various code fixes (mostly formatting)

CDN: <script src="https://cdn.jsdelivr.net/console-log/2.0/console.min.js"></script>

Version 1.0

03 Dec 21:33
Compare
Choose a tag to compare

Introducing a tool that will display a viewable console for browsers that do not support console.log(); or to be used in mobile devices

  • Initial setup
  • Print large JSON
  • Toggle to Show/Hide console

CDN: <script src="https://cdn.jsdelivr.net/console-log/1.0/console.min.js"></script>