Skip to content

4.3.0

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 13 Sep 21:06
· 129 commits to master since this release

Overview

This is The Great de-Dojoification™️ release. There are no new features, but there some typing updates and a couple of bug fixes.

The most significant update is the removal of @dojo packages as dependencies. This was done because Dojo is one of the main consumers of Intern, and the fact that both @dojo packages and Intern depended on other @dojo packages caused frequent (mostly typing) conflicts. Intern packages now depend on @theintern/common, which extracts the few Dojo modules used by Intern.

This release also includes two bug fixes:

  • The JUnit reporter can now properly handle serialized suites (#869, #946 -- thanks @jonnycornwell!)
  • The {pwd} replacement performed on paths in config properties now works properly on Windows (#943)