Skip to content

Commit 044e940

Browse files
committed
Release v0.3.2
1 parent a00572f commit 044e940

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)