Skip to content

Commit 51b60d2

Browse files
committed
Bump version to 5.0.0
1 parent 04c4bfe commit 51b60d2

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bdd"
1111
],
1212
"license": "MIT",
13-
"version": "5.0.0-beta.0",
13+
"version": "5.0.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"glob": "^10.2.2",
35-
"jasmine-core": "~5.0.0-beta.0"
35+
"jasmine-core": "~5.0.0"
3636
},
3737
"bin": "./bin/jasmine.js",
3838
"main": "./lib/jasmine.js",

release_notes/5.0.0.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Jasmine NPM 5.0.0 Release Notes
2+
3+
## Summary
4+
5+
This is a major release that includes breaking changes. It primarily adds
6+
support for parallel execution. Most users should be able to upgrade without
7+
changes, but please read the list of breaking changes below and see the
8+
[migration guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_5.0)
9+
for more information. Be sure to read the release notes for `jasmine-core`
10+
5.0.0 as well.
11+
12+
## Breaking changes
13+
14+
* Dropped support for Node 12, 14, and 16
15+
* Unknown CLI args of the form --foo=bar are treated as errors, not env vars
16+
* Backslashes in file globs (e.g. `spec_files`) are treated as escape characters
17+
on all platforms. Previously they were treated as directory separators on
18+
Windows and escape characters elsewhere.
19+
20+
## New features
21+
22+
* Support for parallel execution
23+
See the [parallel guide](https://jasmine.github.io/tutorials/running_specs_in_parallel)
24+
for more information.
25+
* Support for Node 20
26+
* Include the underlying exception in ESM import exceptions
27+
28+
## Bug fixes
29+
30+
* Fixed handling of special Glob syntax in project base dirs
31+
* Fixes [#206](https://github.com/jasmine/jasmine-npm/issues/206)
32+
33+
## Internal improvements
34+
35+
* Updated dev dependencies
36+
37+
## Supported environments
38+
39+
This package has been tested on Node 18 and 20.
40+
41+
------
42+
43+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)