Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Jun 27, 2013
1 parent d468c20 commit c002d05
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,37 @@
# 0.4.3 (2013-06-26)



## Bug fixes
### instrumentation

* fix injecting a provider with array syntax (354fa541)




# Before...

## Features
### build

* use Grunt for building Batarang (4b584ec3)



## Bug fixes
### instrumentation

* improve perf of serializing models by ignoring $ properties, optimizing derez (d0fa3141)

* fix issue with checking models of root scopes (bae0b604)

* fix instrumenting $get (ce962885)

### model

* fix issue in model pane where the first element of array models is undefined (2da618fd)

### style

* prefix highlight class name (9bb1ebb3)
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "AngularJS Batarang",
"version": "0.4.2",
"version": "0.4.3",
"description": "Extends the Developer Tools, adding tools for debugging and profiling AngularJS applications.",
"background": {
"page": "background.html"
Expand Down

0 comments on commit c002d05

Please sign in to comment.