|
1 | 1 | # Changelog
|
| 2 | + |
| 3 | +## v3.0.2 (2022-04-26) |
| 4 | + |
| 5 | +#### :rocket: Enhancement |
| 6 | +* [#377](https://github.com/emberjs/ember-test-waiters/pull/377) Adding more descriptive error message for unpaired endAsync calls ([@scalvert](https://github.com/scalvert)) |
| 7 | + |
| 8 | +#### :bug: Bug Fix |
| 9 | +* [#388](https://github.com/emberjs/ember-test-waiters/pull/388) Ensure waiters are discovered even if multiple versions exist ([@rwjblue](https://github.com/rwjblue)) |
| 10 | +* [#376](https://github.com/emberjs/ember-test-waiters/pull/376) Fixes build issue with floating dependencies in CI ([@scalvert](https://github.com/scalvert)) |
| 11 | +* [#358](https://github.com/emberjs/ember-test-waiters/pull/358) Moving ember-cli-typescript to dependencies ([@scalvert](https://github.com/scalvert)) |
| 12 | +* [#357](https://github.com/emberjs/ember-test-waiters/pull/357) Avoid unreachable code after return warning ([@sandstrom](https://github.com/sandstrom)) |
| 13 | + |
| 14 | +#### :memo: Documentation |
| 15 | +* [#387](https://github.com/emberjs/ember-test-waiters/pull/387) Migrate examples in the README.md to use async/await ([@rwjblue](https://github.com/rwjblue)) |
| 16 | + |
| 17 | +#### :house: Internal |
| 18 | +* [#381](https://github.com/emberjs/ember-test-waiters/pull/381) Migrate from Yarn@1 to NPM ([@rwjblue](https://github.com/rwjblue)) |
| 19 | + |
| 20 | +#### Committers: 3 |
| 21 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 22 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 23 | +- [@sandstrom](https://github.com/sandstrom) |
| 24 | + |
| 25 | + |
| 26 | +## v3.0.1 (2022-01-06) |
| 27 | + |
| 28 | +#### :bug: Bug Fix |
| 29 | +* [#350](https://github.com/emberjs/ember-test-waiters/pull/350) Fixes main entry point in package.json to point to built .js file ([@scalvert](https://github.com/scalvert)) |
| 30 | + |
| 31 | +#### :house: Internal |
| 32 | +* [#355](https://github.com/emberjs/ember-test-waiters/pull/355) Running `npx browserlist@latest --update-db` ([@scalvert](https://github.com/scalvert)) |
| 33 | +* [#340](https://github.com/emberjs/ember-test-waiters/pull/340) Updates ember-try scenarios to work with ember-auto-import@2 ([@scalvert](https://github.com/scalvert)) |
| 34 | +* [#313](https://github.com/emberjs/ember-test-waiters/pull/313) add ember-lts-3.24 scenario ([@stefanpenner](https://github.com/stefanpenner)) |
| 35 | + |
| 36 | +#### Committers: 3 |
| 37 | +- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus)) |
| 38 | +- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) |
| 39 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 40 | + |
| 41 | + |
| 42 | +## v3.0.0 (2021-08-18) |
| 43 | + |
| 44 | +#### :house: Internal |
| 45 | +* [#312](https://github.com/emberjs/ember-test-waiters/pull/312) ensure `npm pack` is tidy ([@stefanpenner](https://github.com/stefanpenner)) |
| 46 | +* [#308](https://github.com/emberjs/ember-test-waiters/pull/308) embroider ember-try scenarios ([@stefanpenner](https://github.com/stefanpenner)) |
| 47 | +* [#293](https://github.com/emberjs/ember-test-waiters/pull/293) Updates publish step to publish JavaScript + *.d.ts vs. .ts files. ([@stefanpenner](https://github.com/stefanpenner)) |
| 48 | +* [#306](https://github.com/emberjs/ember-test-waiters/pull/306) Fix Failing Tests resulting from ember-concurrency v2 bump ([@stefanpenner](https://github.com/stefanpenner)) |
| 49 | +* [#297](https://github.com/emberjs/ember-test-waiters/pull/297) Fix canary ([@stefanpenner](https://github.com/stefanpenner)) |
| 50 | +* [#292](https://github.com/emberjs/ember-test-waiters/pull/292) Updating .npmignore to remove unneeded files from publish ([@scalvert](https://github.com/scalvert)) |
| 51 | +* [#295](https://github.com/emberjs/ember-test-waiters/pull/295) Migrate to using pre/postpack ([@scalvert](https://github.com/scalvert)) |
| 52 | +* [#294](https://github.com/emberjs/ember-test-waiters/pull/294) no longer fail fast on try-scenarios ([@stefanpenner](https://github.com/stefanpenner)) |
| 53 | + |
| 54 | +#### Committers: 2 |
| 55 | +- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) |
| 56 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 57 | + |
| 58 | + |
| 59 | +## v2.4.5 (2021-07-13) |
| 60 | + |
| 61 | +#### :bug: Bug Fix |
| 62 | +* [#280](https://github.com/emberjs/ember-test-waiters/pull/280) Fixes TS issue with mismatched type for deprecate ([@scalvert](https://github.com/scalvert)) |
| 63 | +* [#272](https://github.com/emberjs/ember-test-waiters/pull/272) Fix warnings when the legacy module deprecation is triggered ([@sandydoo](https://github.com/sandydoo)) |
| 64 | + |
| 65 | +#### :house: Internal |
| 66 | +* [#285](https://github.com/emberjs/ember-test-waiters/pull/285) Running npx browserslist@latest --update-db ([@scalvert](https://github.com/scalvert)) |
| 67 | +* [#279](https://github.com/emberjs/ember-test-waiters/pull/279) Adds type checking to CI ([@scalvert](https://github.com/scalvert)) |
| 68 | +* [#270](https://github.com/emberjs/ember-test-waiters/pull/270) Adding octane edition to package.json ([@scalvert](https://github.com/scalvert)) |
| 69 | + |
| 70 | +#### Committers: 3 |
| 71 | +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) |
| 72 | +- Sander Melnikov ([@sandydoo](https://github.com/sandydoo)) |
| 73 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 74 | + |
| 75 | + |
| 76 | +## v2.4.4 (2021-05-14) |
| 77 | + |
| 78 | +#### :bug: Bug Fix |
| 79 | +* [#254](https://github.com/emberjs/ember-test-waiters/pull/254) Flip the logic for deprecation of old package name ([@scalvert](https://github.com/scalvert)) |
| 80 | + |
| 81 | +#### Committers: 2 |
| 82 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 83 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 84 | + |
| 85 | + |
| 86 | +## v2.4.3 (2021-03-20) |
| 87 | + |
| 88 | +#### :bug: Bug Fix |
| 89 | +* [#242](https://github.com/emberjs/ember-test-waiters/pull/242) Update to ember-cli-babel@7.26.2 to fix window.Ember deprecations ([@rwjblue](https://github.com/rwjblue)) |
| 90 | + |
| 91 | +#### Committers: 2 |
| 92 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 93 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 94 | + |
| 95 | + |
| 96 | +## v2.4.2 (2021-03-11) |
| 97 | + |
| 98 | +#### :bug: Bug Fix |
| 99 | +* [#239](https://github.com/emberjs/ember-test-waiters/pull/239) Use `export type` to avoid broken imports when types are transpiled away ([@ef4](https://github.com/ef4)) |
| 100 | + |
| 101 | +#### Committers: 2 |
| 102 | +- Edward Faulkner ([@ef4](https://github.com/ef4)) |
| 103 | + |
| 104 | + |
| 105 | +## v2.4.1 (2021-02-25) |
| 106 | + |
| 107 | +#### :bug: Bug Fix |
| 108 | +* [#232](https://github.com/emberjs/ember-test-waiters/pull/232) Fix leak of tokens during development builds ([@bendemboski](https://github.com/bendemboski)) |
| 109 | + |
| 110 | +#### Committers: 1 |
| 111 | +- Ben Demboski ([@bendemboski](https://github.com/bendemboski)) |
| 112 | + |
| 113 | + |
| 114 | +## v2.4.0 (2021-02-12) |
| 115 | + |
| 116 | +#### :rocket: Enhancement |
| 117 | +* [#231](https://github.com/emberjs/ember-test-waiters/pull/231) Update `cacheKeyForTree` override to account for both addon names ([@brendenpalmer](https://github.com/brendenpalmer)) |
| 118 | + |
| 119 | +#### :house: Internal |
| 120 | +* [#221](https://github.com/emberjs/ember-test-waiters/pull/221) Update to released version of ember-concurrency-decorators. ([@rwjblue](https://github.com/rwjblue)) |
| 121 | + |
| 122 | +#### Committers: 3 |
| 123 | +- Brenden Palmer ([@brendenpalmer](https://github.com/brendenpalmer)) |
| 124 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 125 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 126 | + |
| 127 | + |
| 128 | +## v2.3.2 (2020-12-04) |
| 129 | + |
| 130 | +#### :bug: Bug Fix |
| 131 | +* [#213](https://github.com/emberjs/ember-test-waiters/pull/213) Fix IE11 compatiblity ([@rwjblue](https://github.com/rwjblue)) |
| 132 | + |
| 133 | +#### Committers: 2 |
| 134 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 135 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 136 | + |
| 137 | + |
| 138 | +## v2.3.1 (2020-11-30) |
| 139 | + |
| 140 | +#### :bug: Bug Fix |
| 141 | +* [#202](https://github.com/emberjs/ember-test-waiters/pull/202) Update highlander logic to be compatible with `ember-engines` ([@brendenpalmer](https://github.com/brendenpalmer)) |
| 142 | + |
| 143 | +#### :house: Internal |
| 144 | +* [#204](https://github.com/emberjs/ember-test-waiters/pull/204) Ensure prereleases are used when present. ([@rwjblue](https://github.com/rwjblue)) |
| 145 | + |
| 146 | +#### Committers: 3 |
| 147 | +- Brenden Palmer ([@brendenpalmer](https://github.com/brendenpalmer)) |
| 148 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 149 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 150 | + |
| 151 | + |
| 152 | +## v2.3.0 (2020-10-28) |
| 153 | + |
| 154 | +#### :rocket: Enhancement |
| 155 | +* [#173](https://github.com/emberjs/ember-test-waiters/pull/173) feat(wait-for) support coroutines/generators ([@bendemboski](https://github.com/bendemboski)) |
| 156 | + |
| 157 | +#### :house: Internal |
| 158 | +* [#195](https://github.com/emberjs/ember-test-waiters/pull/195) Fix CI build ([@bendemboski](https://github.com/bendemboski)) |
| 159 | + |
| 160 | +#### Committers: 3 |
| 161 | +- Ben Demboski ([@bendemboski](https://github.com/bendemboski)) |
| 162 | +- Thomas Wang ([@xg-wang](https://github.com/xg-wang)) |
| 163 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 164 | + |
| 165 | + |
| 166 | +## v2.2.0 (2020-08-17) |
| 167 | + |
| 168 | +#### :boom: Breaking Change |
| 169 | +* [#176](https://github.com/emberjs/ember-test-waiters/pull/176) Drop Node 13 support. ([@rwjblue](https://github.com/rwjblue)) |
| 170 | + |
| 171 | +#### :rocket: Enhancement |
| 172 | +* [#150](https://github.com/emberjs/ember-test-waiters/pull/150) Converting published package name to @ember/test-waiters ([@scalvert](https://github.com/scalvert)) |
| 173 | +* [#131](https://github.com/emberjs/ember-test-waiters/pull/131) Add waitFor function to enable waiting for async functions ([@bendemboski](https://github.com/bendemboski)) |
| 174 | + |
| 175 | +#### :house: Internal |
| 176 | +* [#178](https://github.com/emberjs/ember-test-waiters/pull/178) Update automated release setup. ([@rwjblue](https://github.com/rwjblue)) |
| 177 | +* [#177](https://github.com/emberjs/ember-test-waiters/pull/177) Update package.json addon contributors & description. ([@rwjblue](https://github.com/rwjblue)) |
| 178 | +* [#171](https://github.com/emberjs/ember-test-waiters/pull/171) Add Ember 3.16 and 3.20 to CI ([@rwjblue](https://github.com/rwjblue)) |
| 179 | + |
| 180 | +#### Committers: 4 |
| 181 | +- Ben Demboski ([@bendemboski](https://github.com/bendemboski)) |
| 182 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 183 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 184 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 185 | + |
| 186 | + |
| 187 | +## v2.1.3 (2020-07-28) |
| 188 | + |
| 189 | +#### :bug: Bug Fix |
| 190 | +* [#165](https://github.com/emberjs/ember-test-waiters/pull/165) Fixes incorrectly nested exports for users of ember-cli < 3.13.x ([@scalvert](https://github.com/scalvert)) |
| 191 | + |
| 192 | +#### Committers: 2 |
| 193 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 194 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 195 | + |
| 196 | +## v2.1.2 (2020-06-04) |
| 197 | + |
| 198 | +#### :bug: Bug Fix |
| 199 | +* [#156](https://github.com/emberjs/ember-test-waiters/pull/156) Updating paths for types in package.json ([@scalvert](https://github.com/scalvert)) |
| 200 | + |
| 201 | +#### Committers: 2 |
| 202 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 203 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 204 | + |
| 205 | +## v2.1.1 (2020-05-19) |
| 206 | + |
| 207 | +#### :bug: Bug Fix |
| 208 | +* [#148](https://github.com/emberjs/ember-test-waiters/pull/148) Inverting module export locations for multi-module publishing ([@scalvert](https://github.com/scalvert)) |
| 209 | + |
| 210 | +#### Committers: 2 |
| 211 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 212 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 213 | + |
| 214 | +## v2.1.0 (2020-05-13) |
| 215 | + |
| 216 | +#### :rocket: Enhancement |
| 217 | +* [#133](https://github.com/emberjs/ember-test-waiters/pull/133) Expose `@ember/test-waiters` in addition to `ember-test-waiters` module names ([@scalvert](https://github.com/scalvert)) |
| 218 | +* [#126](https://github.com/emberjs/ember-test-waiters/pull/126) Adding constraints around naming test waiters ([@scalvert](https://github.com/scalvert)) |
| 219 | + |
| 220 | +#### :bug: Bug Fix |
| 221 | +* [#141](https://github.com/emberjs/ember-test-waiters/pull/141) Updating index in legacy module to correctly publish index.d.ts ([@scalvert](https://github.com/scalvert)) |
| 222 | + |
| 223 | +#### :memo: Documentation |
| 224 | +* [#126](https://github.com/emberjs/ember-test-waiters/pull/126) Adding constraints around naming test waiters ([@scalvert](https://github.com/scalvert)) |
| 225 | + |
| 226 | +#### :house: Internal |
| 227 | +* [#135](https://github.com/emberjs/ember-test-waiters/pull/135) Switch to using `ember-cli-version-checker` for gathering addons ([@scalvert](https://github.com/scalvert)) |
| 228 | + |
| 229 | +#### Committers: 1 |
| 230 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 231 | + |
| 232 | +## v2.1.0 (2020-05-13) |
| 233 | + |
| 234 | +#### :rocket: Enhancement |
| 235 | +* [#133](https://github.com/emberjs/ember-test-waiters/pull/133) Expose `@ember/test-waiters` in addition to `ember-test-waiters` module names ([@scalvert](https://github.com/scalvert)) |
| 236 | +* [#126](https://github.com/emberjs/ember-test-waiters/pull/126) Adding constraints around naming test waiters ([@scalvert](https://github.com/scalvert)) |
| 237 | + |
| 238 | +#### :memo: Documentation |
| 239 | +* [#126](https://github.com/emberjs/ember-test-waiters/pull/126) Adding constraints around naming test waiters ([@scalvert](https://github.com/scalvert)) |
| 240 | + |
| 241 | +#### :house: Internal |
| 242 | +* [#135](https://github.com/emberjs/ember-test-waiters/pull/135) Switch to using `ember-cli-version-checker` for gathering addons ([@scalvert](https://github.com/scalvert)) |
| 243 | + |
| 244 | +#### Committers: 1 |
| 245 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 246 | + |
| 247 | +## v2.0.1 (2020-04-04) |
| 248 | + |
| 249 | +#### :bug: Bug Fix |
| 250 | +* [#130](https://github.com/emberjs/ember-test-waiters/pull/130) Fix Type Errors ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 251 | + |
| 252 | +#### :memo: Documentation |
| 253 | +* [#123](https://github.com/emberjs/ember-test-waiters/pull/123) Refactoring documentation. ([@scalvert](https://github.com/scalvert)) |
| 254 | + |
| 255 | +#### Committers: 3 |
| 256 | +- Preston Sego ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 257 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 258 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 259 | + |
| 260 | +## v2.0.0 (2020-02-26) |
| 261 | + |
| 262 | +#### :boom: Breaking Change |
| 263 | +* [#122](https://github.com/rwjblue/ember-test-waiters/pull/122) Update dependencies / devDependencies to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 264 | +* [#95](https://github.com/rwjblue/ember-test-waiters/pull/95) Dropping support for node 8 ([@scalvert](https://github.com/scalvert)) |
| 265 | +* [#117](https://github.com/rwjblue/ember-test-waiters/pull/117) Rename interfaces, remove class exports. ([@scalvert](https://github.com/scalvert)) |
| 266 | + |
| 267 | +#### :rocket: Enhancement |
| 268 | +* [#112](https://github.com/rwjblue/ember-test-waiters/pull/112) Do not throw errors for endAsync being called multiple times ([@scalvert](https://github.com/scalvert)) |
| 269 | + |
| 270 | +#### :bug: Bug Fix |
| 271 | +* [#111](https://github.com/rwjblue/ember-test-waiters/pull/111) Fixes default tokens to be truthy ([@scalvert](https://github.com/scalvert)) |
| 272 | + |
| 273 | +#### :house: Internal |
| 274 | +* [#122](https://github.com/rwjblue/ember-test-waiters/pull/122) Update dependencies / devDependencies to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 275 | + |
| 276 | +#### Committers: 3 |
| 277 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 278 | +- Steve Calvert ([@scalvert](https://github.com/scalvert)) |
| 279 | +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) |
| 280 | + |
| 281 | +## v1.2.0 (2020-01-14) |
| 282 | + |
| 283 | +#### :rocket: Enhancement |
| 284 | + |
| 285 | +* task(TestWaiter): Add public API for clearing waiter items (dc15392) |
| 286 | +* task(Build): Ensures that there can only be one active ember-test-waiters addon in builds (#86) (9ab9640) |
| 287 | + |
| 288 | +#### :house: Internal |
| 289 | + |
| 290 | +* task(release): Adding release-it configuration (68b7d54) |
| 291 | +* task(CI): Refining when CI Build runs (8983354) |
| 292 | +* Converting to use github actions (#88) (bee3c8c) |
| 293 | +* task(README): Updating badges (#61) (873f7d5) |
| 294 | +* task(deps): Pinning engine.io to specific version (d1121a7) |
0 commit comments