Releases: theintern/intern
Releases · theintern/intern
4.2.2
4.2.1
Overview
This is a bugfix release. Thanks to @bryanforbes and @gitgrimbo for their contributions!
4.2.0
Overview
This release contains bug fixes and general improvements, but the most significant update is support for TypeScript 2.7+ (via an update of the @dojo dependencies).
Thanks to @devpaul, @emkay, @inad9300 for documentation improvements!
General improvements
- Update dependencies, particularly @dojo/core
- Show a more specific error when configuration JSON is bad
- Assertion error output now includes diffs for strings as well as for objects (#895)
Bug fixes
2.2.4
2.2.3
4.1.5
Overview
This is a bug fix release.
Test.skip
now works properly when called from abeforeEach
Suite lifecycle method. (#863)- The browser executor no longer uses a basePath query arg when resolving the config file. This brings its behavior in line with the Node executor. (#865)
- The SystemJS loader script now loads properly in Node. (#866)
4.1.4
Overview
This release fixes two issues:
- A regression was introduced that caused Intern not to set default values in
capabilities
when the user provided acapabilities
object - Property values from child configs were being merged into the base config twice when a child config was selected
4.1.3
Overview
This release contains a number of bug fixes.
- The config property merge flag (
+
) is now handled properly between config files (#840) - Ensure tests that fail due to mis-use of
remote
have a relevant error attached (#844) - Allow Suite callbacks to return
PromiseLike<any>
instead of requiringPromiseLike<void>
(#845) - Ensure other event listeners run when one throws an error (#846)
- Windows-formatted absolute
basePath
values are now properly handled (#850) - The
socketPort
config option is no longer ignored (#851) - Resolved suite lists will no longer include duplicate entries
- The config property merge flag (
+
) is now handled properly for properties that didn't previously have a value log
events are now ignored when emitted viaemit
as well as when emitted vialog
- Chai typings were updated
- @dojo dependencies were updated
4.1.2
4.1.1
Overview
This is a bug fix release.