-
Notifications
You must be signed in to change notification settings - Fork 25
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
29 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,28 @@ | ||
# jasmine-browser-runner 1.3.0 Release Notes | ||
|
||
## New Features and bug fixes | ||
|
||
* Restrict selenium-webdriver to <4.8.0 for compatiblity with Node versions | ||
before 14.18, which we still support. | ||
|
||
* Warn when backslashes are used in globs on Windows. Backslashes behave | ||
inconsistently between OSes in the version of glob that jasmine-browser-runner | ||
currently uses, and the next major version of glob will treat them as escape | ||
sequences rather than path separators on all OSes. | ||
|
||
## Supported Environments | ||
|
||
jasmine-browser-runner 1.3.0 has been tested in the following environments. | ||
|
||
| Environment | Supported versions | | ||
|-------------------|--------------------| | ||
| Node | 12.17+, 14, 16, 18 | | ||
| Safari | 14-16 | | ||
| Chrome | 109 | | ||
| Firefox | 91, 102, 109 | | ||
| Edge | 109 | | ||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |