Skip to content

Commit

Permalink
Bump to 0.2.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Nov 20, 2014
1 parent 812c435 commit 262eccb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## V0.2.1
#### 11-20-2014

This version introduces realtime syncing for some properties (view ui, model attribues) and hyperlinking for some objects (models in view options). Future versions will add a lot more property syncing and object links.

We also fixed a pretty bad bug, where when the page refreshes the inspector would have multiple views in the cache with the same cid.

### Added
+ The <Backbone.Model> links in View options now link to the model in the data pane
+ The view UI attributes are now updated when they change
+ The Model Attribues are now updated when they change
+ Added Collections to the data pane
+ Added the array type to the inspectValue function so that arrays are serialized properly


### Fixed
+ Fixed a bug where the inspector would not clear it's cache of views and models when the page was refreshed. This resulted in multiple views in the cache having the same cid.
+ Fixed phantomjs Function.prototype.bind bug
+ Removed unused libraries
+ Fixed Readme puppet org references


## V0.2
#### 11-17-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.2",
"version": "0.2.1",
"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.2.0",
"version": "0.2.1",

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

Expand Down

0 comments on commit 262eccb

Please sign in to comment.