Skip to content

Commit 6b79ecf

Browse files
committed
Bump version to 2.4.0
1 parent a43d71d commit 6b79ecf

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jasmine-browser-runner",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Serve and run your Jasmine specs in a browser",
55
"bin": "bin/jasmine-browser-runner",
66
"exports": "./index.js",

release_notes/2.4.0.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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

Comments
 (0)