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

Changelog History
Page 1

  • v1.1.2 Changes

    January 31, 2018
    • fix: ui messed up (#1034) (淘小杰)

    • Allow "blob:" sources for scripts in Content-Security-Policy header (#1017) (André Wachter)

    • Fixed typo: buit > built (#1018) (Greg Knapp)

  • v1.1.1 Changes

    April 24, 2017
    • fix: press enter doesn't work in console (#1006) (淘小杰)

    • fix: make it work with mac (#1003) (淘小杰)

  • v1.1.0 Changes

    April 12, 2017
    • doc: add doc of how to debug remote machine (#1002) (淘小杰)

    • fix: DebuggerClient api has a breaking change (#1000) (淘小杰)

    • Implement the remote debugging feature. (#919) (Junil Kim)

    • test: add debug break test case (#998) (淘小杰)

    • fix: --debug-brk is ignored when launching it with command (#997) (淘小杰)

  • v1.0.1 Changes

    April 10, 2017
    • fix: breakpoint may be undefined. (#995) (淘小杰)

    • fix: debug-brk not working and failed to resolve value by handle, https://github.com/node-inspector/node-inspector/issues/993 (#994) (淘小杰)

    • Fixing CLI warning (#943) (Clint Goodman)

    • Updated repo badges to svg (#945) (Amila Welihinda)

    • As KeyboardEvent.keyIdentifier is removed from the recent (#955) (Junil Kim)

  • v1.0.0 Changes

    March 28, 2017
    • fix: upgrade v8-debug and v8-profiler, fix some test suites (#991) (淘小杰)

    • fix: can not find NativeModule in node 6.4.x and above (#990) (淘小杰)

    • Update README (#988) (Miroslav Bajtoš)

  • v0.12.10 Changes

    March 06, 2017
    • Fix callback call in InjectorClient._findNMInScope (#914) (Sergey Sharov)

    • Partial fix of #843 (Yury Puzynya)

    • Fix #851 (Yury Puzynya)

  • v0.12.8 Changes

    April 06, 2016
    • Cleanup pr-839 (Yury Puzynya)

    • Don't fail when there's a loop in symlinks (Yves Le Maout)

    • Bump ws dependency to 1.0.1 (eliminates dependency on bufferutil) (Andre Asselin)

    • Fix issue #832, "node inspector and babel-register". (Albert Pomortsev)

    • Fix keep-alive network debugging (Yury Puzynya)

    • Fix calling unexposed function (Guilherme Pacheco)

  • v0.12.7 Changes

    February 25, 2016
    • chmod 777 for unix socket (Yury Puzynya)

    • Added frontend ping (Yury Puzynya)

    • Remove registerDebuggerEventHandlers (Yury Puzynya)

    • Merge debug-server address and wsAddress (Yury Puzynya)

    • fix ws url (Yury Puzynya)

  • v0.12.6 Changes

    February 09, 2016
    • deps up (Yury Puzynya)

    • Fixed buildInspectorUrl (Yury Puzynya)

    • Fix readme (Yury Puzynya)

    • Aviod params duplication in querystring (Yury Puzynya)

    • Support listening on unix socket (Yury Puzynya)

    • Fix node-inspector redirecting with invalid ws url if no port is specified (Cain Cresswell-Miley)

    • New resource tree resolver (Yury Puzynya)

    • Added manifest.override prop for inspector.json. Allows finer-grained control over existing plugins and modules. (Eric Lawless)

    • Added --plugin-path argument for specifying root plugin path. (Eric Lawless)

  • v0.12.5 Changes

    December 06, 2015
    • Bump dependencies (Yury Puzynya)

    • Update build script (Yury Puzynya)