Changelog History
Page 4
-
v0.7.3 Changes
April 08, 2014ScriptFileStorage: fix fs.readFile usage on v0.8 (Miroslav Bajtoš)
Update dependencies (Miroslav Bajtoš)
Switch to core _debugger module. (3y3)
-
v0.7.2 Changes
March 21, 2014Fixed a race condition in the debug-server.js (Vasil Dininski)
Use jshint instead of gjslint (Miroslav Bajtoš)
fixjsstyle cleanup (3y3)
debugger isRunning state changes (3y3)
-
v0.7.1 Changes
March 11, 2014Added subtype property to RemoteObject (3y3)
Checked Invalid Date object (3y3)
Fixed wrong proto object link (3y3)
Checking configurable option (3y3)
Properties conversion isolated to function (3y3)
Handle shebang in ScriptFileStorage load/save (Miroslav Bajtoš)
Implement Debugger.setSkipAllPauses (Miroslav Bajtoš)
Fix links (Miroslav Bajtoš)
MAINTAINERS: use imperative sentence style (Miroslav Bajtoš)
-
v0.7.0 Changes
February 20, 2014README restructuralization (Miroslav Bajtoš)
Rename readme.md to README.md (Miroslav Bajtoš)
Update AUTHORS (Miroslav Bajtoš)
Defer "scriptParsed" until "Page.getResourceTree" (Miroslav Bajtoš)
Lower the frequency of auto reloads (Miroslav Bajtoš)
Update .npmignore (Miroslav Bajtoš)
Clean up node-debug help message (Sam Roberts)
bin/inspector: Add -h -v --version options (Miroslav Bajtoš)
Speed up initial parsing of source-map URLs (Miroslav Bajtoš)
Cache results of ScriptFileStorage.listScripts. (Miroslav Bajtoš)
Ignore EACCESS errors when listing sources (Miroslav Bajtoš)
Tighten findAllApplicationScripts heuristics (Miroslav Bajtoš)
Implement node-debug. (Miroslav Bajtoš)
RuntimeAgent: implement releaseObject() as no-op (Miroslav Bajtoš)
Fix DebuggerAgent.setVariableValue to object (Miroslav Bajtoš)
Add WebSocketServer error handler. (Miroslav Bajtoš)
README: added shell code higlight (Ionică Bizău)
Fix conversion of Error objects (Miroslav Bajtoš)
Use WebSockets instead of socket.io. (Kenneth Auchenberg)
Small indentation fixes (3y3)
Help message format update (3y3)
Reload browser when detached from target (ChrisWren)
Make socket.io work with subfolder hosting. (Pritam Baral)
-
v0.7.0-2 Changes
January 23, 2014Updated AUTHORS. (Miroslav Bajtoš)
Fixed display of RegExp objects. (3y3)
Fixed DebuggerClient.resume acting like stepInto (Miroslav Bajtoš)
Fixed timing-dependent unit-tests failures (Miroslav Bajtoš)
test: improved describe/it names (Miroslav Bajtoš)
Fixed misspelled word "Visit" in docs (Peter Lyons)
Fix Date display format. Issue #281 (3y3)
Fixed throw on DebuggerAgent.resume() (Lennon Pulda-Grealy)
Added large String support for debugger evaluation requests (Peter Flannery)
-
v0.7.0-1 Changes
December 26, 2013Improved formatting of Date objects in inspector (Sergey Krilov)
Added --no-preload to disable glob of all *.js (Dick Hardt)
Update readme with faq about browser storage and debug metadata (Karan Batra-Daitch)
Fixed CallFramesProvider test on Node v0.11. (Miroslav Bajtos)
-
v0.6.2 Changes
December 04, 2013Updated AUTHORS. (Miroslav Bajtos)
docs: explain dashed name rc config conversion (cattail)
Removed false error messages on reload (Dave)
-
v0.6.1 Changes
November 17, 2013- Added debug logging of communication (Miroslav Bajtos)
-
v0.6.0 Changes
November 12, 2013gjslint: removed workaround for linter bug (Miroslav Bajtos)
Updated AUTHORS. (Miroslav Bajtos)
Added
stackTraceLimit
configuration, fixes #96. (ssafejava)test: fixed launcher errors on windows (Miroslav Bajtos)
Remove dependence on HTTP for socket io connection to server (Matthew O'Riordan)
README: added WTF entry about adblock (Gary Katsevman)
README: howto signal SIGUSR1 on windows (Miroslav Bajtos)
lib,test: fixed lint issues (Miroslav Bajtos)
-
v0.5.0 Changes
September 20, 2013Quick fix for properties displayed twice in UI (Miroslav Bajtos)
README: added FAQ entry for --hidden option (Miroslav Bajtos)
lib: fixed hiding of script files (Miroslav Bajtos)
lib: fix config handling (Miroslav Bajtos)
Updated AUTHORS. (Miroslav Bajtos)
Fixed wrong hint in error message if web port is used. (Adam Hořčica)
NetworkAgent: support data scheme URLs (Miroslav Bajtos)
package.json: upgraded to express 3.4 (Miroslav Bajtos)
lib,Overrides: support the updated front-end (Miroslav Bajtos)
front-end: patched inspector.html (Miroslav Bajtos)
front-end: upgraded to Blink branch 1625, r157454 (Miroslav Bajtos)
tools: implemented update-front-end.sh (Miroslav Bajtos)