My DebugBar
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Wiki Home

DebugBar Doc

Companion.JS

IETester

Tutorials

Public

edit SideBar

DebugBar Home > WikiCompanionJS

:: Change Log ::

2010-09-15 : v0.5.5

  • Implemented "call" method to all "console" functions. Now you can use "console.log.call" method to call "log" function for instance.
  • Added option to call directly any "console" function when assigned as a var (var t = console.log; t('toto'); /* is working */);

2010-05-18 : v0.5.4

  • Corrected a problem with IE8 and the new debugger. Now Companion.JS should work with fresh Win7 installs without installing any other software.

2009-10-05 : v0.5.3

  • Implemented "apply" method to all "console" functions. Now you can use "console.log.apply" method to call "log" function for instance.

2009-09-29 : v0.5.2

2009-09-29 : v0.5.1

  • Corrected bug that was crashing IE.

2009-03-07 : v0.5

  • Corrected "document in undefined" bug that may occur on some pages.
  • Companion.JS is now able to run with the new javascript debugger engine shipped with Visual Studio 2008 and IE8, and can run in protected mode with this new debugger engine.

2008-10-19 : v0.4.2

  • Corrected escape characters not working on the console display
  • Added option to disable the "Console[x]=" line

2008-08-10 : v0.4.1

  • console.log feature is now working on page refreshes
  • console object is now a real javascript object and "if (console.log)" is working.
  • Added properties "provider" which returns "Companion.JS" and "currentVersion" which returns Companion.JS version (for this version is will be "0.4.1") to the "console" object.

2008-02-02 : v0.3

  • Corrected registration bugs at install
  • Corrected a bug in the javascript console history
  • Added checks if all the components are loaded and running correctly in the "About box".

2007-10-16 : v0.2

  • Added "console.log" feature under IE compatible with FireBug.
  • Added history in the javascript console by using "up" and "down" keys

2006-11-17 : v0.1

  • First release of the Companion.JS with detailled error info, javascript console and view source features