Skip to content

Commit

Permalink
bump to 0.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Dec 19, 2014
1 parent 17e40fc commit 11f831b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## V0.4
#### 12-18-2014

### Overview
+ We're enabling the Activity Pane for the first time
+ UI Info shows triggers, listeners, activity, and warnings
+ Data Info shows class heirarchy
+ Radio handler contexts and callbacks are much better supported


### Added
+ Added more metadata for event triggers (listeners, tart, end, and actionId)
+ Added Behaviors, Module, Object, Application, and Controller to app component registry
+ Added printProperty helper for console messages
+ Re-styled inspector header
+ Add view Triggers pane
+ Add view Listners pane
+ Improved findKey helper so that it unwraps listenToOnce and detects the underlying callback
+ Improved findKey helper so that it looks up the prototype chain
+ Added class heiararchy panes to Model
+ Added much better support for detecting Radio contexts and callbacks


### Changed
+ Refactored patchDefine to split it up into smaller pieces
+ Refactored serializeEvents to conform to B.Events


### Fixed
+ Fixed bug where the info pane would appear clipped
+ Fixed bug where inspecting an element would fail if underscore weren't defined globally in the window
+ Fixed serious issue where agent.js linenumbers were mis-aligned
+ Fixed clientInspect so that it works for jQuery elements
+ Fixed search for sessions that changed the elements while search was on
+ Fixed clientInspect's handling of native functions
+ Fixed Activity pane UI so that it's based off of the new components tree
+ Fixed Activity pane perf issues by debouncing a couple things
+ Fixed patchWindow bug where marionette could be found w/o backbone

### Removed

## V0.3
#### 12-1-2014

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marionette Inspector",
"version": "0.3",
"version": "0.4",
"description": "A devtool for Marionette",
"author": "Jason Laster",
"minimum_chrome_version": "22.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marionette.inspector",

"version": "0.3.0",
"version": "0.4.0",

"description": "A proper inspector for Marionette",

Expand Down

0 comments on commit 11f831b

Please sign in to comment.