Releases: aurelia/testing
Releases · aurelia/testing
1.1.0
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
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
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
Bug Fixes
- ComponentTester: import missing waitFor function (#60) (1ecfbfe)
- ComponentTester: withResources args are optional (2154b8f)
1.0.0-beta.3.0.0
Bug Fixes
Features
- component-tester: add waitForElement method and options (#32) (65eb382)
1.0.0-beta.2.0.0
Bug Fixes
- component-tester: call detached and unbind when disposing of tested component (#27) (f1585cc)
- component-tester: handle enhance promise (681cff2)