Skip to content

Releases: theintern/intern

4.10.1

29 Nov 14:35
Compare
Choose a tag to compare

This release fixes an issue where objects containing circular references would cause errors when Intern tried to serialize them. (#1188)

Thanks @rhpijnacker!

4.10.0

12 Jul 19:00
Compare
Choose a tag to compare

This release updates all of Intern's dependencies to bring in bug and security fixes.

4.9.1

02 Jun 02:20
Compare
Choose a tag to compare

This release updates dependencies to resolve security vulnerabilities.

4.9.0

06 Nov 02:23
Compare
Choose a tag to compare

This release adds a new socketTimeout config parameter that can be used to set the timeout used for websocket connections between Intern and a remote host. (#1176)

4.8.8

06 Nov 02:22
Compare
Choose a tag to compare

This release fixes an issue where tsx files were not being instrumented for code coverage. (#1175)

4.8.7

08 Jun 12:21
Compare
Choose a tag to compare

Overview

This release allows the path to the loader to be set for the dojo, dojo2, and systemjs loader scripts (#1161). The options object for any of those loaders may now contain an internLoaderPath property that points to the loader script. This property is consumed by Intern and will not be passed on to the loader itself.

{
  "loader": {
    "script": "dojo",
    "options": {
      "internLoaderPath": "./dojo/dojo.js"
    }
  }
}

4.8.6

28 May 19:12
Compare
Choose a tag to compare

Overview

This release fixes a bug that could cause a test run to fail when Intern tried to collect coverage data. (#1158)

4.8.5

28 May 19:11
Compare
Choose a tag to compare

Overview

This release updates the Dig Dug dependency to 2.5.0, which automatically updates its WebDriver version database when starting a test run. Basically, you won't need to update Intern every time a new chromedriver comes out.

4.8.4

22 Apr 12:52
Compare
Choose a tag to compare

Overview

This release fixes an issue when using mock timers in unit tests (#1125). It also updates the default webdriver versions for Chrome and Chromium Edge via a Dig Dug update.

4.8.3

15 Apr 21:01
Compare
Choose a tag to compare

Overview

This release fixes an issue where remote browsers would close the websocket channel if no messages had been sent or received for a long time (~60 seconds). (#1143)