v0.3.0
Main changes from 0.2.12 are: * Fixes issue with `moduleForModel` incorrctly sharing `this.store()` and `this.subject()` across tests. * [BREAKING BUGFIX] Changes `moduleForComponent`'s `this.render()` to no longer returns the view's element (you must call `this.$()` or `this.subject().$()`).