Changelog History
Page 2
-
v0.12.4 Changes
December 03, 2015bump v8-debug version (Yury Puzynya)
Fix #763 (Yury Puzynya)
Prevent leaking of data in Network for AWS and others (Yury Puzynya)
Updates TravisCI build (Yury Puzynya)
Reimplemented Injector entry point (Yury Puzynya)
Simplifies evaluateGlobal func (Yury Puzynya)
Update release.sh (Yury Puzynya)
-
v0.12.3 Changes
September 05, 2015Fix tests (Yury Puzynya)
Fix tests (Yury Puzynya)
Update dependencies (Yury Puzynya)
Fix #730 , Fix #724 (Yury Puzynya)
Typo (stack is not a function) Fixes #728 (Michael Plakhov)
Fixed #723 (3y3)
Update release.sh (3y3)
-
v0.12.2 Changes
August 06, 2015Fix tests for 0.10 (3y3)
Fix css issue with debugger window cut off #699 (Alex Kras)
Isolate injections in
Injections
folder (3y3)Test launcher rewrited for promises (3y3)
Changed behavior for session
close
event (3y3)Added DebuggerClient.isReady state (3y3)
Revert changes in Network handling (3y3)
Update release.sh (3y3)
-
v0.12.1 Changes
July 29, 2015Exclude
tools
from .npmignore (Chris Baldwin)Update release.sh (3y3)
-
v0.12.0 Changes
July 29, 2015JSON endpoints /json and /json/list should return a JSON array (Alain Kalker)
Remove useless wrapper in NetworkInjection (3y3)
Send correct loaderId in resourceTree (3y3)
Receive app evn in one place (3y3)
Fix IndexedDB.requestDatabaseNames command (3y3)
Plugins: cleanup fixes (3y3)
Frontend update: fetched from 2234 (3y3)
Add
plugins
option to configuration (3y3)Deprecate front-end generating scripts (3y3)
Plugins: tests for merging ProtocolJson (3y3)
Plugins: tests for merging InspectorJson (3y3)
Plugins: merging ProtocolJson (3y3)
Plugins: merging InspectorJson (3y3)
Front-end: added event
FormattedMessage
(3y3)Front-end: added event dispatcher for console view (3y3)
Update readme and
--help
(3y3)Split injections configuration (3y3)
Support objects in config (3y3)
Fix pause on first line for node 0.10.* (3y3)
-
v0.11.2 Changes
July 23, 2015TravisCI: switch to container based infrastructure (3y3)
Fix #698 (3y3)
-
v0.11.1 Changes
June 30, 2015Handle
compileError
asafterCompile
on node 0.12 (3y3)Fix custom command initialisation in
debug-brk
mode (3y3)Fix Console.message url (3y3)
-
v0.11.0 Changes
June 29, 2015Update README.md (3y3)
front-end: Fix double sending of
togglePause
(3y3)Fix
redirectToRoot
context (3y3)Network: added new tests (3y3)
Network: fixed front-end (3y3)
Added Network tab (3y3)
Properly redirect to root (3y3)
Added /json/version http endpoint (Kenneth Auchenberg)
Added /json http endpoint (Kenneth Auchenberg)
Ignore errors during debugger closing. Fix tests. (3y3)
Fix inline sourcemaps path in node 0.10.x (Andres Suarez)
Send disconnect request on connection closing (3y3)
-
v0.10.2 Changes
June 15, 2015Fix test for iojs (3y3)
Avoid inline sourcemaps to be re-fetched from backend. (Marco Minetti)
Improve inline sourcemaps (3y3)
Check if source stored in app on source request (3y3)
Move
getScriptSourceById
to ScriptManager (3y3)Console: fix max string length (3y3)
Console: fix caller script url (3y3)
Console: fix currentFrame searching (3y3)
Console: added special wrapper for assert func (3y3)
Fix index tests (3y3)
Fix url backward compatibility (3y3)
Fixed #667 (3y3)
Fix config web-host deprecation checker (3y3)
Added support for Web Notifications on debugger paused. (Marco Minetti)
Dropped /debug in favor of root URL. (Marco Minetti)
-
v0.10.1 Changes
May 13, 2015Bump dependencies (3y3)
Bump FrontendCommandHandler test timeout (3y3)
Try resolve script source on
debug
event (3y3)More asynchronous Injector break handling (3y3)
Process
break
event in async mode (3y3)Deprecate event caching in BreakEventHandler (3y3)
Use
wss:
WebSocket protocol if front-end is using SSL (Adam Biggs)Small fix: redirection in debug-server (3y3)
README: remove traling whitespace (Miroslav Bajtoš)
ScriptFileStorage: follow symlinks, get realpaths (Jurgen Leschner)