Releases: mikewgd/console-log
Releases · mikewgd/console-log
Version 4.0
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
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
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
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
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
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>