Skip to content

Releases: alexlafroscia/testdouble-qunit

v3.0.3

29 Nov 21:12
dc6d9a9
Compare
Choose a tag to compare

Note: 3.0.1 and 3.0.2 introduced some exports configuration issues; 3.0.3 resolves those problems

Bug Fixes

  • remove .cjs extension in favor of .js (e1effd3)

v3.0.2

29 Nov 21:11
6b0185f
Compare
Choose a tag to compare

Bug Fixes

  • only publish compiled output (d7ea118)

v3.0.1

29 Nov 21:11
f88ca63
Compare
Choose a tag to compare

Bug Fixes

  • support native ESM in Node (2cff572)

v3.0.0

08 Feb 22:24
7b14bb2
Compare
Choose a tag to compare

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

  • add typings to repo (db99f01)
  • avoid deprecated QUnit.extend API (804a9d3)
  • update documentation site links (b8a810d)
  • convert source to TypeScript (5c2b3ea)
  • replace Rollup with Microbundle (29f8e3b)

v2.1.0

12 Jan 01:13
Compare
Choose a tag to compare

Features

v1.0.1

28 Mar 16:52
Compare
Choose a tag to compare
  • Update docs site (which requires a new tag)

v1.0.0

28 Mar 16:38
Compare
Choose a tag to compare

🎉 Initial Release

  • Adds the assert.verify method for verifying testdouble stubs in tests
  • Requires importing testdouble-qunit in a test helper to set up the integration