Skip to content

Releases: c-kick/mobileConsole

Release list

v2.0.7

Choose a tag to compare

@c-kick c-kick released this 21 Oct 10:54

Initial release.

Changelog:

2.0.7

  • Added Userscript for use with Tampermonkey / Violentmonkey, as suggested by @xnh0x in issue #4

2.0.6

  • Initial release (on Github)
  • Bugfix

2.0.5

  • Restructured & cleaned up code
  • Shortened CSS selectors
  • Factory-wrapped mobileConsole
  • Rewrote parts of, and restructured, HTML stringifier

2.0.4

  • Fixed mobileConsole leaking into the window
  • Fixed a bug where everything other than objects didn't produce any output

2.0.3

  • Rewrote large portions of the object parser to better match chrome devtools output + colors
  • Continued restructuring colors

2.0.2

  • Restructured colors
  • Added stack traces to custom .error() log messages
  • Minor fixes

2.0.1

  • Integrated stacktracejs instead of dynamic import
  • Added user-prefers dark-mode support
  • Added time() and timeEnd() support
  • Added option to minimize console, by tapping/clicking the top bar, which also acts as a resize-handle for the console
    2.0.0
  • Complete rewrite of v1

v2.0.6

Choose a tag to compare

@c-kick c-kick released this 28 Apr 08:48
f073df1

Initial release.

Changelog:

2.0.6

  • Initial release (on Github)
  • Bugfix

2.0.5

  • Restructured & cleaned up code
  • Shortened CSS selectors
  • Factory-wrapped mobileConsole
  • Rewrote parts of, and restructured, HTML stringifier

2.0.4

  • Fixed mobileConsole leaking into the window
  • Fixed a bug where everything other than objects didn't produce any output

2.0.3

  • Rewrote large portions of the object parser to better match chrome devtools output + colors
  • Continued restructuring colors

2.0.2

  • Restructured colors
  • Added stack traces to custom .error() log messages
  • Minor fixes

2.0.1

  • Integrated stacktracejs instead of dynamic import
  • Added user-prefers dark-mode support
  • Added time() and timeEnd() support
  • Added option to minimize console, by tapping/clicking the top bar, which also acts as a resize-handle for the console
    2.0.0
  • Complete rewrite of v1