1 |
|
2 | ## v6.1.1 (2022-12-19)
|
3 |
|
4 | #### :bug: Bug Fix
|
5 | * [#999](https://github.com/emberjs/ember-qunit/pull/999) Use native types from `ember-resolver` ([@chriskrycho](https://github.com/chriskrycho))
|
6 | * [#998](https://github.com/emberjs/ember-qunit/pull/998) Revert explicit `peerDependencies` contracts ([@chriskrycho](https://github.com/chriskrycho))
|
7 |
|
8 | #### Committers: 1
|
9 | - Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
|
10 |
|
11 | ## v6.1.0 (2022-12-16)
|
12 |
|
13 | #### :rocket: Enhancement
|
14 | * [#995](https://github.com/emberjs/ember-qunit/pull/995) Feature: introduce native (ambient) TS types ([@chriskrycho](https://github.com/chriskrycho))
|
15 |
|
16 | #### :house: Internal
|
17 | * [#979](https://github.com/emberjs/ember-qunit/pull/979) Re-roll `yarn.lock` ([@rwjblue](https://github.com/rwjblue))
|
18 | * [#978](https://github.com/emberjs/ember-qunit/pull/978) Update `lint` related scripts (add `lint:fix`) ([@rwjblue](https://github.com/rwjblue))
|
19 | * [#977](https://github.com/emberjs/ember-qunit/pull/977) Ensure CI jobs timeout after 10 minutes ([@rwjblue](https://github.com/rwjblue))
|
20 | * [#976](https://github.com/emberjs/ember-qunit/pull/976) Add Ember 4.8 to CI matrix ([@rwjblue](https://github.com/rwjblue))
|
21 | * [#975](https://github.com/emberjs/ember-qunit/pull/975) Cancel prior CI jobs for same PR ([@rwjblue](https://github.com/rwjblue))
|
22 | * [#973](https://github.com/emberjs/ember-qunit/pull/973) Bump github actions ([@ctjhoa](https://github.com/ctjhoa))
|
23 |
|
24 | #### Committers: 4
|
25 | - Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
|
26 | - Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
|
27 | - Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))
|
28 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
29 |
|
30 | ## v6.0.0 (2022-10-07)
|
31 |
|
32 | #### :boom: Breaking Change
|
33 | * [#972](https://github.com/emberjs/ember-qunit/pull/972) Add support for Ember v4, drop support for < Ember 3.24 and deprecated features ([@chriskrycho](https://github.com/chriskrycho))
|
34 | * [#921](https://github.com/emberjs/ember-qunit/pull/921) Update ember-auto-import to 2.x ([@mydea](https://github.com/mydea))
|
35 | * [#931](https://github.com/emberjs/ember-qunit/pull/931) Drop support for Node < 14 ([@mydea](https://github.com/mydea))
|
36 |
|
37 | #### :rocket: Enhancement
|
38 | * [#972](https://github.com/emberjs/ember-qunit/pull/972) Add support for Ember v4, drop support for < Ember 3.24 and deprecated features ([@chriskrycho](https://github.com/chriskrycho))
|
39 |
|
40 | #### :bug: Bug Fix
|
41 | * [#912](https://github.com/emberjs/ember-qunit/pull/912) Make sure focus related tests don't fail when the test container is hidden ([@bertdeblock](https://github.com/bertdeblock))
|
42 |
|
43 | #### :house: Internal
|
44 | * [#914](https://github.com/emberjs/ember-qunit/pull/914) Fix CI ([@bertdeblock](https://github.com/bertdeblock))
|
45 |
|
46 | #### Committers: 3
|
47 | - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
|
48 | - Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
|
49 | - Francesco Novy ([@mydea](https://github.com/mydea))
|
50 |
|
51 | ## v5.1.5 (2021-10-06)
|
52 |
|
53 | #### :bug: Bug Fix
|
54 | * [#900](https://github.com/emberjs/ember-qunit/pull/900) Remove usage of APIs removed in Ember >= 4 ([@chancancode](https://github.com/chancancode))
|
55 |
|
56 | #### :memo: Documentation
|
57 | * [#883](https://github.com/emberjs/ember-qunit/pull/883) Update migration documentation to add arguments to the example migrated functions ([@Oluwadamilareolusakin](https://github.com/Oluwadamilareolusakin))
|
58 | * [#856](https://github.com/emberjs/ember-qunit/pull/856) Add ember-auto-import mention to migration docs ([@rwjblue](https://github.com/rwjblue))
|
59 |
|
60 | #### :house: Internal
|
61 | * [#901](https://github.com/emberjs/ember-qunit/pull/901) Use ember-auto-import@2 to test ember-source >= 4 ([@rwjblue](https://github.com/rwjblue))
|
62 |
|
63 | #### Committers: 5
|
64 | - Godfrey Chan ([@chancancode](https://github.com/chancancode))
|
65 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
66 | - Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
|
67 | - Tolulope Oluwadamilare Olusakin ([@Oluwadamilareolusakin](https://github.com/Oluwadamilareolusakin))
|
68 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
69 |
|
70 |
|
71 | ## v5.1.4 (2021-03-09)
|
72 |
|
73 | #### :bug: Bug Fix
|
74 | * [#827](https://github.com/emberjs/ember-qunit/pull/827) Relax peer dependency minimums to ember-qunit@5.0.0 versions ([@rwjblue](https://github.com/rwjblue))
|
75 |
|
76 | #### Committers: 2
|
77 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
78 |
|
79 |
|
80 | ## v5.1.3 (2021-02-18)
|
81 |
|
82 | #### :bug: Bug Fix
|
83 | * [#817](https://github.com/emberjs/ember-qunit/pull/817) Fixes testing container layout issues for QUnit 2.14 ([@drewlee](https://github.com/drewlee))
|
84 |
|
85 | #### :memo: Documentation
|
86 | * [#815](https://github.com/emberjs/ember-qunit/pull/815) Update migration.md ([@hjdivad](https://github.com/hjdivad))
|
87 |
|
88 | #### Committers: 4
|
89 | - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
|
90 | - Andrew A Lee ([@drewlee](https://github.com/drewlee))
|
91 | - David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
|
92 | - Travis Hoover ([@thoov](https://github.com/thoov))
|
93 |
|
94 |
|
95 | ## v5.1.2 (2021-02-01)
|
96 |
|
97 | #### :bug: Bug Fix
|
98 | * [#804](https://github.com/emberjs/ember-qunit/pull/804) fix: ensure "Development Mode" is full screen ([@alexlafroscia](https://github.com/alexlafroscia))
|
99 |
|
100 | #### :memo: Documentation
|
101 | * [#805](https://github.com/emberjs/ember-qunit/pull/805) Add V5 migration guide link to CHANGELOG ([@bmish](https://github.com/bmish))
|
102 |
|
103 | #### :house: Internal
|
104 | * [#813](https://github.com/emberjs/ember-qunit/pull/813) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
|
105 |
|
106 | #### Committers: 4
|
107 | - Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia))
|
108 | - Bryan Mishkin ([@bmish](https://github.com/bmish))
|
109 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
110 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
111 |
|
112 |
|
113 | ## v5.1.1 (2020-12-16)
|
114 |
|
115 | #### :bug: Bug Fix
|
116 | * [#790](https://github.com/emberjs/ember-qunit/pull/790) Update to ember-auto-import@1.10.0 at a minimum. ([@rwjblue](https://github.com/rwjblue))
|
117 | * [#789](https://github.com/emberjs/ember-qunit/pull/789) Add treeType annotation to hint test-support to ember-auto-import. ([@rwjblue](https://github.com/rwjblue))
|
118 |
|
119 | #### :memo: Documentation
|
120 | * [#787](https://github.com/emberjs/ember-qunit/pull/787) Clarified migration guide to v5.x when a project includes QUnit DOM ([@ijlee2](https://github.com/ijlee2))
|
121 |
|
122 | #### Committers: 3
|
123 | - Isaac Lee ([@ijlee2](https://github.com/ijlee2))
|
124 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
125 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
126 |
|
127 |
|
128 | ## v5.1.0 (2020-12-07)
|
129 |
|
130 | #### :rocket: Enhancement
|
131 | * [#786](https://github.com/emberjs/ember-qunit/pull/786) Improve testing container visuals (prevent scrolling during tests, keep testing container in a fixed location) ([@BryanCrotaz](https://github.com/bryancrotaz))
|
132 |
|
133 | #### Committers: 1
|
134 | - Bryan ([@BryanCrotaz](https://github.com/BryanCrotaz))
|
135 |
|
136 |
|
137 | ## v5.0.0 (2020-12-04)
|
138 |
|
139 | Also see the [V4 to V5 migration guide](https://github.com/emberjs/ember-qunit/blob/master/docs/migration.md#upgrading-from-v4x-to-v500).
|
140 |
|
141 | #### :boom: Breaking Change
|
142 | * [#745](https://github.com/emberjs/ember-qunit/pull/745) Update to @ember/test-helpers@2.0.0. ([@rwjblue](https://github.com/rwjblue))
|
143 | * [#741](https://github.com/emberjs/ember-qunit/pull/741) Require host to provide testing fixture DOM elements. ([@rwjblue](https://github.com/rwjblue))
|
144 | * [#740](https://github.com/emberjs/ember-qunit/pull/740) Drop support for configuring via `options['ember-cli-qunit']`. ([@rwjblue](https://github.com/rwjblue))
|
145 | * [#738](https://github.com/emberjs/ember-qunit/pull/738) / [#749](https://github.com/emberjs/ember-qunit/pull/749) / [#752](https://github.com/emberjs/ember-qunit/pull/752) / [#754](https://github.com/emberjs/ember-qunit/pull/754) / [#761](https://github.com/emberjs/ember-qunit/pull/761) Require project to provide `@ember/test-helpers` and `qunit`. ([@rwjblue](https://github.com/rwjblue))
|
146 | * [#739](https://github.com/emberjs/ember-qunit/pull/739) Drop support for Node 13. ([@rwjblue](https://github.com/rwjblue))
|
147 | * [#737](https://github.com/emberjs/ember-qunit/pull/737) Remove re-exports from `qunit`. ([@rwjblue](https://github.com/rwjblue))
|
148 | * [#736](https://github.com/emberjs/ember-qunit/pull/736) Remove moduleFor* methods. ([@rwjblue](https://github.com/rwjblue))
|
149 | * [#687](https://github.com/emberjs/ember-qunit/pull/687) Drop ember-cli < 3.8 support ([@rwjblue](https://github.com/rwjblue))
|
150 | * [#681](https://github.com/emberjs/ember-qunit/pull/681) Drop Support for Ember 3.7 and below ([@Turbo87](https://github.com/Turbo87))
|
151 | * [#609](https://github.com/emberjs/ember-qunit/pull/609) Bump broccoli-funnel from 2.0.2 to 3.0.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
152 | * [#616](https://github.com/emberjs/ember-qunit/pull/616) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87))
|
153 |
|
154 | #### :rocket: Enhancement
|
155 | * [#763](https://github.com/emberjs/ember-qunit/pull/763) Add `fullscreencontainer` query param (similar to `devmode` but does not modify test timeout) ([@rohitpaulk](https://github.com/rohitpaulk))
|
156 | * [#756](https://github.com/emberjs/ember-qunit/pull/756) Add Embroider test scenario. ([@rwjblue](https://github.com/rwjblue))
|
157 | * [#613](https://github.com/emberjs/ember-qunit/pull/613) Use checkerboard pattern for testing container background ([@Turbo87](https://github.com/Turbo87))
|
158 |
|
159 | #### :memo: Documentation
|
160 | * [#762](https://github.com/emberjs/ember-qunit/pull/762) Fix typos in comments ([@rohitpaulk](https://github.com/rohitpaulk))
|
161 | * [#748](https://github.com/emberjs/ember-qunit/pull/748) Update migration guide to cover v4 -> v5. ([@rwjblue](https://github.com/rwjblue))
|
162 |
|
163 | #### :bug: Bug Fix
|
164 | * [#758](https://github.com/emberjs/ember-qunit/pull/758) Fix usage within applications that do not have ember-auto-import. ([@rwjblue](https://github.com/rwjblue))
|
165 | * [#757](https://github.com/emberjs/ember-qunit/pull/757) Correct invalid QUnit imports. ([@rwjblue](https://github.com/rwjblue))
|
166 |
|
167 | #### :house: Internal
|
168 | * [#750](https://github.com/emberjs/ember-qunit/pull/750) Update to `@ember/test-helpers@2.0.0-beta.6` minimum version. ([@rwjblue](https://github.com/rwjblue))
|
169 | * [#744](https://github.com/emberjs/ember-qunit/pull/744) Move customized `qunit` module into `vendor/`. ([@rwjblue](https://github.com/rwjblue))
|
170 | * [#747](https://github.com/emberjs/ember-qunit/pull/747) Add `@scalvert` to contributors. ([@rwjblue](https://github.com/rwjblue))
|
171 | * [#746](https://github.com/emberjs/ember-qunit/pull/746) Update to ember-cli@3.20 blueprint. ([@rwjblue](https://github.com/rwjblue))
|
172 | * [#743](https://github.com/emberjs/ember-qunit/pull/743) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
|
173 | * [#742](https://github.com/emberjs/ember-qunit/pull/742) Remove unused `devDependencies`. ([@rwjblue](https://github.com/rwjblue))
|
174 | * [#734](https://github.com/emberjs/ember-qunit/pull/734) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
|
175 | * [#679](https://github.com/emberjs/ember-qunit/pull/679) CI: Add test scenarios for Ember 3.4, 3.8, 3.12 and 3.16 ([@Turbo87](https://github.com/Turbo87))
|
176 |
|
177 | #### Committers: 5
|
178 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
179 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
180 | - Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
|
181 | - Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk))
|
182 |
|
183 |
|
184 | ## v5.0.0-beta.5 (2020-12-04)
|
185 |
|
186 | #### :rocket: Enhancement
|
187 | * [#763](https://github.com/emberjs/ember-qunit/pull/763) Add `fullscreencontainer` query param (similar to `devmode` but does not modify test timeout) ([@rohitpaulk](https://github.com/rohitpaulk))
|
188 | * [#761](https://github.com/emberjs/ember-qunit/pull/761) Migrate to validate-peer-dependencies. ([@rwjblue](https://github.com/rwjblue))
|
189 | * [#756](https://github.com/emberjs/ember-qunit/pull/756) Add Embroider test scenario. ([@rwjblue](https://github.com/rwjblue))
|
190 |
|
191 | #### :bug: Bug Fix
|
192 | * [#776](https://github.com/emberjs/ember-qunit/pull/776) Override #qunit-fixture styling, place inside viewport ([@rohitpaulk](https://github.com/rohitpaulk))
|
193 | * [#759](https://github.com/emberjs/ember-qunit/pull/759) Tweak the annotation for `treeForAddonTestSupport` ([@rwjblue](https://github.com/rwjblue))
|
194 |
|
195 | #### :memo: Documentation
|
196 | * [#762](https://github.com/emberjs/ember-qunit/pull/762) Fix typos in comments ([@rohitpaulk](https://github.com/rohitpaulk))
|
197 |
|
198 | #### :house: Internal
|
199 | * [#760](https://github.com/emberjs/ember-qunit/pull/760) Remove QUnit shim ([@bobisjan](https://github.com/bobisjan))
|
200 |
|
201 | #### Committers: 4
|
202 | - Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
|
203 | - Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk))
|
204 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
205 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
206 |
|
207 |
|
208 | ## v5.0.0-beta.4 (2020-09-16)
|
209 |
|
210 | #### :bug: Bug Fix
|
211 | * [#758](https://github.com/emberjs/ember-qunit/pull/758) Fix usage within applications that do not have ember-auto-import. ([@rwjblue](https://github.com/rwjblue))
|
212 | * [#757](https://github.com/emberjs/ember-qunit/pull/757) Correct invalid QUnit imports. ([@rwjblue](https://github.com/rwjblue))
|
213 |
|
214 | #### Committers: 1
|
215 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
216 |
|
217 |
|
218 | ## v5.0.0-beta.3 (2020-09-16)
|
219 |
|
220 | #### :bug: Bug Fix
|
221 | * [#754](https://github.com/emberjs/ember-qunit/pull/754) Ensure peer dependency validation is performed from the parent's root. ([@rwjblue](https://github.com/rwjblue))
|
222 | * [#752](https://github.com/emberjs/ember-qunit/pull/752) Fix issues with peerDependencies when ember-auto-import present. ([@rwjblue](https://github.com/rwjblue))
|
223 |
|
224 | #### :house: Internal
|
225 | * [#755](https://github.com/emberjs/ember-qunit/pull/755) Update automated release process. ([@rwjblue](https://github.com/rwjblue))
|
226 |
|
227 | #### Committers: 2
|
228 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
229 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
230 |
|
231 |
|
232 | ## v5.0.0-beta.2 (2020-08-27)
|
233 |
|
234 | #### :bug: Bug Fix
|
235 | * [#749](https://github.com/emberjs/ember-qunit/pull/749) Refactor peerDependencies validation check. ([@rwjblue](https://github.com/rwjblue))
|
236 |
|
237 | #### :memo: Documentation
|
238 | * [#748](https://github.com/emberjs/ember-qunit/pull/748) Update migration guide to cover v4 -> v5. ([@rwjblue](https://github.com/rwjblue))
|
239 |
|
240 | #### :house: Internal
|
241 | * [#750](https://github.com/emberjs/ember-qunit/pull/750) Update to `@ember/test-helpers@2.0.0-beta.6` minimum version. ([@rwjblue](https://github.com/rwjblue))
|
242 |
|
243 | #### Committers: 1
|
244 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
245 |
|
246 | ## v5.0.0-beta.1 (2020-08-18)
|
247 |
|
248 | #### :boom: Breaking Change
|
249 | * [#745](https://github.com/emberjs/ember-qunit/pull/745) Update to @ember/test-helpers@2.0.0. ([@rwjblue](https://github.com/rwjblue))
|
250 | * [#741](https://github.com/emberjs/ember-qunit/pull/741) Require host to provide testing fixture DOM elements. ([@rwjblue](https://github.com/rwjblue))
|
251 | * [#740](https://github.com/emberjs/ember-qunit/pull/740) Drop support for configuring via `options['ember-cli-qunit']`. ([@rwjblue](https://github.com/rwjblue))
|
252 | * [#738](https://github.com/emberjs/ember-qunit/pull/738) Require project to provide `@ember/test-helpers` and `qunit`. ([@rwjblue](https://github.com/rwjblue))
|
253 | * [#739](https://github.com/emberjs/ember-qunit/pull/739) Drop support for Node 13. ([@rwjblue](https://github.com/rwjblue))
|
254 | * [#737](https://github.com/emberjs/ember-qunit/pull/737) Remove re-exports from `qunit`. ([@rwjblue](https://github.com/rwjblue))
|
255 | * [#736](https://github.com/emberjs/ember-qunit/pull/736) Remove moduleFor* methods. ([@rwjblue](https://github.com/rwjblue))
|
256 | * [#687](https://github.com/emberjs/ember-qunit/pull/687) Drop ember-cli < 3.8 support ([@rwjblue](https://github.com/rwjblue))
|
257 | * [#681](https://github.com/emberjs/ember-qunit/pull/681) Drop Support for Ember 3.7 and below ([@Turbo87](https://github.com/Turbo87))
|
258 | * [#609](https://github.com/emberjs/ember-qunit/pull/609) Bump broccoli-funnel from 2.0.2 to 3.0.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
259 | * [#616](https://github.com/emberjs/ember-qunit/pull/616) Drop support for Node 6 and 8 ([@Turbo87](https://github.com/Turbo87))
|
260 |
|
261 | #### :rocket: Enhancement
|
262 | * [#613](https://github.com/emberjs/ember-qunit/pull/613) Use checkerboard pattern for testing container background ([@Turbo87](https://github.com/Turbo87))
|
263 |
|
264 | #### :house: Internal
|
265 | * [#744](https://github.com/emberjs/ember-qunit/pull/744) Move customized `qunit` module into `vendor/`. ([@rwjblue](https://github.com/rwjblue))
|
266 | * [#747](https://github.com/emberjs/ember-qunit/pull/747) Add `@scalvert` to contributors. ([@rwjblue](https://github.com/rwjblue))
|
267 | * [#746](https://github.com/emberjs/ember-qunit/pull/746) Update to ember-cli@3.20 blueprint. ([@rwjblue](https://github.com/rwjblue))
|
268 | * [#743](https://github.com/emberjs/ember-qunit/pull/743) Re-roll yarn.lock. ([@rwjblue](https://github.com/rwjblue))
|
269 | * [#742](https://github.com/emberjs/ember-qunit/pull/742) Remove unused `devDependencies`. ([@rwjblue](https://github.com/rwjblue))
|
270 | * [#734](https://github.com/emberjs/ember-qunit/pull/734) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
|
271 | * [#679](https://github.com/emberjs/ember-qunit/pull/679) CI: Add test scenarios for Ember 3.4, 3.8, 3.12 and 3.16 ([@Turbo87](https://github.com/Turbo87))
|
272 |
|
273 | #### Committers: 3
|
274 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
275 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
276 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
277 |
|
278 | ## v4.6.0 (2019-11-01)
|
279 |
|
280 | #### :rocket: Enhancement
|
281 | * [#584](https://github.com/emberjs/ember-qunit/pull/584) task(test metadata): Adding framework specific metadata ([@scalvert](https://github.com/scalvert))
|
282 |
|
283 | #### :bug: Bug Fix
|
284 | * [#571](https://github.com/emberjs/ember-qunit/pull/571) Prevent leakage of position fixed elements from the testing container ([@nickschot](https://github.com/nickschot))
|
285 |
|
286 | #### :house: Internal
|
287 | * [#581](https://github.com/emberjs/ember-qunit/pull/581) Bump @ember/test-helpers from 1.7.0 to 1.7.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
288 | * [#578](https://github.com/emberjs/ember-qunit/pull/578) Bump qunit from 2.9.2 to 2.9.3 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
289 | * [#579](https://github.com/emberjs/ember-qunit/pull/579) Bump @ember/test-helpers from 1.6.1 to 1.7.0 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
290 | * [#575](https://github.com/emberjs/ember-qunit/pull/575) Pin engine.io subdependency to avoid local test issues on Node 6 ([@scalvert](https://github.com/scalvert))
|
291 | * [#547](https://github.com/emberjs/ember-qunit/pull/547) Bump @ember/test-helpers from 1.6.0 to 1.6.1 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
292 |
|
293 | #### Committers: 3
|
294 | - Nick Schot ([@nickschot](https://github.com/nickschot))
|
295 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
296 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
297 |
|
298 | ## v4.5.1 (2019-08-02)
|
299 |
|
300 | #### :bug: Bug Fix
|
301 | * [#528](https://github.com/emberjs/ember-qunit/pull/528) Add a small configurable delay to test isolation validation assertion. ([@rwjblue](https://github.com/rwjblue))
|
302 |
|
303 | #### Committers: 2
|
304 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
305 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
306 |
|
307 | ## v4.5.0 (2019-07-30)
|
308 |
|
309 | #### :rocket: Enhancement
|
310 | * [#507](https://github.com/emberjs/ember-qunit/pull/507) Upgrade @ember/test-helpers to 1.6.0. ([@rwjblue](https://github.com/rwjblue))
|
311 | * [#483](https://github.com/emberjs/ember-qunit/pull/483) Deprecate legacy test APIs ([@chadhietala](https://github.com/chadhietala))
|
312 |
|
313 | #### :bug: Bug Fix
|
314 | * [#526](https://github.com/emberjs/ember-qunit/pull/526) Fix error message for test isolation validation ([@scalvert](https://github.com/scalvert))
|
315 | * [#497](https://github.com/emberjs/ember-qunit/pull/497) Work around issue with pauseTest() timing out. ([@rwjblue](https://github.com/rwjblue))
|
316 |
|
317 | #### :house: Internal
|
318 | * [#490](https://github.com/emberjs/ember-qunit/pull/490) package.json: Use regular version constraints ([@Turbo87](https://github.com/Turbo87))
|
319 |
|
320 | #### Committers: 5
|
321 | - Chad Hietala ([@chadhietala](https://github.com/chadhietala))
|
322 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
323 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
324 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
325 | - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
|
326 |
|
327 | ## v4.4.1 (2019-02-25)
|
328 |
|
329 | #### :bug: Bug Fix
|
330 | * [#454](https://github.com/emberjs/ember-qunit/pull/454) Bump QUnit from 2.9.1 to 2.9.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
331 |
|
332 | #### :house: Internal
|
333 | * [#453](https://github.com/emberjs/ember-qunit/pull/453) Converting ember-qunit to use test isolation primatives from @ember/test-helpers ([@scalvert](https://github.com/scalvert))
|
334 |
|
335 | #### Committers: 1
|
336 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
337 |
|
338 | ## v4.4.0 (2019-02-19)
|
339 |
|
340 | #### :rocket: Enhancement
|
341 | * [#445](https://github.com/emberjs/ember-qunit/pull/445) Extending test isolation validation to include QUnit timeouts ([@scalvert](https://github.com/scalvert))
|
342 |
|
343 | #### Committers: 1
|
344 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
345 |
|
346 | ## v4.3.0 (2019-02-06)
|
347 |
|
348 | #### :rocket: Enhancement
|
349 | * [#437](https://github.com/emberjs/ember-qunit/pull/437) Ensure Ember.onerror is reset after each test ([@scalvert](https://github.com/scalvert))
|
350 |
|
351 | #### Committers: 1
|
352 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
353 |
|
354 | ## v4.2.0 (2018-12-13)
|
355 |
|
356 | #### :rocket: Enhancement
|
357 | * [#408](https://github.com/emberjs/ember-qunit/pull/408) Avoid `await settled()` in teardown when using async leak detection. ([@rwjblue](https://github.com/rwjblue))
|
358 | * [#389](https://github.com/emberjs/ember-qunit/pull/389) Refactor `setupTestIsolationValidation` workflow. ([@scalvert](https://github.com/scalvert))
|
359 |
|
360 | #### :bug: Bug Fix
|
361 | * [#404](https://github.com/emberjs/ember-qunit/pull/404) Avoid subsequent test failures when prior test returns rejected RSVP.Promise. ([@scalvert](https://github.com/scalvert))
|
362 |
|
363 | #### :house: Internal
|
364 | * [#398](https://github.com/emberjs/ember-qunit/pull/398) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
|
365 | * [#402](https://github.com/emberjs/ember-qunit/pull/402) Update @ember/test-helpers to ^1.1.0. ([@rwjblue](https://github.com/rwjblue))
|
366 |
|
367 | #### Committers: 4
|
368 | - Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
|
369 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
370 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
371 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
372 |
|
373 | ## v4.1.2 (2018-11-08)
|
374 |
|
375 | #### :bug: Bug Fix
|
376 | * [#385](https://github.com/emberjs/ember-qunit/pull/385) Bugfix: fixes issue with test-isolation-validation output ([@scalvert](https://github.com/scalvert))
|
377 | * [#383](https://github.com/emberjs/ember-qunit/pull/383) Bump @ember/test-helpers from 1.0.0 to 1.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
378 |
|
379 | #### Committers: 1
|
380 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
381 |
|
382 | ## v4.1.1 (2018-11-06)
|
383 |
|
384 | #### :bug: Bug Fix
|
385 | * [#381](https://github.com/emberjs/ember-qunit/pull/381) Prevent errors for skipped tests when using RSVP.Promise as Promise polyfill. ([@step2yeung](https://github.com/step2yeung))
|
386 |
|
387 | #### Committers: 1
|
388 | - Stephen Yeung ([@step2yeung](https://github.com/step2yeung))
|
389 |
|
390 | ## v4.1.0 (2018-11-05)
|
391 |
|
392 | #### :rocket: Enhancement
|
393 | * [#380](https://github.com/emberjs/ember-qunit/pull/380) Update to QUnit to 2.8.0 ([@gabrielcsapo](https://github.com/gabrielcsapo))
|
394 |
|
395 | #### Committers: 1
|
396 | - Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
|
397 |
|
398 | ## v4.0.0 (2018-10-30)
|
399 |
|
400 | #### :boom: Breaking Change
|
401 | * [#348](https://github.com/emberjs/ember-qunit/pull/348) Bump ember-cli-babel from 6.17.2 to 7.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
|
402 | * [#354](https://github.com/emberjs/ember-qunit/pull/354) Drop support for Node.js 4 and below ([@Turbo87](https://github.com/Turbo87))
|
403 |
|
404 | #### :rocket: Enhancement
|
405 | * [#373](https://github.com/emberjs/ember-qunit/pull/373) Adding debug info to test isolation validation ([@scalvert](https://github.com/scalvert))
|
406 |
|
407 | #### :bug: Bug Fix
|
408 | * [#369](https://github.com/emberjs/ember-qunit/pull/369) Upgrade qunit to v2.7.1 ([@stefanpenner](https://github.com/stefanpenner))
|
409 |
|
410 | #### :house: Internal
|
411 | * [#358](https://github.com/emberjs/ember-qunit/pull/358) Remove obsolete dependency resolution overrides ([@Turbo87](https://github.com/Turbo87))
|
412 |
|
413 | #### :memo: Documentation
|
414 | * [#371](https://github.com/emberjs/ember-qunit/pull/371) README: Add "Requirements" section ([@Turbo87](https://github.com/Turbo87))
|
415 |
|
416 | #### Committers: 4
|
417 | - Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
|
418 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue))
|
419 | - Steve Calvert ([@scalvert](https://github.com/scalvert))
|
420 | - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
|
421 |
|
422 |
|
423 | ## v3.5.3 (2018-10-19) and v3.5.2 (2018-10-18)
|
424 |
|
425 | `v3.5.2` was mistakenly released with a breaking change that dropped support for Node.js 4.
|
426 | To resolve this situation we have re-released `v3.5.1` as `v3.5.3`.
|
427 |
|
428 |
|
429 | ## v3.5.1 (2018-10-13)
|
430 |
|
431 | #### :bug: Bug Fix
|
432 | * [#353](https://github.com/emberjs/ember-qunit/pull/353) Pin `qunit` dependency to v2.6.x for Node 4 compatibility. ([@Turbo87](https://github.com/Turbo87))
|
433 |
|
434 | #### Committers: 1
|
435 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
436 |
|
437 |
|
438 | ## v3.5.0 (2018-10-10)
|
439 |
|
440 | #### :rocket: Enhancement
|
441 | * [#339](https://github.com/emberjs/ember-qunit/pull/351) Update `qunit` to 2.7.0. ([@turbo87](https://github.com/turbo87))
|
442 |
|
443 | #### Committers: 1
|
444 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
445 |
|
446 | ## v3.4.2 (2018-10-02)
|
447 |
|
448 | #### :rocket: Enhancement
|
449 | * [#339](https://github.com/emberjs/ember-qunit/pull/339) Update @ember/test-helpers to v0.7.26. ([@rwjblue](https://github.com/rwjblue))
|
450 | * [#331](https://github.com/emberjs/ember-qunit/pull/331) Bump minimum required @ember/test-helpers to 0.7.25. ([@john-griffin](https://github.com/john-griffin))
|
451 | * [#330](https://github.com/emberjs/ember-qunit/pull/330) Improve ModuleLoadFailure handling. ([@stefanpenner](https://github.com/stefanpenner))
|
452 |
|
453 | #### :memo: Documentation
|
454 | * [#333](https://github.com/emberjs/ember-qunit/pull/333) Add info about Ember.testing changes. ([@tmquinn](https://github.com/tmquinn))
|
455 |
|
456 | #### :house: Internal
|
457 | * [#336](https://github.com/emberjs/ember-qunit/pull/336) Remove polyfillMemoryLeakPrevention. ([@tmquinn](https://github.com/tmquinn))
|
458 | * [#338](https://github.com/emberjs/ember-qunit/pull/338) Lock ember-data to 2.16.2. ([@rwjblue](https://github.com/rwjblue))
|
459 | * [#329](https://github.com/emberjs/ember-qunit/pull/329) npmignore: Do not publish `yarn.lock` file. ([@Turbo87](https://github.com/Turbo87))
|
460 |
|
461 | #### Committers: 5
|
462 | - John Griffin ([john-griffin](https://github.com/john-griffin))
|
463 | - Quinn Hoyer ([tmquinn](https://github.com/tmquinn))
|
464 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
465 | - Stefan Penner ([stefanpenner](https://github.com/stefanpenner))
|
466 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
467 |
|
468 | ## v3.4.1 (2018-05-15)
|
469 |
|
470 | #### :bug: Bug Fix
|
471 | * [#328](https://github.com/emberjs/ember-qunit/pull/328) Polyfill memory leak prevention. ([@rwjblue](https://github.com/rwjblue))
|
472 | * [#324](https://github.com/emberjs/ember-qunit/pull/324) bumped version requirement of ember-cli-babel from ^6.3.0 to ^6.8.2. ([@StephenAWalsh](https://github.com/StephenAWalsh))
|
473 |
|
474 | #### :memo: Documentation
|
475 | * [#326](https://github.com/emberjs/ember-qunit/pull/326) Test isolation validation comment is incorrect. ([@scalvert](https://github.com/scalvert))
|
476 |
|
477 | #### Committers: 3
|
478 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
479 | - Steve Calvert ([scalvert](https://github.com/scalvert))
|
480 | - Steve Walsh ([StephenAWalsh](https://github.com/StephenAWalsh))
|
481 |
|
482 |
|
483 | ## v3.4.0 (2018-03-28)
|
484 |
|
485 | #### :rocket: Enhancement
|
486 | * [#314](https://github.com/emberjs/ember-qunit/pull/314) Adding tests not settled detection support in tests. ([@scalvert](https://github.com/scalvert))
|
487 |
|
488 | #### :memo: Documentation
|
489 | * [#323](https://github.com/emberjs/ember-qunit/pull/323) Fix example in transition guide. ([@simonihmig](https://github.com/simonihmig))
|
490 | * [#321](https://github.com/emberjs/ember-qunit/pull/321) README: Fix documentation issues. ([@Turbo87](https://github.com/Turbo87))
|
491 | * [#322](https://github.com/emberjs/ember-qunit/pull/322) Add Migration Guide. ([@simonihmig](https://github.com/simonihmig))
|
492 | * [#320](https://github.com/emberjs/ember-qunit/pull/320) Update Docs. ([@Turbo87](https://github.com/Turbo87))
|
493 | * [#317](https://github.com/emberjs/ember-qunit/pull/317) Update README.md. ([@demee](https://github.com/demee))
|
494 |
|
495 | #### Committers: 4
|
496 | - Simon Ihmig ([simonihmig](https://github.com/simonihmig))
|
497 | - Slawomir Demichowicz ([demee](https://github.com/demee))
|
498 | - Steve Calvert ([scalvert](https://github.com/scalvert))
|
499 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
500 |
|
501 | ## v3.3.2 (2018-02-16)
|
502 |
|
503 | #### :bug: Bug Fix
|
504 | * [#316](https://github.com/emberjs/ember-qunit/pull/316) Update @ember/test-helpers minimum version to 0.7.18. ([@rwjblue](https://github.com/rwjblue))
|
505 | * [#315](https://github.com/emberjs/ember-qunit/pull/315) Add assert.expect to Ember.onerror validation test. ([@nlfurniss](https://github.com/nlfurniss))
|
506 |
|
507 | #### Committers: 2
|
508 | - Nathaniel Furniss ([nlfurniss](https://github.com/nlfurniss))
|
509 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
510 |
|
511 | ## v3.3.1 (2018-02-11)
|
512 |
|
513 | #### :rocket: Enhancement
|
514 | * [#313](https://github.com/emberjs/ember-qunit/pull/313) Update `@ember/test-helpers` to v0.7.17. ([@Turbo87](https://github.com/Turbo87))
|
515 |
|
516 | #### :bug: Bug Fix
|
517 | * [#312](https://github.com/emberjs/ember-qunit/pull/312) Ensure `exception` is _actually_ removed for Ember 2.17+. ([@rwjblue](https://github.com/rwjblue))
|
518 |
|
519 | #### :house: Internal
|
520 | * [#312](https://github.com/emberjs/ember-qunit/pull/312) Update ember-try config to avoid bower for Ember channels. ([@rwjblue](https://github.com/rwjblue))
|
521 |
|
522 | #### Committers: 2
|
523 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
524 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
525 |
|
526 | ## v3.3.0 (2018-01-17)
|
527 |
|
528 | #### :rocket: Enhancement
|
529 | * [#307](https://github.com/emberjs/ember-qunit/pull/307) Remove `exception` method from QUnit test adapter when using Ember 2.17+. ([@rwjblue](https://github.com/rwjblue))
|
530 | * [#306](https://github.com/emberjs/ember-qunit/pull/306) Update to QUnit 2.5.0. ([@rwjblue](https://github.com/rwjblue))
|
531 | * [#304](https://github.com/emberjs/ember-qunit/pull/304) Add validation for `Ember.onerror` in testing. ([@rwjblue](https://github.com/rwjblue))
|
532 |
|
533 | #### :bug: Bug Fix
|
534 | * [#308](https://github.com/emberjs/ember-qunit/pull/308) Fix deprecations for `@ember/test-helpers` reexports. ([@dfreeman](https://github.com/dfreeman))
|
535 |
|
536 | #### :memo: Documentation
|
537 | * [#310](https://github.com/emberjs/ember-qunit/pull/310) README: Use SVG badge. ([@olleolleolle](https://github.com/olleolleolle))
|
538 |
|
539 | #### :house: Internal
|
540 | * [#311](https://github.com/emberjs/ember-qunit/pull/311) Fix issues with sudo: false infra on Travis CI. ([@rwjblue](https://github.com/rwjblue))
|
541 |
|
542 | #### Committers: 3
|
543 | - Dan Freeman ([dfreeman](https://github.com/dfreeman))
|
544 | - Olle Jonsson ([olleolleolle](https://github.com/olleolleolle))
|
545 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
546 |
|
547 | ## v3.2.2 (2017-12-18)
|
548 |
|
549 | #### :bug: Bug Fix
|
550 | * [#305](https://github.com/emberjs/ember-qunit/pull/305) Bring back re-exports (with a deprecation).. ([@rwjblue](https://github.com/rwjblue))
|
551 |
|
552 | #### Committers: 1
|
553 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
554 |
|
555 | ## v3.2.1 (2017-12-17)
|
556 |
|
557 | #### :bug: Bug Fix
|
558 | * [#303](https://github.com/emberjs/ember-qunit/pull/303) Ensure Ember.testing is set properly during *ALL* tests.. ([@rwjblue](https://github.com/rwjblue))
|
559 |
|
560 | #### Committers: 1
|
561 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
562 |
|
563 | ## v3.2.0 (2017-12-17)
|
564 |
|
565 | #### :rocket: Enhancement
|
566 | * [#302](https://github.com/emberjs/ember-qunit/pull/302) Implement `startApplicationTest` from emberjs/rfcs#268. ([@rwjblue](https://github.com/rwjblue))
|
567 |
|
568 | #### :house: Internal
|
569 | * [#299](https://github.com/emberjs/ember-qunit/pull/299) CI: Use Node 4 for tests. ([@Turbo87](https://github.com/Turbo87))
|
570 |
|
571 | #### Committers: 2
|
572 | - Robert Jackson ([rwjblue](https://github.com/rwjblue))
|
573 | - Tobias Bieniek ([Turbo87](https://github.com/Turbo87))
|
574 |
|
575 | ## [v3.0.0](https://github.com/emberjs/ember-qunit/tree/v3.0.0) (2017-11-11)
|
576 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.8...v3.0.0)
|
577 |
|
578 | **Implemented enhancements:**
|
579 |
|
580 | - Update to @ember/test-helpers \(from ember-test-helpers\). [\#296](https://github.com/emberjs/ember-qunit/pull/296) ([rwjblue](https://github.com/rwjblue))
|
581 |
|
582 | ## [v3.0.0-beta.8](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.8) (2017-11-11)
|
583 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.7...v3.0.0-beta.8)
|
584 |
|
585 | ## [v3.0.0-beta.7](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.7) (2017-11-06)
|
586 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.6...v3.0.0-beta.7)
|
587 |
|
588 | **Merged pull requests:**
|
589 |
|
590 | - Migrate from `qunitjs` to `qunit` package. [\#295](https://github.com/emberjs/ember-qunit/pull/295) ([rwjblue](https://github.com/rwjblue))
|
591 |
|
592 | ## [v3.0.0-beta.6](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.6) (2017-11-05)
|
593 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.5...v3.0.0-beta.6)
|
594 |
|
595 | **Merged pull requests:**
|
596 |
|
597 | - Make `setupTest` and `setupRenderingTest` async. [\#292](https://github.com/emberjs/ember-qunit/pull/292) ([rwjblue](https://github.com/rwjblue))
|
598 |
|
599 | ## [v3.0.0-beta.5](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.5) (2017-11-05)
|
600 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.4...v3.0.0-beta.5)
|
601 |
|
602 | **Implemented enhancements:**
|
603 |
|
604 | - Update ember-test-helpers to expose `pauseTest` / `resumeTest` [\#291](https://github.com/emberjs/ember-qunit/pull/291) ([rwjblue](https://github.com/rwjblue))
|
605 |
|
606 | **Fixed bugs:**
|
607 |
|
608 | - Add `pauseTest` and `resumeTest` functionality in `setupTest`. [\#287](https://github.com/emberjs/ember-qunit/issues/287)
|
609 |
|
610 | **Closed issues:**
|
611 |
|
612 | - beta.2 model unit tests failing w/codemod [\#289](https://github.com/emberjs/ember-qunit/issues/289)
|
613 | - Async behavior outside of a test [\#246](https://github.com/emberjs/ember-qunit/issues/246)
|
614 | - Upgrading to v0.4.12 causes error: `calling set on destroyed object` [\#233](https://github.com/emberjs/ember-qunit/issues/233)
|
615 | - Does it work with model POJO attributes? [\#139](https://github.com/emberjs/ember-qunit/issues/139)
|
616 | - moduleFor not allowing Adapter to use its Serializer. [\#69](https://github.com/emberjs/ember-qunit/issues/69)
|
617 | - moduleForComponent issue with {{link-to}} helpers [\#52](https://github.com/emberjs/ember-qunit/issues/52)
|
618 | - moduleForComponent and callbacks not working? [\#37](https://github.com/emberjs/ember-qunit/issues/37)
|
619 |
|
620 | ## [v3.0.0-beta.4](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.4) (2017-10-17)
|
621 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.3...v3.0.0-beta.4)
|
622 |
|
623 | **Implemented enhancements:**
|
624 |
|
625 | - Implement RFC 232 \(New QUnit Testing API\) [\#208](https://github.com/emberjs/ember-qunit/issues/208)
|
626 | - Add basic implementation of new ember-qunit API. [\#286](https://github.com/emberjs/ember-qunit/pull/286) ([rwjblue](https://github.com/rwjblue))
|
627 |
|
628 | **Closed issues:**
|
629 |
|
630 | - Model unit tests silently cache this.subject\(\) [\#278](https://github.com/emberjs/ember-qunit/issues/278)
|
631 | - assert.throws fails in component integration tests with ember 2.12 [\#256](https://github.com/emberjs/ember-qunit/issues/256)
|
632 | - Better assertion message when ember asserts. [\#247](https://github.com/emberjs/ember-qunit/issues/247)
|
633 | - When a service is injected in a router the routes unit tests fail [\#218](https://github.com/emberjs/ember-qunit/issues/218)
|
634 | - \[QUESTION\]: can we update this test to show what ember 2.x tests would do? [\#215](https://github.com/emberjs/ember-qunit/issues/215)
|
635 | - cannot get async test to work [\#209](https://github.com/emberjs/ember-qunit/issues/209)
|
636 | - Addons "Unable to find partial with name" [\#202](https://github.com/emberjs/ember-qunit/issues/202)
|
637 | - needs fails with single-character underscore helper name [\#201](https://github.com/emberjs/ember-qunit/issues/201)
|
638 | - Intermittent issues triggering events on elements with bound actions [\#193](https://github.com/emberjs/ember-qunit/issues/193)
|
639 | - Make beforeEach & afterEach respect returned promises [\#192](https://github.com/emberjs/ember-qunit/issues/192)
|
640 | - async beforeEach [\#186](https://github.com/emberjs/ember-qunit/issues/186)
|
641 | - Access to the component instance in moduleForComponent should be possible [\#184](https://github.com/emberjs/ember-qunit/issues/184)
|
642 | - Merge unit / integration component tests [\#183](https://github.com/emberjs/ember-qunit/issues/183)
|
643 | - .jshintignore ignored in addon [\#173](https://github.com/emberjs/ember-qunit/issues/173)
|
644 | - You cannot use the same root element \(\#ember-testing\) multiple times in an Ember.Application [\#168](https://github.com/emberjs/ember-qunit/issues/168)
|
645 | - App.destroy doesn't properly cleanup, possible regression [\#166](https://github.com/emberjs/ember-qunit/issues/166)
|
646 | - Does beforeEach support more than 1 promise resolve? [\#165](https://github.com/emberjs/ember-qunit/issues/165)
|
647 | - Called start\(\) outside of a test context [\#143](https://github.com/emberjs/ember-qunit/issues/143)
|
648 | - problem returning application from qunit setup module callback [\#123](https://github.com/emberjs/ember-qunit/issues/123)
|
649 | - Release New Version -- 0.2.0 [\#121](https://github.com/emberjs/ember-qunit/issues/121)
|
650 | - moduleFor undefined function [\#117](https://github.com/emberjs/ember-qunit/issues/117)
|
651 | - Update QUnit hook names: setup/teardown is deprecated for beforeEach/afterEach [\#114](https://github.com/emberjs/ember-qunit/issues/114)
|
652 | - Does delegate functionality still exist in moduleFor? [\#112](https://github.com/emberjs/ember-qunit/issues/112)
|
653 | - Child belongsTo Father, then Father belongsTo GrandFather issue.. [\#109](https://github.com/emberjs/ember-qunit/issues/109)
|
654 | - async func test fails after stored in sessionStorage [\#107](https://github.com/emberjs/ember-qunit/issues/107)
|
655 | - qunit master now supports the promise start/stop stuff [\#95](https://github.com/emberjs/ember-qunit/issues/95)
|
656 | - New helper moduleForAdapter? [\#92](https://github.com/emberjs/ember-qunit/issues/92)
|
657 | - How to erase contents in store\(\) after each test? [\#83](https://github.com/emberjs/ember-qunit/issues/83)
|
658 | - Writing unit tests which will work with templates. [\#68](https://github.com/emberjs/ember-qunit/issues/68)
|
659 | - I believe these deps, are incorrect [\#59](https://github.com/emberjs/ember-qunit/issues/59)
|
660 | - Can't call `this.append\(\)` in `setup` and still have tests work [\#58](https://github.com/emberjs/ember-qunit/issues/58)
|
661 | - Document that es6 transpiler must enable CompatFix or change exports [\#43](https://github.com/emberjs/ember-qunit/issues/43)
|
662 | - You cannot use the same root element \(body\) [\#29](https://github.com/emberjs/ember-qunit/issues/29)
|
663 | - figure out how to resolve templates on a default resolver [\#23](https://github.com/emberjs/ember-qunit/issues/23)
|
664 | - refactor moduleForComponent view logic [\#21](https://github.com/emberjs/ember-qunit/issues/21)
|
665 | - Unit + Intergration Test Conflicts [\#20](https://github.com/emberjs/ember-qunit/issues/20)
|
666 | - Extending test for 3rd party additions [\#14](https://github.com/emberjs/ember-qunit/issues/14)
|
667 | - using needs does weird things when you have multiple tests under the module [\#12](https://github.com/emberjs/ember-qunit/issues/12)
|
668 | - Gotchas [\#10](https://github.com/emberjs/ember-qunit/issues/10)
|
669 | - noCleanup option [\#6](https://github.com/emberjs/ember-qunit/issues/6)
|
670 | - potential container variable leek [\#3](https://github.com/emberjs/ember-qunit/issues/3)
|
671 | - moduleFor\(View|Component\) needs eventDispatcher [\#2](https://github.com/emberjs/ember-qunit/issues/2)
|
672 | - stricter about cleanup/leaks [\#1](https://github.com/emberjs/ember-qunit/issues/1)
|
673 |
|
674 | **Merged pull requests:**
|
675 |
|
676 | - Use yarn instead of npm [\#285](https://github.com/emberjs/ember-qunit/pull/285) ([Turbo87](https://github.com/Turbo87))
|
677 |
|
678 | ## [v3.0.0-beta.3](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.3) (2017-10-11)
|
679 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.2...v3.0.0-beta.3)
|
680 |
|
681 | **Closed issues:**
|
682 |
|
683 | - 0.4.24 is not tagged on bower install? [\#271](https://github.com/emberjs/ember-qunit/issues/271)
|
684 |
|
685 | **Merged pull requests:**
|
686 |
|
687 | - Properly call `setTestGenerator` method. [\#284](https://github.com/emberjs/ember-qunit/pull/284) ([rwjblue](https://github.com/rwjblue))
|
688 |
|
689 | ## [v3.0.0-beta.2](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.2) (2017-10-07)
|
690 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v3.0.0-beta.1...v3.0.0-beta.2)
|
691 |
|
692 | **Merged pull requests:**
|
693 |
|
694 | - Bring over more functionality from ember-cli-qunit. [\#283](https://github.com/emberjs/ember-qunit/pull/283) ([rwjblue](https://github.com/rwjblue))
|
695 |
|
696 | ## [v3.0.0-beta.1](https://github.com/emberjs/ember-qunit/tree/v3.0.0-beta.1) (2017-10-07)
|
697 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.2.0...v3.0.0-beta.1)
|
698 |
|
699 | **Closed issues:**
|
700 |
|
701 | - How to configure QUnit? [\#281](https://github.com/emberjs/ember-qunit/issues/281)
|
702 | - Visit\('foo'\), route goes to localhost:4200/foo in test [\#279](https://github.com/emberjs/ember-qunit/issues/279)
|
703 |
|
704 | **Merged pull requests:**
|
705 |
|
706 | - Make into an addon. [\#282](https://github.com/emberjs/ember-qunit/pull/282) ([rwjblue](https://github.com/rwjblue))
|
707 |
|
708 | ## [v2.2.0](https://github.com/emberjs/ember-qunit/tree/v2.2.0) (2017-07-21)
|
709 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.4...v2.2.0)
|
710 |
|
711 | **Closed issues:**
|
712 |
|
713 | - Could not find module `ember-qunit` [\#277](https://github.com/emberjs/ember-qunit/issues/277)
|
714 | - Could not find module `ember-resolver` imported from `AppName/resolver` [\#276](https://github.com/emberjs/ember-qunit/issues/276)
|
715 |
|
716 | **Merged pull requests:**
|
717 |
|
718 | - Make throw/assertion stack traces useful [\#280](https://github.com/emberjs/ember-qunit/pull/280) ([stefanpenner](https://github.com/stefanpenner))
|
719 | - FIX: A typo was preventing the globalize build from working [\#275](https://github.com/emberjs/ember-qunit/pull/275) ([eviltrout](https://github.com/eviltrout))
|
720 |
|
721 | ## [v2.1.4](https://github.com/emberjs/ember-qunit/tree/v2.1.4) (2017-06-07)
|
722 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.3...v2.1.4)
|
723 |
|
724 | **Closed issues:**
|
725 |
|
726 | - Phantom 2.1 - Tests Fail on Object.assign, ember-resolver missing, and more - All Works in Chrome [\#273](https://github.com/emberjs/ember-qunit/issues/273)
|
727 | - Question: Can I setup multiple resolvers in an acceptance test? [\#272](https://github.com/emberjs/ember-qunit/issues/272)
|
728 | - Teardown with App.destroy [\#113](https://github.com/emberjs/ember-qunit/issues/113)
|
729 |
|
730 | **Merged pull requests:**
|
731 |
|
732 | - fix leak [\#274](https://github.com/emberjs/ember-qunit/pull/274) ([stefanpenner](https://github.com/stefanpenner))
|
733 |
|
734 | ## [v2.1.3](https://github.com/emberjs/ember-qunit/tree/v2.1.3) (2017-04-30)
|
735 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.2...v2.1.3)
|
736 |
|
737 | **Fixed bugs:**
|
738 |
|
739 | - Tests failing in beforeEach\(\) due to module being undefined [\#268](https://github.com/emberjs/ember-qunit/issues/268)
|
740 |
|
741 | **Closed issues:**
|
742 |
|
743 | - a skip before test fails when this.subject\(\) is called in beforeEach [\#269](https://github.com/emberjs/ember-qunit/issues/269)
|
744 | - Error: Could not find module `ember-qunit` [\#265](https://github.com/emberjs/ember-qunit/issues/265)
|
745 |
|
746 | **Merged pull requests:**
|
747 |
|
748 | - Convert "loader.js" from bower to npm dependency [\#270](https://github.com/emberjs/ember-qunit/pull/270) ([Turbo87](https://github.com/Turbo87))
|
749 |
|
750 | ## [v2.1.2](https://github.com/emberjs/ember-qunit/tree/v2.1.2) (2017-04-11)
|
751 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.1...v2.1.2)
|
752 |
|
753 | **Merged pull requests:**
|
754 |
|
755 | - Fix modules with no callbacks [\#267](https://github.com/emberjs/ember-qunit/pull/267) ([trentmwillis](https://github.com/trentmwillis))
|
756 |
|
757 | ## [v2.1.1](https://github.com/emberjs/ember-qunit/tree/v2.1.1) (2017-04-11)
|
758 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.24...v2.1.1)
|
759 |
|
760 | **Fixed bugs:**
|
761 |
|
762 | - `needs` not resolving after module change [\#262](https://github.com/emberjs/ember-qunit/issues/262)
|
763 |
|
764 | **Closed issues:**
|
765 |
|
766 | - 0.4.23 breaks tests in PhantomJS [\#264](https://github.com/emberjs/ember-qunit/issues/264)
|
767 |
|
768 | **Merged pull requests:**
|
769 |
|
770 | - Add RELEASE.md to document release process [\#266](https://github.com/emberjs/ember-qunit/pull/266) ([trentmwillis](https://github.com/trentmwillis))
|
771 | - Handle async behaviour outside of tests [\#253](https://github.com/emberjs/ember-qunit/pull/253) ([mydea](https://github.com/mydea))
|
772 |
|
773 | ## [v0.4.24](https://github.com/emberjs/ember-qunit/tree/v0.4.24) (2017-04-10)
|
774 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.23...v0.4.24)
|
775 |
|
776 | **Merged pull requests:**
|
777 |
|
778 | - Revert "Reset `module` variable after all tests in module are completed." [\#263](https://github.com/emberjs/ember-qunit/pull/263) ([trentmwillis](https://github.com/trentmwillis))
|
779 | - Reset `module` variable after all tests in module are completed. [\#260](https://github.com/emberjs/ember-qunit/pull/260) ([rwjblue](https://github.com/rwjblue))
|
780 |
|
781 | ## [v0.4.23](https://github.com/emberjs/ember-qunit/tree/v0.4.23) (2017-04-06)
|
782 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.1.0...v0.4.23)
|
783 |
|
784 | **Merged pull requests:**
|
785 |
|
786 | - Reset `module` variable after all tests in module are completed. [\#261](https://github.com/emberjs/ember-qunit/pull/261) ([rwjblue](https://github.com/rwjblue))
|
787 |
|
788 | ## [v2.1.0](https://github.com/emberjs/ember-qunit/tree/v2.1.0) (2017-03-25)
|
789 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.0.0...v2.1.0)
|
790 |
|
791 | **Merged pull requests:**
|
792 |
|
793 | - Export todo [\#259](https://github.com/emberjs/ember-qunit/pull/259) ([drewchandler](https://github.com/drewchandler))
|
794 | - Update package versions for build. [\#257](https://github.com/emberjs/ember-qunit/pull/257) ([rwjblue](https://github.com/rwjblue))
|
795 | - Ensure all exports are globalized. [\#252](https://github.com/emberjs/ember-qunit/pull/252) ([rwjblue](https://github.com/rwjblue))
|
796 |
|
797 | ## [v2.0.0](https://github.com/emberjs/ember-qunit/tree/v2.0.0) (2017-03-23)
|
798 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v2.0.0-beta.1...v2.0.0)
|
799 |
|
800 | **Closed issues:**
|
801 |
|
802 | - Test of the recompute function in an Ember helper always fails [\#254](https://github.com/emberjs/ember-qunit/issues/254)
|
803 | - Add TypeScript typings for global helpers [\#251](https://github.com/emberjs/ember-qunit/issues/251)
|
804 | - Unable to test `Ember.onError` after upgrading [\#250](https://github.com/emberjs/ember-qunit/issues/250)
|
805 |
|
806 | ## [v2.0.0-beta.1](https://github.com/emberjs/ember-qunit/tree/v2.0.0-beta.1) (2016-11-28)
|
807 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v1.0.0...v2.0.0-beta.1)
|
808 |
|
809 | **Merged pull requests:**
|
810 |
|
811 | - Update "ember-test-helpers" to v0.6.0-beta.1 [\#249](https://github.com/emberjs/ember-qunit/pull/249) ([Turbo87](https://github.com/Turbo87))
|
812 |
|
813 | ## [v1.0.0](https://github.com/emberjs/ember-qunit/tree/v1.0.0) (2016-10-26)
|
814 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v1.0.0-beta.1...v1.0.0)
|
815 |
|
816 | **Closed issues:**
|
817 |
|
818 | - Move repo to emberjs org. [\#242](https://github.com/emberjs/ember-qunit/issues/242)
|
819 | - Polymorphic relationships via mixin break tests [\#240](https://github.com/emberjs/ember-qunit/issues/240)
|
820 | - ember-test-helpers uses Ember.merge which is deprecated [\#221](https://github.com/emberjs/ember-qunit/issues/221)
|
821 | - Problems with moduleForComponent and testing div ID [\#40](https://github.com/emberjs/ember-qunit/issues/40)
|
822 |
|
823 | **Merged pull requests:**
|
824 |
|
825 | - Make Qunit module available as 'ember-qunit' export [\#245](https://github.com/emberjs/ember-qunit/pull/245) ([zzarcon](https://github.com/zzarcon))
|
826 | - Add 'phantomjs-prebuilt' to dev dependency in order to make test work locally [\#244](https://github.com/emberjs/ember-qunit/pull/244) ([zzarcon](https://github.com/zzarcon))
|
827 | - Use emberjs org name instead of rwjblue [\#243](https://github.com/emberjs/ember-qunit/pull/243) ([zzarcon](https://github.com/zzarcon))
|
828 | - Super minor readme typo [\#241](https://github.com/emberjs/ember-qunit/pull/241) ([derekdowling](https://github.com/derekdowling))
|
829 |
|
830 | ## [v1.0.0-beta.1](https://github.com/emberjs/ember-qunit/tree/v1.0.0-beta.1) (2016-08-17)
|
831 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.22...v1.0.0-beta.1)
|
832 |
|
833 | **Merged pull requests:**
|
834 |
|
835 | - Upgrade QUnit to 2.0 [\#234](https://github.com/emberjs/ember-qunit/pull/234) ([trentmwillis](https://github.com/trentmwillis))
|
836 |
|
837 | ## [v0.4.22](https://github.com/emberjs/ember-qunit/tree/v0.4.22) (2016-08-17)
|
838 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.21...v0.4.22)
|
839 |
|
840 | **Merged pull requests:**
|
841 |
|
842 | - Respect beforeEach and afterEach hooks returning promises [\#239](https://github.com/emberjs/ember-qunit/pull/239) ([trentmwillis](https://github.com/trentmwillis))
|
843 | - Add CHANGELOG file [\#236](https://github.com/emberjs/ember-qunit/pull/236) ([Turbo87](https://github.com/Turbo87))
|
844 |
|
845 | ## [v0.4.21](https://github.com/emberjs/ember-qunit/tree/v0.4.21) (2016-08-16)
|
846 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.20...v0.4.21)
|
847 |
|
848 | **Closed issues:**
|
849 |
|
850 | - moduleFor & friends: Support nested modules as provided by QUnit.module [\#232](https://github.com/emberjs/ember-qunit/issues/232)
|
851 | - can't use Qunit's new before and after hooks [\#229](https://github.com/emberjs/ember-qunit/issues/229)
|
852 | - reason without stack but with message will error [\#227](https://github.com/emberjs/ember-qunit/issues/227)
|
853 | - Inconsistent Mixin testing behavior [\#226](https://github.com/emberjs/ember-qunit/issues/226)
|
854 | - Singletons are not destroyed between integration tests [\#222](https://github.com/emberjs/ember-qunit/issues/222)
|
855 | - Integration test method to "destroy" the component [\#217](https://github.com/emberjs/ember-qunit/issues/217)
|
856 | - Triggering ember custom event such as paste in component integration test [\#214](https://github.com/emberjs/ember-qunit/issues/214)
|
857 | - No moduleForHelper [\#76](https://github.com/emberjs/ember-qunit/issues/76)
|
858 |
|
859 | **Merged pull requests:**
|
860 |
|
861 | - Use QUnit's test context with ember-test-helpers. [\#238](https://github.com/emberjs/ember-qunit/pull/238) ([rwjblue](https://github.com/rwjblue))
|
862 | - Upgrade package versions [\#235](https://github.com/emberjs/ember-qunit/pull/235) ([elwayman02](https://github.com/elwayman02))
|
863 | - Add callback to README.md [\#230](https://github.com/emberjs/ember-qunit/pull/230) ([rfb](https://github.com/rfb))
|
864 | - \[FIXES \#227\] [\#228](https://github.com/emberjs/ember-qunit/pull/228) ([stefanpenner](https://github.com/stefanpenner))
|
865 | - Update README.md [\#225](https://github.com/emberjs/ember-qunit/pull/225) ([ocrampete16](https://github.com/ocrampete16))
|
866 | - Update README.md [\#224](https://github.com/emberjs/ember-qunit/pull/224) ([jrowlingson](https://github.com/jrowlingson))
|
867 | - install bower components the correct directory [\#223](https://github.com/emberjs/ember-qunit/pull/223) ([CodeOfficer](https://github.com/CodeOfficer))
|
868 | - Export `skip` Qunit with wrapper. [\#219](https://github.com/emberjs/ember-qunit/pull/219) ([chriskrycho](https://github.com/chriskrycho))
|
869 |
|
870 | ## [v0.4.20](https://github.com/emberjs/ember-qunit/tree/v0.4.20) (2016-02-01)
|
871 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.19...v0.4.20)
|
872 |
|
873 | **Merged pull requests:**
|
874 |
|
875 | - Run ember-test-helpers through Babel. [\#216](https://github.com/emberjs/ember-qunit/pull/216) ([rwjblue](https://github.com/rwjblue))
|
876 |
|
877 | ## [v0.4.19](https://github.com/emberjs/ember-qunit/tree/v0.4.19) (2016-01-31)
|
878 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.18...v0.4.19)
|
879 |
|
880 | ## [v0.4.18](https://github.com/emberjs/ember-qunit/tree/v0.4.18) (2015-12-12)
|
881 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.17...v0.4.18)
|
882 |
|
883 | **Merged pull requests:**
|
884 |
|
885 | - Consume ember-test-helpers from NPM. [\#213](https://github.com/emberjs/ember-qunit/pull/213) ([rwjblue](https://github.com/rwjblue))
|
886 |
|
887 | ## [v0.4.17](https://github.com/emberjs/ember-qunit/tree/v0.4.17) (2015-12-07)
|
888 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.16...v0.4.17)
|
889 |
|
890 | **Closed issues:**
|
891 |
|
892 | - EmberQUnit\#test does not mirror QUnit\#test [\#210](https://github.com/emberjs/ember-qunit/issues/210)
|
893 |
|
894 | **Merged pull requests:**
|
895 |
|
896 | - Mirror QUnit test/only function signatures [\#211](https://github.com/emberjs/ember-qunit/pull/211) ([nickiaconis](https://github.com/nickiaconis))
|
897 |
|
898 | ## [v0.4.16](https://github.com/emberjs/ember-qunit/tree/v0.4.16) (2015-11-10)
|
899 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.15...v0.4.16)
|
900 |
|
901 | **Closed issues:**
|
902 |
|
903 | - Where does the "ember.run" belong when integration testing? [\#203](https://github.com/emberjs/ember-qunit/issues/203)
|
904 |
|
905 | **Merged pull requests:**
|
906 |
|
907 | - Change test wrapper callback from `call` to `apply` [\#206](https://github.com/emberjs/ember-qunit/pull/206) ([elwayman02](https://github.com/elwayman02))
|
908 | - \[RFC\] Adds a wrapped QUnit.only [\#205](https://github.com/emberjs/ember-qunit/pull/205) ([ebenoist](https://github.com/ebenoist))
|
909 |
|
910 | ## [v0.4.15](https://github.com/emberjs/ember-qunit/tree/v0.4.15) (2015-10-21)
|
911 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.14...v0.4.15)
|
912 |
|
913 | **Closed issues:**
|
914 |
|
915 | - Service injection in integration tests does not work [\#200](https://github.com/emberjs/ember-qunit/issues/200)
|
916 | - Regression in models with two words from 0.4.9 to 0.4.10 [\#199](https://github.com/emberjs/ember-qunit/issues/199)
|
917 |
|
918 | ## [v0.4.14](https://github.com/emberjs/ember-qunit/tree/v0.4.14) (2015-10-20)
|
919 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.13...v0.4.14)
|
920 |
|
921 | **Closed issues:**
|
922 |
|
923 | - QUnit.module support? [\#196](https://github.com/emberjs/ember-qunit/issues/196)
|
924 | - Tests broke between 0.4.11 and 0.4.12 [\#195](https://github.com/emberjs/ember-qunit/issues/195)
|
925 |
|
926 | **Merged pull requests:**
|
927 |
|
928 | - Fix README backticks for component hbs render statement [\#198](https://github.com/emberjs/ember-qunit/pull/198) ([kpfefferle](https://github.com/kpfefferle))
|
929 | - Update year in readme [\#197](https://github.com/emberjs/ember-qunit/pull/197) ([Kuzirashi](https://github.com/Kuzirashi))
|
930 |
|
931 | ## [v0.4.13](https://github.com/emberjs/ember-qunit/tree/v0.4.13) (2015-10-02)
|
932 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.12...v0.4.13)
|
933 |
|
934 | ## [v0.4.12](https://github.com/emberjs/ember-qunit/tree/v0.4.12) (2015-10-01)
|
935 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.11...v0.4.12)
|
936 |
|
937 | **Closed issues:**
|
938 |
|
939 | - moduleForModel leaking state between tests [\#194](https://github.com/emberjs/ember-qunit/issues/194)
|
940 |
|
941 | **Merged pull requests:**
|
942 |
|
943 | - Remove redundant build step [\#191](https://github.com/emberjs/ember-qunit/pull/191) ([ef4](https://github.com/ef4))
|
944 | - Better exception messages on phantomjs [\#190](https://github.com/emberjs/ember-qunit/pull/190) ([ef4](https://github.com/ef4))
|
945 |
|
946 | ## [v0.4.11](https://github.com/emberjs/ember-qunit/tree/v0.4.11) (2015-09-13)
|
947 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.10...v0.4.11)
|
948 |
|
949 | **Closed issues:**
|
950 |
|
951 | - \[QUESTION\]: what version of this library should I be using with Ember 2.0.0+ [\#188](https://github.com/emberjs/ember-qunit/issues/188)
|
952 | - Ember Qunit should warn when forcing an integration test into a unit test. [\#185](https://github.com/emberjs/ember-qunit/issues/185)
|
953 | - Component unit test this.render\(\) call doesn't support passing in content [\#182](https://github.com/emberjs/ember-qunit/issues/182)
|
954 | - Unit Tests throw error: "Uncaught Error: Assertion Failed: BUG: Render node exists without concomitant env" [\#178](https://github.com/emberjs/ember-qunit/issues/178)
|
955 |
|
956 | **Merged pull requests:**
|
957 |
|
958 | - update readme [\#189](https://github.com/emberjs/ember-qunit/pull/189) ([ronaldsuwandi](https://github.com/ronaldsuwandi))
|
959 | - jQuery syntax [\#187](https://github.com/emberjs/ember-qunit/pull/187) ([aceofspades](https://github.com/aceofspades))
|
960 |
|
961 | ## [v0.4.10](https://github.com/emberjs/ember-qunit/tree/v0.4.10) (2015-08-20)
|
962 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.9...v0.4.10)
|
963 |
|
964 | **Closed issues:**
|
965 |
|
966 | - Testing bound handlebars helpers [\#5](https://github.com/emberjs/ember-qunit/issues/5)
|
967 |
|
968 | **Merged pull requests:**
|
969 |
|
970 | - Update README.md [\#181](https://github.com/emberjs/ember-qunit/pull/181) ([MattNguyen](https://github.com/MattNguyen))
|
971 |
|
972 | ## [v0.4.9](https://github.com/emberjs/ember-qunit/tree/v0.4.9) (2015-07-30)
|
973 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.8...v0.4.9)
|
974 |
|
975 | ## [v0.4.8](https://github.com/emberjs/ember-qunit/tree/v0.4.8) (2015-07-30)
|
976 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.7...v0.4.8)
|
977 |
|
978 | **Closed issues:**
|
979 |
|
980 | - support for assert.notOk ? [\#180](https://github.com/emberjs/ember-qunit/issues/180)
|
981 |
|
982 | **Merged pull requests:**
|
983 |
|
984 | - Updated README.md with newer syntax [\#179](https://github.com/emberjs/ember-qunit/pull/179) ([thec0keman](https://github.com/thec0keman))
|
985 |
|
986 | ## [v0.4.7](https://github.com/emberjs/ember-qunit/tree/v0.4.7) (2015-07-28)
|
987 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.6...v0.4.7)
|
988 |
|
989 | **Closed issues:**
|
990 |
|
991 | - Unit tests with components and new life-cycle hooks [\#174](https://github.com/emberjs/ember-qunit/issues/174)
|
992 |
|
993 | ## [v0.4.6](https://github.com/emberjs/ember-qunit/tree/v0.4.6) (2015-07-24)
|
994 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.5...v0.4.6)
|
995 |
|
996 | ## [v0.4.5](https://github.com/emberjs/ember-qunit/tree/v0.4.5) (2015-07-23)
|
997 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.4...v0.4.5)
|
998 |
|
999 | ## [v0.4.4](https://github.com/emberjs/ember-qunit/tree/v0.4.4) (2015-07-21)
|
1000 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.3...v0.4.4)
|
1001 |
|
1002 | ## [v0.4.3](https://github.com/emberjs/ember-qunit/tree/v0.4.3) (2015-07-21)
|
1003 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.2...v0.4.3)
|
1004 |
|
1005 | ## [v0.4.2](https://github.com/emberjs/ember-qunit/tree/v0.4.2) (2015-07-20)
|
1006 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.1...v0.4.2)
|
1007 |
|
1008 | **Closed issues:**
|
1009 |
|
1010 | - Compatibility with 1.13+ [\#177](https://github.com/emberjs/ember-qunit/issues/177)
|
1011 | - Cannot send actions to Routes [\#172](https://github.com/emberjs/ember-qunit/issues/172)
|
1012 |
|
1013 | ## [v0.4.1](https://github.com/emberjs/ember-qunit/tree/v0.4.1) (2015-07-06)
|
1014 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.4.0...v0.4.1)
|
1015 |
|
1016 | **Closed issues:**
|
1017 |
|
1018 | - version not found: ember-cli-qunit@0.4.0 [\#176](https://github.com/emberjs/ember-qunit/issues/176)
|
1019 |
|
1020 | **Merged pull requests:**
|
1021 |
|
1022 | - Fix brocfile include expressions to use literal dots [\#171](https://github.com/emberjs/ember-qunit/pull/171) ([j-](https://github.com/j-))
|
1023 |
|
1024 | ## [v0.4.0](https://github.com/emberjs/ember-qunit/tree/v0.4.0) (2015-05-18)
|
1025 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.3.4...v0.4.0)
|
1026 |
|
1027 | **Merged pull requests:**
|
1028 |
|
1029 | - Update ember-test-helpers to 0.5.0. [\#170](https://github.com/emberjs/ember-qunit/pull/170) ([rwjblue](https://github.com/rwjblue))
|
1030 |
|
1031 | ## [v0.3.4](https://github.com/emberjs/ember-qunit/tree/v0.3.4) (2015-05-18)
|
1032 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.3.3...v0.3.4)
|
1033 |
|
1034 | **Closed issues:**
|
1035 |
|
1036 | - can't test custom factories [\#169](https://github.com/emberjs/ember-qunit/issues/169)
|
1037 |
|
1038 | ## [v0.3.3](https://github.com/emberjs/ember-qunit/tree/v0.3.3) (2015-05-15)
|
1039 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.3.2...v0.3.3)
|
1040 |
|
1041 | **Closed issues:**
|
1042 |
|
1043 | - calling resetViews causes Ember integration tests to fail [\#86](https://github.com/emberjs/ember-qunit/issues/86)
|
1044 |
|
1045 | **Merged pull requests:**
|
1046 |
|
1047 | - Remove dubious `resetViews` function [\#167](https://github.com/emberjs/ember-qunit/pull/167) ([ef4](https://github.com/ef4))
|
1048 |
|
1049 | ## [v0.3.2](https://github.com/emberjs/ember-qunit/tree/v0.3.2) (2015-05-06)
|
1050 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.3.1...v0.3.2)
|
1051 |
|
1052 | **Closed issues:**
|
1053 |
|
1054 | - Fails to pluralize `factory` in unit test [\#162](https://github.com/emberjs/ember-qunit/issues/162)
|
1055 |
|
1056 | **Merged pull requests:**
|
1057 |
|
1058 | - Add main entry to bower.json [\#161](https://github.com/emberjs/ember-qunit/pull/161) ([ryanmurakami](https://github.com/ryanmurakami))
|
1059 |
|
1060 | ## [v0.3.1](https://github.com/emberjs/ember-qunit/tree/v0.3.1) (2015-04-05)
|
1061 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.3.0...v0.3.1)
|
1062 |
|
1063 | **Closed issues:**
|
1064 |
|
1065 | - Called stop\(\) outside of a test context [\#155](https://github.com/emberjs/ember-qunit/issues/155)
|
1066 | - subject helper in moduleForModel reuses container for all tests [\#81](https://github.com/emberjs/ember-qunit/issues/81)
|
1067 |
|
1068 | **Merged pull requests:**
|
1069 |
|
1070 | - Send full stack trace information on promise rejection [\#116](https://github.com/emberjs/ember-qunit/pull/116) ([yayalice](https://github.com/yayalice))
|
1071 |
|
1072 | ## [v0.3.0](https://github.com/emberjs/ember-qunit/tree/v0.3.0) (2015-03-24)
|
1073 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.12...v0.3.0)
|
1074 |
|
1075 | **Closed issues:**
|
1076 |
|
1077 | - TypeError: Cannot read property 'apply' of undefined, using apply in tests? [\#149](https://github.com/emberjs/ember-qunit/issues/149)
|
1078 |
|
1079 | **Merged pull requests:**
|
1080 |
|
1081 | - Update ember-test-helpers to 0.4.1. [\#159](https://github.com/emberjs/ember-qunit/pull/159) ([rwjblue](https://github.com/rwjblue))
|
1082 |
|
1083 | ## [v0.2.12](https://github.com/emberjs/ember-qunit/tree/v0.2.12) (2015-03-22)
|
1084 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.11...v0.2.12)
|
1085 |
|
1086 | **Closed issues:**
|
1087 |
|
1088 | - assert passed into beforeEach is not refreshed [\#157](https://github.com/emberjs/ember-qunit/issues/157)
|
1089 | - beforeEach in moduleForComponent does not pass in assert [\#156](https://github.com/emberjs/ember-qunit/issues/156)
|
1090 | - this.subject calls not generating new instances [\#154](https://github.com/emberjs/ember-qunit/issues/154)
|
1091 |
|
1092 | **Merged pull requests:**
|
1093 |
|
1094 | - Ensure that `assert` argument in beforeEach is not shared. [\#158](https://github.com/emberjs/ember-qunit/pull/158) ([rwjblue](https://github.com/rwjblue))
|
1095 |
|
1096 | ## [v0.2.11](https://github.com/emberjs/ember-qunit/tree/v0.2.11) (2015-03-12)
|
1097 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.10...v0.2.11)
|
1098 |
|
1099 | **Closed issues:**
|
1100 |
|
1101 | - `assert` argument to `beforeEach` and `afterEach` [\#151](https://github.com/emberjs/ember-qunit/issues/151)
|
1102 | - moduleForComponent tests and loading app/initializers [\#150](https://github.com/emberjs/ember-qunit/issues/150)
|
1103 | - Async method selector resolves immediately [\#148](https://github.com/emberjs/ember-qunit/issues/148)
|
1104 | - importing { module, test } from ember-qunit hides tests [\#147](https://github.com/emberjs/ember-qunit/issues/147)
|
1105 | - import QUnit from "???"; [\#146](https://github.com/emberjs/ember-qunit/issues/146)
|
1106 | - Thanks! [\#145](https://github.com/emberjs/ember-qunit/issues/145)
|
1107 | - doesn't work with new container registry stuff [\#118](https://github.com/emberjs/ember-qunit/issues/118)
|
1108 | - moduleFor\* integration: true [\#108](https://github.com/emberjs/ember-qunit/issues/108)
|
1109 | - Tricky to use moduleForComponent for components with sub-components [\#74](https://github.com/emberjs/ember-qunit/issues/74)
|
1110 |
|
1111 | **Merged pull requests:**
|
1112 |
|
1113 | - Update ember-test-helpers to 0.3.6. [\#153](https://github.com/emberjs/ember-qunit/pull/153) ([rwjblue](https://github.com/rwjblue))
|
1114 | - Ensure that `beforeEach` / `afterEach` get `assert` argument. [\#152](https://github.com/emberjs/ember-qunit/pull/152) ([rwjblue](https://github.com/rwjblue))
|
1115 |
|
1116 | ## [v0.2.10](https://github.com/emberjs/ember-qunit/tree/v0.2.10) (2015-02-22)
|
1117 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.9...v0.2.10)
|
1118 |
|
1119 | **Closed issues:**
|
1120 |
|
1121 | - Add skip as a qunit helper that gets exported? [\#144](https://github.com/emberjs/ember-qunit/issues/144)
|
1122 |
|
1123 | ## [v0.2.9](https://github.com/emberjs/ember-qunit/tree/v0.2.9) (2015-02-19)
|
1124 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.8...v0.2.9)
|
1125 |
|
1126 | **Closed issues:**
|
1127 |
|
1128 | - 'assert' is undefined [\#142](https://github.com/emberjs/ember-qunit/issues/142)
|
1129 | - Exporting `QUnit.push` [\#140](https://github.com/emberjs/ember-qunit/issues/140)
|
1130 | - moduleForComponent fails "Unable to find partial with name" [\#110](https://github.com/emberjs/ember-qunit/issues/110)
|
1131 |
|
1132 | **Merged pull requests:**
|
1133 |
|
1134 | - Add skip to shim. [\#141](https://github.com/emberjs/ember-qunit/pull/141) ([abuiles](https://github.com/abuiles))
|
1135 | - Update examples for QUnit 2.x [\#138](https://github.com/emberjs/ember-qunit/pull/138) ([jbrown](https://github.com/jbrown))
|
1136 |
|
1137 | ## [v0.2.8](https://github.com/emberjs/ember-qunit/tree/v0.2.8) (2015-02-10)
|
1138 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.7...v0.2.8)
|
1139 |
|
1140 | ## [v0.2.7](https://github.com/emberjs/ember-qunit/tree/v0.2.7) (2015-02-10)
|
1141 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.6...v0.2.7)
|
1142 |
|
1143 | **Closed issues:**
|
1144 |
|
1145 | - Still expects handlebars to be in bower\_components [\#133](https://github.com/emberjs/ember-qunit/issues/133)
|
1146 | - Error: Path or pattern "bower\_components/ember-qunit/named-amd/main.js" did not match any files [\#131](https://github.com/emberjs/ember-qunit/issues/131)
|
1147 | - Could not find module ember when using the global version \(newest from build\) [\#130](https://github.com/emberjs/ember-qunit/issues/130)
|
1148 |
|
1149 | **Merged pull requests:**
|
1150 |
|
1151 | - Ensure that "ember" module shim is available for globals build. [\#137](https://github.com/emberjs/ember-qunit/pull/137) ([rwjblue](https://github.com/rwjblue))
|
1152 |
|
1153 | ## [v0.2.6](https://github.com/emberjs/ember-qunit/tree/v0.2.6) (2015-02-10)
|
1154 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.5...v0.2.6)
|
1155 |
|
1156 | **Closed issues:**
|
1157 |
|
1158 | - Direct child doesn't work in selector [\#135](https://github.com/emberjs/ember-qunit/issues/135)
|
1159 |
|
1160 | **Merged pull requests:**
|
1161 |
|
1162 | - Add default export for qunit module as QUnit. [\#136](https://github.com/emberjs/ember-qunit/pull/136) ([rwjblue](https://github.com/rwjblue))
|
1163 | - Upgrade ember to 1.10.0 and remove handlebars. [\#134](https://github.com/emberjs/ember-qunit/pull/134) ([dgeb](https://github.com/dgeb))
|
1164 |
|
1165 | ## [v0.2.5](https://github.com/emberjs/ember-qunit/tree/v0.2.5) (2015-02-07)
|
1166 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.4...v0.2.5)
|
1167 |
|
1168 | **Closed issues:**
|
1169 |
|
1170 | - Emq not available - no globalize [\#129](https://github.com/emberjs/ember-qunit/issues/129)
|
1171 |
|
1172 | **Merged pull requests:**
|
1173 |
|
1174 | - Add qunit ES6 shim. [\#132](https://github.com/emberjs/ember-qunit/pull/132) ([rwjblue](https://github.com/rwjblue))
|
1175 |
|
1176 | ## [v0.2.4](https://github.com/emberjs/ember-qunit/tree/v0.2.4) (2015-02-03)
|
1177 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.3...v0.2.4)
|
1178 |
|
1179 | **Merged pull requests:**
|
1180 |
|
1181 | - Fix argument shifting with `beforeEach` / `afterEach`. [\#128](https://github.com/emberjs/ember-qunit/pull/128) ([rwjblue](https://github.com/rwjblue))
|
1182 |
|
1183 | ## [v0.2.3](https://github.com/emberjs/ember-qunit/tree/v0.2.3) (2015-02-03)
|
1184 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.2...v0.2.3)
|
1185 |
|
1186 | **Merged pull requests:**
|
1187 |
|
1188 | - Use git-repo-version instead of git-repo-info directly. [\#127](https://github.com/emberjs/ember-qunit/pull/127) ([rwjblue](https://github.com/rwjblue))
|
1189 | - Pass test callback argument through from QUnit. [\#126](https://github.com/emberjs/ember-qunit/pull/126) ([rwjblue](https://github.com/rwjblue))
|
1190 |
|
1191 | ## [v0.2.2](https://github.com/emberjs/ember-qunit/tree/v0.2.2) (2015-02-03)
|
1192 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.1...v0.2.2)
|
1193 |
|
1194 | **Merged pull requests:**
|
1195 |
|
1196 | - Allow usage of beforeEach and afterEach. [\#125](https://github.com/emberjs/ember-qunit/pull/125) ([rwjblue](https://github.com/rwjblue))
|
1197 |
|
1198 | ## [v0.2.1](https://github.com/emberjs/ember-qunit/tree/v0.2.1) (2015-02-02)
|
1199 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.2.0...v0.2.1)
|
1200 |
|
1201 | **Closed issues:**
|
1202 |
|
1203 | - container used in unit tests doesn't normalize model names [\#119](https://github.com/emberjs/ember-qunit/issues/119)
|
1204 |
|
1205 | **Merged pull requests:**
|
1206 |
|
1207 | - Ensure build output is ES3 safe. [\#124](https://github.com/emberjs/ember-qunit/pull/124) ([rwjblue](https://github.com/rwjblue))
|
1208 |
|
1209 | ## [v0.2.0](https://github.com/emberjs/ember-qunit/tree/v0.2.0) (2015-01-31)
|
1210 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/latest...v0.2.0)
|
1211 |
|
1212 | ## [latest](https://github.com/emberjs/ember-qunit/tree/latest) (2015-01-31)
|
1213 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.8...latest)
|
1214 |
|
1215 | **Closed issues:**
|
1216 |
|
1217 | - Testing services in Ember-CLI conserves state between tests. [\#115](https://github.com/emberjs/ember-qunit/issues/115)
|
1218 | - why kill `dist/`? [\#101](https://github.com/emberjs/ember-qunit/issues/101)
|
1219 | - Wrong context in asyncTest \(using callbacks given to moduleFor instead of extended callbacks\) [\#98](https://github.com/emberjs/ember-qunit/issues/98)
|
1220 | - Qunit not finishing on Mac OS X [\#97](https://github.com/emberjs/ember-qunit/issues/97)
|
1221 | - Cannot send action to route in unit test. [\#96](https://github.com/emberjs/ember-qunit/issues/96)
|
1222 | - Unit testing model circular relationship requires `startApp\(\)` [\#91](https://github.com/emberjs/ember-qunit/issues/91)
|
1223 | - Integration Test Helpers are undefined in Component Test [\#88](https://github.com/emberjs/ember-qunit/issues/88)
|
1224 | - IsolatedContainer doesn't normalize type names [\#84](https://github.com/emberjs/ember-qunit/issues/84)
|
1225 | - Should have a mechanism for inserting components sans `this.$\(\)` [\#82](https://github.com/emberjs/ember-qunit/issues/82)
|
1226 | - Assertion alternately thrown when testing ED Model relationships [\#80](https://github.com/emberjs/ember-qunit/issues/80)
|
1227 | - Uncaught SyntaxError: Unexpected reserved word [\#78](https://github.com/emberjs/ember-qunit/issues/78)
|
1228 | - QUnit start and stop not happening for promises within controller actions. [\#77](https://github.com/emberjs/ember-qunit/issues/77)
|
1229 | - Testing components with {{each}} helper in layout fails [\#73](https://github.com/emberjs/ember-qunit/issues/73)
|
1230 | - Get access to ember store from moduleFor\("controller:activity"\) [\#70](https://github.com/emberjs/ember-qunit/issues/70)
|
1231 | - `moduleForComponent` does not properly destroy the views it created [\#64](https://github.com/emberjs/ember-qunit/issues/64)
|
1232 | - Testing Strangeness using Ember Qunit and Test Helpers [\#63](https://github.com/emberjs/ember-qunit/issues/63)
|
1233 | - moduleForModel transforms [\#61](https://github.com/emberjs/ember-qunit/issues/61)
|
1234 | - Bower dependency to qunit? [\#60](https://github.com/emberjs/ember-qunit/issues/60)
|
1235 | - Result of `this.$\(...\)` is cached after first call [\#55](https://github.com/emberjs/ember-qunit/issues/55)
|
1236 | - testing components that use other components [\#53](https://github.com/emberjs/ember-qunit/issues/53)
|
1237 | - moduleForComponent and moduleForModel could also accept a delegate function [\#51](https://github.com/emberjs/ember-qunit/issues/51)
|
1238 | - andThen does not execute after click\(\) [\#49](https://github.com/emberjs/ember-qunit/issues/49)
|
1239 | - Tests fail with `MODEL\_FACTORY\_INJECTIONS = true` [\#48](https://github.com/emberjs/ember-qunit/issues/48)
|
1240 | - Contributing steps do not work [\#47](https://github.com/emberjs/ember-qunit/issues/47)
|
1241 | - moduleFor could accept `callback` as second argument [\#45](https://github.com/emberjs/ember-qunit/issues/45)
|
1242 | - dist/named-amd does not work [\#42](https://github.com/emberjs/ember-qunit/issues/42)
|
1243 | - setting Ember.testing to true [\#38](https://github.com/emberjs/ember-qunit/issues/38)
|
1244 | - separate the ember stuff from the qunit stuff [\#22](https://github.com/emberjs/ember-qunit/issues/22)
|
1245 | - moduleForMixin? [\#15](https://github.com/emberjs/ember-qunit/issues/15)
|
1246 |
|
1247 | **Merged pull requests:**
|
1248 |
|
1249 | - Add ember-cli for ease of use. [\#122](https://github.com/emberjs/ember-qunit/pull/122) ([rwjblue](https://github.com/rwjblue))
|
1250 | - Bumping ember-test-helpers and upgraded module transpiler [\#120](https://github.com/emberjs/ember-qunit/pull/120) ([chadhietala](https://github.com/chadhietala))
|
1251 | - upgrade ember-test-helpers to 0.0.7 [\#111](https://github.com/emberjs/ember-qunit/pull/111) ([jonbretman](https://github.com/jonbretman))
|
1252 | - Setup build publishing. [\#106](https://github.com/emberjs/ember-qunit/pull/106) ([rwjblue](https://github.com/rwjblue))
|
1253 | - Move to broccoli-funnel. [\#105](https://github.com/emberjs/ember-qunit/pull/105) ([rwjblue](https://github.com/rwjblue))
|
1254 | - Generate `bower.json` in build. [\#104](https://github.com/emberjs/ember-qunit/pull/104) ([rwjblue](https://github.com/rwjblue))
|
1255 | - Add globals build and bower build script [\#103](https://github.com/emberjs/ember-qunit/pull/103) ([dgeb](https://github.com/dgeb))
|
1256 | - Build process updates. [\#102](https://github.com/emberjs/ember-qunit/pull/102) ([rwjblue](https://github.com/rwjblue))
|
1257 | - Add a few more npm scripts. [\#100](https://github.com/emberjs/ember-qunit/pull/100) ([rwjblue](https://github.com/rwjblue))
|
1258 | - Refactor to use the extracted lib ember-test-helpers [\#99](https://github.com/emberjs/ember-qunit/pull/99) ([dgeb](https://github.com/dgeb))
|
1259 | - Root element auto-add ordering [\#93](https://github.com/emberjs/ember-qunit/pull/93) ([slindberg](https://github.com/slindberg))
|
1260 | - Update ember-data to beta.10 [\#90](https://github.com/emberjs/ember-qunit/pull/90) ([saygun](https://github.com/saygun))
|
1261 | - `isolated-container` should call `resolver.normalize\(fullName\)` when resolving needs values. [\#89](https://github.com/emberjs/ember-qunit/pull/89) ([workmanw](https://github.com/workmanw))
|
1262 | - \[BUGFIX\] Destroy components on teardown. [\#85](https://github.com/emberjs/ember-qunit/pull/85) ([gordonkristan](https://github.com/gordonkristan))
|
1263 | - Update README with simple usage and updated travis repository [\#79](https://github.com/emberjs/ember-qunit/pull/79) ([Frozenfire92](https://github.com/Frozenfire92))
|
1264 | - Testing nested components with templates. [\#72](https://github.com/emberjs/ember-qunit/pull/72) ([tsched](https://github.com/tsched))
|
1265 | - fix npm install errors for karma-qunit and qunit [\#67](https://github.com/emberjs/ember-qunit/pull/67) ([fivetanley](https://github.com/fivetanley))
|
1266 | - Update readme with info on building dist/ [\#66](https://github.com/emberjs/ember-qunit/pull/66) ([bantic](https://github.com/bantic))
|
1267 | - Do not require Ember Data. [\#62](https://github.com/emberjs/ember-qunit/pull/62) ([rwjblue](https://github.com/rwjblue))
|
1268 | - Fix error in code example [\#57](https://github.com/emberjs/ember-qunit/pull/57) ([balinterdi](https://github.com/balinterdi))
|
1269 | - Fixed `this.$\(selector\)` returning cached result [\#56](https://github.com/emberjs/ember-qunit/pull/56) ([chancancode](https://github.com/chancancode))
|
1270 | - Pass the selector to this.$\(...\) helper in component tests [\#54](https://github.com/emberjs/ember-qunit/pull/54) ([chancancode](https://github.com/chancancode))
|
1271 | - Updating readme with information about async tests [\#50](https://github.com/emberjs/ember-qunit/pull/50) ([Emerson](https://github.com/Emerson))
|
1272 |
|
1273 | ## [v0.1.8](https://github.com/emberjs/ember-qunit/tree/v0.1.8) (2014-04-24)
|
1274 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.7...v0.1.8)
|
1275 |
|
1276 | **Closed issues:**
|
1277 |
|
1278 | - Unit testing models with associations/relationships fail [\#39](https://github.com/emberjs/ember-qunit/issues/39)
|
1279 | - loading with require.js [\#35](https://github.com/emberjs/ember-qunit/issues/35)
|
1280 |
|
1281 | **Merged pull requests:**
|
1282 |
|
1283 | - to run broccoli serve you need broccoli-cli [\#41](https://github.com/emberjs/ember-qunit/pull/41) ([zigomir](https://github.com/zigomir))
|
1284 | - Add adapter to module for model [\#34](https://github.com/emberjs/ember-qunit/pull/34) ([mixonic](https://github.com/mixonic))
|
1285 |
|
1286 | ## [v0.1.7](https://github.com/emberjs/ember-qunit/tree/v0.1.7) (2014-04-04)
|
1287 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.6...v0.1.7)
|
1288 |
|
1289 | **Closed issues:**
|
1290 |
|
1291 | - How to tell QUnit to execute tests wrapped in AMD definition ? [\#31](https://github.com/emberjs/ember-qunit/issues/31)
|
1292 | - What's the bare minimum required to test a ember.object in isolation? [\#30](https://github.com/emberjs/ember-qunit/issues/30)
|
1293 | - Calling save on models [\#28](https://github.com/emberjs/ember-qunit/issues/28)
|
1294 |
|
1295 | **Merged pull requests:**
|
1296 |
|
1297 | - assume qunit is a global on page [\#32](https://github.com/emberjs/ember-qunit/pull/32) ([knomedia](https://github.com/knomedia))
|
1298 | - \[dist\] newest build [\#27](https://github.com/emberjs/ember-qunit/pull/27) ([danjamin](https://github.com/danjamin))
|
1299 | - moves the setup into \_callbacks.setup [\#26](https://github.com/emberjs/ember-qunit/pull/26) ([fsmanuel](https://github.com/fsmanuel))
|
1300 | - Remove unnecessary \#ember-testing append in moduleFor. [\#19](https://github.com/emberjs/ember-qunit/pull/19) ([omghax](https://github.com/omghax))
|
1301 |
|
1302 | ## [v0.1.6](https://github.com/emberjs/ember-qunit/tree/v0.1.6) (2014-03-27)
|
1303 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.5...v0.1.6)
|
1304 |
|
1305 | **Closed issues:**
|
1306 |
|
1307 | - README? [\#13](https://github.com/emberjs/ember-qunit/issues/13)
|
1308 |
|
1309 | **Merged pull requests:**
|
1310 |
|
1311 | - Remove explicit paths to node\_modules/.bin. [\#18](https://github.com/emberjs/ember-qunit/pull/18) ([eventualbuddha](https://github.com/eventualbuddha))
|
1312 | - fixed global resolver setup instructions [\#17](https://github.com/emberjs/ember-qunit/pull/17) ([cavneb](https://github.com/cavneb))
|
1313 | - moduleFor controller with needs fails on second call with undefined [\#16](https://github.com/emberjs/ember-qunit/pull/16) ([fsmanuel](https://github.com/fsmanuel))
|
1314 |
|
1315 | ## [v0.1.5](https://github.com/emberjs/ember-qunit/tree/v0.1.5) (2014-03-12)
|
1316 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.4...v0.1.5)
|
1317 |
|
1318 | ## [v0.1.4](https://github.com/emberjs/ember-qunit/tree/v0.1.4) (2014-03-12)
|
1319 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.3...v0.1.4)
|
1320 |
|
1321 | **Merged pull requests:**
|
1322 |
|
1323 | - Added moduleForModel helper with test [\#9](https://github.com/emberjs/ember-qunit/pull/9) ([cavneb](https://github.com/cavneb))
|
1324 | - Add import for moduleFor. [\#8](https://github.com/emberjs/ember-qunit/pull/8) ([abuiles](https://github.com/abuiles))
|
1325 |
|
1326 | ## [v0.1.3](https://github.com/emberjs/ember-qunit/tree/v0.1.3) (2014-03-04)
|
1327 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.2...v0.1.3)
|
1328 |
|
1329 | ## [v0.1.2](https://github.com/emberjs/ember-qunit/tree/v0.1.2) (2014-03-04)
|
1330 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.1...v0.1.2)
|
1331 |
|
1332 | ## [v0.1.1](https://github.com/emberjs/ember-qunit/tree/v0.1.1) (2014-03-03)
|
1333 | [Full Changelog](https://github.com/emberjs/ember-qunit/compare/v0.1.0...v0.1.1)
|
1334 |
|
1335 | **Closed issues:**
|
1336 |
|
1337 | - Needs a README [\#4](https://github.com/emberjs/ember-qunit/issues/4)
|
1338 |
|
1339 | **Merged pull requests:**
|
1340 |
|
1341 | - add event dispatcher [\#7](https://github.com/emberjs/ember-qunit/pull/7) ([ryanflorence](https://github.com/ryanflorence))
|
1342 |
|
1343 | ## [v0.1.0](https://github.com/emberjs/ember-qunit/tree/v0.1.0) (2014-02-27)
|
1344 |
|
1345 |
|
\ | No newline at end of file |