Releases: alexlafroscia/testdouble-qunit
Releases · alexlafroscia/testdouble-qunit
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2021-02-08)
⚠ BREAKING CHANGES
- The type definition is now generated from the TypeScript compiler (through microbundle) so... things might be broken now? They shouldn't, but in case this was dangerous, it's worth calling it out.
- The shape of
dist
has changed, so the next version should be a "major" release.
Bug Fixes
v2.1.0
v1.0.1
- Update docs site (which requires a new tag)
v1.0.0
🎉 Initial Release
- Adds the
assert.verify
method for verifyingtestdouble
stubs in tests - Requires importing
testdouble-qunit
in a test helper to set up the integration