|
| 1 | +# jasmine-browser-runner 2.4.0 Release Notes |
| 2 | + |
| 3 | +## New Features |
| 4 | + |
| 5 | +* Support for listening on a specific hostname and/or TLS |
| 6 | + * Merges [#49](https://github.com/jasmine/jasmine-browser-runner/pull/49) from @joeyparrish |
| 7 | + * Fixes [#42](https://github.com/jasmine/jasmine-browser-runner/issues/42) |
| 8 | +* `--hideDisabled` option to hide disabled specs during `runSpecs` |
| 9 | + * Improves performance on some systems when there are many disabled specs |
| 10 | + * Merges [#54](https://github.com/jasmine/jasmine-browser-runner/pull/54) from @HolgerJeromin |
| 11 | +* `srcDir` and `specDir` can be absolute paths |
| 12 | + * Merges [#50](https://github.com/jasmine/jasmine-browser-runner/pull/50) from @joeyparrish |
| 13 | + * Fixes [#15](https://github.com/jasmine/jasmine-browser-runner/issues/15) |
| 14 | +* Added Firefox 115 (current ESR) and Safari 17 to supported browsers |
| 15 | + |
| 16 | +## Documentation improvements |
| 17 | + |
| 18 | +* Fixed `yarn install` command in the Rails setup instructions |
| 19 | + * Merges [#53](https://github.com/jasmine/jasmine-browser-runner/pull/53) from @kylefox |
| 20 | +* Removed deprecated direct Saucelabs setup info from README |
| 21 | +* Reference website in README.md |
| 22 | + * Merges [#45](https://github.com/jasmine/jasmine-browser-runner/pull/45) from @HolgerJeromin |
| 23 | + |
| 24 | +## Supported environments |
| 25 | + |
| 26 | +This version has been tested in the following environments. |
| 27 | + |
| 28 | +| Environment | Supported versions | |
| 29 | +|-------------------|--------------------| |
| 30 | +| Node | 18, 20 | |
| 31 | +| Safari | 15-17 | |
| 32 | +| Chrome | 122 | |
| 33 | +| Firefox | 102, 115, 122 | |
| 34 | +| Edge | 122 | |
| 35 | + |
| 36 | +------ |
| 37 | + |
| 38 | +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |
0 commit comments