- fix: fix the deprecated warnings (#40) (淘小杰)
-
feat: config node7 on appveyor (#39) (淘小杰)
-
fix: make it work on node7.x (#38) (淘小杰)
-
Update release script (Yury Puzynya)
- Return node 4 x86 build (Yury Puzynya)
- fix publishing (Yury Puzynya)
-
Update nan (Yury Puzynya)
-
Exclude 4.0.0-win32-ia32 from prebuilts (Yury Puzynya)
- New release script (Yury Puzynya)
-
Fix prepublish script (Yury Puzynya)
-
Fix #21: this.extendedProcessDebugJSONRequest_ is not a function (Shawn Van Ittersum)
-
Update build script (Yury Puzynya)
-
Update prepublish (Yury Puzynya)
-
Add prepublish script (Yury Puzynya)
-
Add .npmignore (Yury Puzynya)
-
Update .gitignore (Yury Puzynya)
- Update build scripts (Yury Puzynya)
- Build configuration updated (Yury Puzynya)
-
Code prepared for NODE_NEXT logic (Yury Puzynya)
-
InjectedScriptSource updated (Yury Puzynya)
-
Added InjectedScriptHost.cc (Yury Puzynya)
-
Fixed preinstall script (Yury Puzynya)
-
Update travis build (Yury Puzynya)
-
Fix src for node v4 (Yury Puzynya)
-
Updated cloud build (Yury Puzynya)
-
Version changed to 0.5.2 (3y3)
-
Fix error rethrowing (3y3)
-
Version changed to 0.5.1 (3y3)
-
Update cloud build (3y3)
-
Fix build for iojs-3 (3y3)
-
Readme.md updated (3y3)
-
Version changed to 0.5.0 (3y3)
-
Readme.md updated (3y3)
-
Added
getFromFrame
func (3y3)
-
Version changed to 0.4.6 (3y3)
-
Enable win_delay_load_hook for 1.* (3y3)
-
Version changed to 0.4.5 (3y3)
-
Cleanup CI configs (3y3)
-
Version changed to 0.4.4 (3y3)
-
Update CI settings (3y3)
-
Unbundle node-pre-gyp (3y3)
-
Update TravisCI badge (3y3)
-
Version changed to 0.4.3 (3y3)
-
Update dependencies (3y3)
-
Added npm version badge (3y3)
-
Version changed to 0.4.2 (3y3)
-
Webkit API refactoring (3y3)
-
Allocate Debug Context for 0.12+ (3y3)
-
Version changed to 0.4.1 (3y3)
-
Fixes for 0.10.36 (3y3)
-
Bump node-pre-gyp to ^0.6.4 for iojs (Jim Cummins)
-
Version changed to 0.4.0 (3y3)
-
Temporary fix for io.js testing (3y3)
-
Fix for 0.12 and io.js (3y3)
-
Update build matrix (3y3)
-
Version changed to 0.3.5 (3y3)
-
Skip failing test for build (3y3)
-
Add v0.12 to build matrix (3y3)
-
Rename Signal to SendCommand (3y3)
-
Upgrade npm dependencies, notably nan to 1.6.2 (James Ide)
-
Suppress compile warnings (3y3)
-
Added AppVeyor badge (3y3)
-
Update build matrix (3y3)
-
Fix errors and warning when compiling with iojs (Leo Koppelkamm)
-
Version changed to 0.3.4 (3y3)
-
Use seq = 0 by default instead of 1 (3y3)
-
Fix Linux compatibility (3y3)
-
Update
nan
to 1.5.0 (3y3) -
Fix tests race condition (3y3)
-
Fix paths for injected usage (3y3)
-
Added test for registerAgentCommand (3y3)
-
Added Webkit protocol support (3y3)
-
Node-pre-gyp updated to ^0.6.0 (3y3)
-
allow_natives_syntax flag moved to
allowNatives
method (3y3) -
Depreceted undocumented method
mirror
(3y3)
- Version changed to 0.3.3 (3y3)
-
Version changed to 0.3.2 (3y3)
-
Finish prebuild binaries (3y3)
-
Linux/OSX prebuild binaries (3y3)
-
Added
registerAsync
command (3y3) -
Convert line endings to LF (3y3)
- Windows prebuild binaries (3y3)
-
Version changed to 0.3.0 (3y3)
-
Update readme.md (Moshe Kolodny)
-
Readme updated (3y3)
-
API updated (3y3)
-
Version changed to 0.2.0 (3y3)
-
Allow natives syntax flag enabled (3y3)
-
Ignore v8 protocol serializer for custom commands (3y3)
-
v8-debug.js refactored (3y3)
-
Added runInDebugContext function (3y3)
-
Fixed newline in readme.md (3y3)
-
Version changed to 0.1.5 (3y3)
-
Fix compatibility with 0.10.x (3y3)
-
Version changed to 0.1.4 (3y3)
-
Fast fix for Node v0.11.14 (3y3)
-
Move DebugCommandProcessor to closure (3y3)
-
Added mirror API (3y3)
-
Version changed to 0.1.3 (3y3)
-
Remove 'v8-debug' from cache after disconnect (3y3)
-
Safely handling errors (3y3)
- First release!