File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v0.3.2
2+
3+ - Fix once watchers: no recursion #41
4+ - Fix onceDefined: don't watch if property is already defined #41
5+ - patchDefine: preserve arity #41
6+ - Handle case where backbone is set to undefined
7+ - Handle case where backbone is set to non-object
8+ - Fix height of panel actions controls
9+ - Show Backbone detection workaround on "Waiting for Backbone..." view #31
10+ - Panel: use listenToDOM to remove potential memory leaks
11+ - Prevent backspace navigation in panel debuggerview
12+ - Corrected ordering of parameters in postmessage()
13+ - Update some of the used libraries
14+ - Cleanups
15+
116## v0.3.1
217
318- Add support for manual Backbone detection to fix eventual infinite "Waiting for Backbone" message. (see README) (#40 )
Original file line number Diff line number Diff line change 11{
22 "name" : " Backbone Debugger" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " Developer Tools extension for debugging Backbone.js applications." ,
55 "author" : " Manuel Dell'Elce and contributors" ,
66 "minimum_chrome_version" : " 22.0" ,
You can’t perform that action at this time.
0 commit comments