All Versions
61
Latest Version
Avg Release Cycle
47 days
Latest Release
2277 days ago

Changelog History
Page 3

  • v0.10.0 Changes

    April 24, 2015
    • Readme cleanup. (3y3)

    • Implemented "Save" for CPU and Heap profiles. (marco.minetti)

    • Fixed console test (3y3)

    • Fixed debug port not read from URI. (marco.minetti)

    • Fixed new watcher expression input. (Marco Minetti)

    • Fix console in debug-brk mode (3y3)

    • Add tests for BreakEventHandler (3y3)

    • Cache events from app (3y3)

    • Decrease time for FrontendCommandHandler test (3y3)

    • Fix tests for 0.12 (3y3)

    • Passing session object everywhere (3y3)

    • Fix console messageRepeatCounter (3y3)

    • Deprecate unuseful front-end changes (3y3)

    • Fix HeapProfilerAgent relative to new protocol.json (3y3)

    • Fix ProfilerAgent relative to new protocol.json (3y3)

    • Reload frontend on detach (3y3)

    • Allow to save modified files (3y3)

    • Disable unusable tabs (3y3)

    • Added PageAgent canEmulate and canScreencast callbacks (3y3)

    • Extend noop commands list (3y3)

    • Send page context to frontend (3y3)

    • Override watch expression (3y3)

    • Replace (no domain) string to (core modules) (3y3)

    • Replace worker title to '' (3y3)

    • Replace window title to Node Inspector (3y3)

    • Override WebInspector.UIString (3y3)

    • Open main script on startup (3y3)

    • Extend protocol by Console.showConsole (3y3)

    • Hide sources chrome specifics (3y3)

    • Remove unusable tabs from settings screen (3y3)

    • Unregister shortcuts (3y3)

    • Use default web socket to connect to inspector backend (3y3)

    • Update tools/generate-commands algorithm (3y3)

    • Frontend update: fetched from 2234 (3y3)

    • Disable debug conn. managment by Debugger Agent (3y3)

    • README: Add note regarding breaking bug (see: #534) (ELLIOTTCABLE)

    • Fixed console warning for profiler/node compatibility. (Marco Minetti)

  • v0.9.2 Changes

    March 10, 2015
    • Bump express min version to 4.8.0 (Alejandro Larre)

    • Documentation on contributing (jakub-g)

  • v0.9.1 Changes

    February 24, 2015
    • Move gitter badge to right place (3y3)

    • Added Gitter badge (The Gitter Badger)

    • README: fix typos (Wendy Leung)

    • Bump v8-debug to v0.4.2, v8-profiler to 5.2.4 (Jim Cummins)

    • .travis.yml: drop 0.11, add 0.12 and io.js (Miroslav Bajtoš)

  • v0.9.0 Changes

    February 11, 2015
    • tools: set +x for git-changelog.sh (Miroslav Bajtoš)

    • README note about preloading and symlinks (Jurgen Leschner)

    • use glob v4.3.5 - NOTE disables symlink following (Jurgen Leschner)

    • Enable latest Node v0.10 on Travis again (Miroslav Bajtoš)

    • Make sure to open URL in a webkit browser (jakub-g)

    • Fix: Breakpoints doesn't work for Windows (3y3)

    • lib: Fix typo (Seth Krasnianski)

    • Fix --hidden option for NODE_DEBUG mode (3y3)

    • travis: fix Node versions (Miroslav Bajtoš)

  • v0.8.3 Changes

    January 12, 2015
    • Fix release logic (3y3)
  • v0.8.2 Changes

    January 12, 2015
    • Fix release.sh for Windows (3y3)

    • Fix Console API getCallerFuncLocation (3y3)

    • Wrong name ScriptManager.normalizeV8Name (3y3)

    • Replace deprecated express sendfile with sendFile. (Timur Amirov)

    • front-end: fix non-expanding tree-element (tobiasviehweger)

    • Release script updated (3y3)

    • Check Windows case insensitive app name (3y3)

    • Avoid serialization of internal properties (3y3)

  • v0.8.1 Changes

    December 08, 2014
    • Update v8-profiler version (3y3)

    • Check NaN object in mirrors cache (3y3)

    • tools/git-changelog: always print the header (Miroslav Bajtoš)

    • tools/release: fixes and improvements (Miroslav Bajtoš)

  • v0.8.0 Changes

    December 03, 2014
    • Fixed issue #478 (jlu)

    • Modified DebuggerAgent.getFunctionDetails (3y3)

    • Added HeapProfiler._lookupHeapObjectId (3y3)

    • Console serializing and caching logic moved to InjectorServer (3y3)

    • README: fix command for debugging Gulp on Windows (thorn0)

    • Console API (3y3)

    • HeapProfiler API (3y3)

    • ChangeLog: update to the new markdown format (Miroslav Bajtoš)

    • Simplify the release process (Miroslav Bajtoš)

    • README: Fix broken link. (Marcelo Campos Rocha)

    • README: Add info on debugging Gulp tasks (Eric Eastwood)

    • Update README.MD (3y3)

    • Added usage examples (3y3)

    • New help system (3y3)

    • Added customizable webHost to node-debug (3y3)

    • Exclude configuration logic from node-debug (3y3)

    • Use yargs as argv preprocessor in config.js (3y3)

    • Deprecate allowed web-host null value (3y3)

    • Create config from constructor (3y3)

    • Enable node-inspector listening on https. (mriehle)

    • Profiler API (3y3)

    • Use correct comment style in Overrides.css (3y3)

    • Overrides: fix WebInspector.UIString (Miroslav Bajtoš)

    • front-end: hide DOM, XHR and Event Listener breakpoints (3y3)

    • front-end: rename "(no domain)" to "(core modules)" (3y3)

    • front-end: remove unusable tabs in settings screen (3y3)

    • Extend noop-commands list (3y3)

    • test: increase test timeout in InjectorClient (Miroslav Bajtoš)

    • Fix passing config from session.js to ScriptManager.js (3y3)

    • Add Inspector favicon (3y3)

    • test: increase test timeout in InjectorClient (Miroslav Bajtoš)

    • Version checking refactored (3y3)

    • Update devtools overview url in README (Fodi69)

    • Deprecated config.js cleanup (3y3)

    • README: fix link pointing to docs.strongloop.com (Miroslav Bajtoš)

    • test: fix race condition in launcher (Miroslav Bajtoš)

    • package: update dependencies, use "" (Miroslav Bajtoš)

    • README: minor improvements (Miroslav Bajtoš)

    • BreakEventHandler: fix break on uncaught exception (Miroslav Bajtoš)

    • debugger: fix protocol debug log (Miroslav Bajtoš)

    • Injector API restructuring (3y3)

    • Add Bountysource badge to README (bountysource-support)

    • Fix InjectorServer socket closing (3y3)

    • Update debug to "1.0" (Miroslav Bajtoš)

    • Removed trailing space. (Miroslav Bajtoš)

    • Bump up the next version to 0.8.0 (Miroslav Bajtoš)

    • Injector API (3y3)

    • start work on v0.7.5 (Miroslav Bajtoš)

  • v0.7.5

    December 21, 2016
  • v0.7.4 Changes

    June 05, 2014
    • Non-ascii string saving fix (junecoder)

    • front-end: fix for the Safari browser (ivan baktsheev)

    • node-debug: Detecting Windows CMD files (3y3)

    • node-debug: Passing NodeJS options to debugged process (3y3)

    • node-debug: Fixed passing inspector's 'no-' arg in node-debug (3y3)

    • Fix conversion of config options (3y3)