-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# jasmine-browser-runner 2.5.0 Release Notes | ||
|
||
## Changes | ||
|
||
* Allow listen address to be configured separately from hostname | ||
|
||
This allows the hostname to be set in configurations that need to listen | ||
to a different network interface than the one corresponding to the | ||
configured hostname, such as when using Saucelabs. | ||
|
||
* Bind to localhost in newly generated configs | ||
|
||
This improves security by preventing connections from other computers. The | ||
old behavior of binding to all network interfaces can still be enabled by | ||
removing the listenAddress field from the config or setting it to "*". | ||
|
||
* Report result to Saucelabs when using remote grid support | ||
|
||
This causes the run to show as Passed or Failed in the Saucelabs | ||
dashboard. Previously, that only worked when using the deprecated | ||
legacy Saucelabs support. | ||
|
||
* Support .mjs config file extension | ||
|
||
* Generate ES module config files instead of JSON | ||
|
||
This allows the use of comments. Because the config files have `.mjs` | ||
extension, they can be used in both CommonJS and ESM projects. | ||
|
||
* Updated minimum Express version | ||
* Merges [#55](https://github.com/jasmine/jasmine-browser-runner/pull/55) from @HolgerJeromin | ||
|
||
## Documentation improvements | ||
|
||
* Fixed type of hostname config prop | ||
* Improved readme intro | ||
* Fixed "Want more control?" example in README | ||
|
||
This version has been tested in the following environments. | ||
|
||
| Environment | Supported versions | | ||
|-------------------|--------------------| | ||
| Node | 18, 20 | | ||
| Safari | 15-17 | | ||
| Chrome | 126 | | ||
| Firefox | 102, 115, 127 | | ||
| Edge | 125 | | ||
|
||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |