forked from node-inspector/node-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
99 lines (52 loc) · 1.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
v0.1.10
* switched to socket.io, now works with Chrome 14+
v0.1.9
* fixed page refresh
v0.1.8
* bug fixes
v0.1.7
* updated dependencies
v0.1.6
* fixed crash on connect when using watch expressions (Issue 25)
v0.1.5
* minor bug fixes
v0.1.4
* experimental support for the profiles panel
v0.1.3
* reverted websocket library to 1.3.53
v0.1.2
* option to save changes from liveEdit
* option to hide files from inspector
* added config.json
- webPort (port to host inspector interface)
- debugPort (default debugger port to connect to)
- saveLiveEdit (save changes to files edited with liveEdit)
- hidden (regexp strings of files to hide from interface)
v0.1.1
* Fixed pause button with node 0.3.1+
* Fixed page refresh with node 0.3.1+
* Shortened script file names in script list
* Updated node-websocket-server library
v0.1.0
* Require node 0.3+
* Improved Scope Variables display
- Better object type info
- Inlined Array / Buffer lengths
* Automatically saved application setting
- last file shown
- console history
- watch expressions
* Console object completion on .
* Updated Web Inspector base
* Moved debugger port to query string i.e. /debug?port=5858
* New front-end <-> back-end message protocol
v0.0.4
* ctrl+click line number for conditional breakpoints
* enable pause on all exceptions button
v0.0.3
* handle multi-byte characters from debugger (Issue 12)
v0.0.2
* removed --start --debug-port --fwd-io flags
* added debugger port UI
v0.0.1
* added to npm registry