Skip to content

Latest commit

 

History

History
294 lines (197 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

294 lines (197 loc) · 14.5 KB

Changelog

v3.0.2 (2022-04-26)

🚀 Enhancement

  • #377 Adding more descriptive error message for unpaired endAsync calls (@scalvert)

🐛 Bug Fix

  • #388 Ensure waiters are discovered even if multiple versions exist (@rwjblue)
  • #376 Fixes build issue with floating dependencies in CI (@scalvert)
  • #358 Moving ember-cli-typescript to dependencies (@scalvert)
  • #357 Avoid unreachable code after return warning (@sandstrom)

📝 Documentation

  • #387 Migrate examples in the README.md to use async/await (@rwjblue)

🏠 Internal

Committers: 3

v3.0.1 (2022-01-06)

🐛 Bug Fix

  • #350 Fixes main entry point in package.json to point to built .js file (@scalvert)

🏠 Internal

Committers: 3

v3.0.0 (2021-08-18)

🏠 Internal

Committers: 2

v2.4.5 (2021-07-13)

🐛 Bug Fix

  • #280 Fixes TS issue with mismatched type for deprecate (@scalvert)
  • #272 Fix warnings when the legacy module deprecation is triggered (@sandydoo)

🏠 Internal

Committers: 3

v2.4.4 (2021-05-14)

🐛 Bug Fix

  • #254 Flip the logic for deprecation of old package name (@scalvert)

Committers: 2

v2.4.3 (2021-03-20)

🐛 Bug Fix

  • #242 Update to ember-cli-babel@7.26.2 to fix window.Ember deprecations (@rwjblue)

Committers: 2

v2.4.2 (2021-03-11)

🐛 Bug Fix

  • #239 Use export type to avoid broken imports when types are transpiled away (@ef4)

Committers: 2

  • Edward Faulkner (@ef4)

v2.4.1 (2021-02-25)

🐛 Bug Fix

Committers: 1

v2.4.0 (2021-02-12)

🚀 Enhancement

🏠 Internal

  • #221 Update to released version of ember-concurrency-decorators. (@rwjblue)

Committers: 3

v2.3.2 (2020-12-04)

🐛 Bug Fix

Committers: 2

v2.3.1 (2020-11-30)

🐛 Bug Fix

🏠 Internal

Committers: 3

v2.3.0 (2020-10-28)

🚀 Enhancement

🏠 Internal

Committers: 3

v2.2.0 (2020-08-17)

💥 Breaking Change

🚀 Enhancement

  • #150 Converting published package name to @ember/test-waiters (@scalvert)
  • #131 Add waitFor function to enable waiting for async functions (@bendemboski)

🏠 Internal

Committers: 4

v2.1.3 (2020-07-28)

🐛 Bug Fix

  • #165 Fixes incorrectly nested exports for users of ember-cli < 3.13.x (@scalvert)

Committers: 2

v2.1.2 (2020-06-04)

🐛 Bug Fix

Committers: 2

v2.1.1 (2020-05-19)

🐛 Bug Fix

  • #148 Inverting module export locations for multi-module publishing (@scalvert)

Committers: 2

v2.1.0 (2020-05-13)

🚀 Enhancement

  • #133 Expose @ember/test-waiters in addition to ember-test-waiters module names (@scalvert)
  • #126 Adding constraints around naming test waiters (@scalvert)

🐛 Bug Fix

  • #141 Updating index in legacy module to correctly publish index.d.ts (@scalvert)

📝 Documentation

🏠 Internal

  • #135 Switch to using ember-cli-version-checker for gathering addons (@scalvert)

Committers: 1

v2.1.0 (2020-05-13)

🚀 Enhancement

  • #133 Expose @ember/test-waiters in addition to ember-test-waiters module names (@scalvert)
  • #126 Adding constraints around naming test waiters (@scalvert)

📝 Documentation

🏠 Internal

  • #135 Switch to using ember-cli-version-checker for gathering addons (@scalvert)

Committers: 1

v2.0.1 (2020-04-04)

🐛 Bug Fix

📝 Documentation

Committers: 3

v2.0.0 (2020-02-26)

💥 Breaking Change

🚀 Enhancement

  • #112 Do not throw errors for endAsync being called multiple times (@scalvert)

🐛 Bug Fix

🏠 Internal

  • #122 Update dependencies / devDependencies to latest. (@rwjblue)

Committers: 3

v1.2.0 (2020-01-14)

🚀 Enhancement

  • task(TestWaiter): Add public API for clearing waiter items (dc15392)
  • task(Build): Ensures that there can only be one active ember-test-waiters addon in builds (#86) (9ab9640)

🏠 Internal

  • task(release): Adding release-it configuration (68b7d54)
  • task(CI): Refining when CI Build runs (8983354)
  • Converting to use github actions (#88) (bee3c8c)
  • task(README): Updating badges (#61) (873f7d5)
  • task(deps): Pinning engine.io to specific version (d1121a7)