Skip to content

Releases: theintern/intern

4.10.1

Choose a tag to compare

@jason0x43 jason0x43 released this 29 Nov 14:35

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

Choose a tag to compare

@jason0x43 jason0x43 released this 12 Jul 19:00

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

4.9.1

Choose a tag to compare

@jason0x43 jason0x43 released this 02 Jun 02:20

This release updates dependencies to resolve security vulnerabilities.

4.9.0

Choose a tag to compare

@jason0x43 jason0x43 released this 06 Nov 02:23

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

Choose a tag to compare

@jason0x43 jason0x43 released this 06 Nov 02:22

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

4.8.7

Choose a tag to compare

@jason0x43 jason0x43 released this 08 Jun 12:21

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

Choose a tag to compare

@jason0x43 jason0x43 released this 28 May 19:12

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

Choose a tag to compare

@jason0x43 jason0x43 released this 28 May 19:11

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

Choose a tag to compare

@jason0x43 jason0x43 released this 22 Apr 12:52

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

Choose a tag to compare

@jason0x43 jason0x43 released this 15 Apr 21:01

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)