#### 0.2.3

* Loaders friendly "header". This "header" will works on normal script tag include, amd environments (like require.js) and CommonJS environments (like browserify).

#### 0.2.2

* fixes bug where Backbone.Computed only worked in Karma but not in a standalone Browserify project

#### 0.2.1

* documentation

#### 0.2.0

* CommonJS / Browserify support
* Fixes bug where extended models don't inherit computed properties

#### 0.0.3

Fixes bug where a listener was setup even if there were no dependent properties
