Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

70 lines (40 loc) · 2.94 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.3 (2021-11-29)

Bug Fixes

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

3.0.2 (2021-11-29)

Bug Fixes

  • only publish compiled output (d7ea118)

3.0.1 (2021-11-29)

Bug Fixes

  • support native ESM in Node (2cff572)

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)

2.1.1 (2019-01-12)

Bug Fixes

  • improve TypeScript definition (ed9fc93)

2.1.0 (2019-01-12)

Features

  • add TypeScript definition (46fa8a1)
  • allow overriding assertion message (6b9ea34)

2.0.2 (2018-04-20)

Note: Version bump only for package testdouble-qunit

2.0.1 (2018-04-20)

Note: Version bump only for package testdouble-qunit