File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-browser-runner" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " Serve and run your Jasmine specs in a browser" ,
55 "bin" : " bin/jasmine-browser-runner" ,
66 "exports" : " ./index.js" ,
Original file line number Diff line number Diff line change 1+ # jasmine-browser-runner 1.3.0 Release Notes
2+
3+ ## New Features and bug fixes
4+
5+ * Restrict selenium-webdriver to <4.8.0 for compatiblity with Node versions
6+ before 14.18, which we still support.
7+
8+ * Warn when backslashes are used in globs on Windows. Backslashes behave
9+ inconsistently between OSes in the version of glob that jasmine-browser-runner
10+ currently uses, and the next major version of glob will treat them as escape
11+ sequences rather than path separators on all OSes.
12+
13+ ## Supported Environments
14+
15+ jasmine-browser-runner 1.3.0 has been tested in the following environments.
16+
17+ | Environment | Supported versions |
18+ | -------------------| --------------------|
19+ | Node | 12.17+, 14, 16, 18 |
20+ | Safari | 14-16 |
21+ | Chrome | 109 |
22+ | Firefox | 91, 102, 109 |
23+ | Edge | 109 |
24+
25+
26+ ------
27+
28+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments