- changing API to support qUnit v2
- Since we are adding a custom assertion to QUnit (https://qunitjs.com/cookbook/#custom-assertions), we are changing the API to
hasX
instead ofexpectX
sinceassert.expectComponent
sounds weird.
- Support expecting zero component instances via
expectComponent('my-component', 0)
see 35
- Fix bug in
clickComponent
(see 30)
- Change
expectElement
andexpectNoElement
to accept amessage
key in theoptions
hash (see 26.
- Change
expectComponent
to use a container to support usage in integration tests (see 23 and 22 ) - To use
expectComponent
with component integration tests, ember-qunit version >= 0.4.7 is required - Upgrade to ember-cli 1.13.8
- Remove lodash dependency
- Support
expectComponent
in Ember 1.13 (@givanse)
- Fix bug in
expectComponent
(@Twinkletoes)
- Support Ember 1.11.0
- LegacyBindAttrNode has no
get
- Link to Mocha fork (@backspace)
- Add generator (@notmessenger)