Skip to content

Commit 9fc487f

Browse files
committed
Bump version to 4.5.0
1 parent 5e9d303 commit 9fc487f

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-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": "4.4.0",
13+
"version": "4.5.0",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/jasmine/jasmine-npm"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"glob": "^7.1.6",
32-
"jasmine-core": "^4.4.0"
32+
"jasmine-core": "^4.5.0"
3333
},
3434
"bin": "./bin/jasmine.js",
3535
"main": "./lib/jasmine.js",

release_notes/4.5.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Jasmine NPM 4.5.0 Release Notes
2+
3+
This release updates the jasmine-core dependency to 4.5.0. See the
4+
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.5.0.md)
5+
for more information.
6+
7+
8+
## New Features
9+
10+
* Warn when backslashes are used in paths/globs on Windows
11+
* Backslashes behave inconsistently between OSes in the version of glob
12+
that Jasmine currently uses. The next major version of glob will treat
13+
them as escape sequences rather than path separators on all OSes.
14+
15+
* Allow instantiated reporters to be provided in the configuration
16+
* This supports more complex scenarios than the --reporter= CLI flag
17+
(multiple reporters, reporters that need configuration, reporters
18+
that aren't default exports, etc) without requiring a switch to programmatic
19+
usage.
20+
21+
## Documentation Improvements
22+
23+
* Fixed default value of Configuration#alwaysListPendingSpecs
24+
25+
## Supported environments
26+
27+
The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.
28+
29+
30+
------
31+
32+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)