Skip to content

Releases: aurelia/testing

1.1.0

07 May 01:01
Compare
Choose a tag to compare

What's Changed

  • feat(component-tester): allow using class in withResources by @bigopon in #100
  • chore(ts): fix return type to this by @tomtomau in #97
  • fix vulnerable dep issues

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

25 Sep 20:33
Compare
Choose a tag to compare

aurelia-testing 1.0.0

Bug Fixes

  • code example: fix to the manually handling lifecycle example (#82) (b0fb939)
  • waitFor: reject with Error rather than string (#84) (054dab5)

1.0.0-beta.4.0.0

06 Nov 00:10
Compare
Choose a tag to compare

This entire library was converted to TypeScript. This doesn't involve any breaking changes to the functionality, but the TypeScript definitions are now more accurate and could result in some requried code fixups for TS consumers.

1.0.0-beta.3.0.1

25 Mar 06:21
Compare
Choose a tag to compare

aurelia-testing 1.0.0-beta.3.0.1

Bug Fixes

  • ComponentTester: import missing waitFor function (#60) (1ecfbfe)
  • ComponentTester: withResources args are optional (2154b8f)

1.0.0-beta.3.0.0

03 Mar 04:57
Compare
Choose a tag to compare

aurelia-testing 1.0.0-beta.3.0.0

Bug Fixes

  • typings: Typings for StageComponent (#52) (01036e7), closes #46

Features

  • component-tester: add waitForElement method and options (#32) (65eb382)

1.0.0-beta.2.0.1

12 Dec 17:34
Compare
Choose a tag to compare
  • Documentation update.

1.0.0-beta.2.0.0

27 Jul 18:15
Compare
Choose a tag to compare

Bug Fixes

  • component-tester: call detached and unbind when disposing of tested component (#27) (f1585cc)
  • component-tester: handle enhance promise (681cff2)

1.0.0-beta.1.0.3

12 Jul 18:39
Compare
Choose a tag to compare
  • Updates to docs.

1.0.0-beta.1.0.2

23 Jun 03:24
Compare
Choose a tag to compare
  • Docs update.

1.0.0-beta.1.0.1

23 Jun 01:34
Compare
Choose a tag to compare
  • Docs release.