Skip to content

Commit

Permalink
Bump version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Oct 29, 2022
1 parent 5e9d303 commit 9fc487f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "4.4.0",
"version": "4.5.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -29,7 +29,7 @@
],
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "^4.4.0"
"jasmine-core": "^4.5.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
32 changes: 32 additions & 0 deletions release_notes/4.5.0.md
@@ -0,0 +1,32 @@
# Jasmine NPM 4.5.0 Release Notes

This release updates the jasmine-core dependency to 4.5.0. See the
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.5.0.md)
for more information.


## New Features

* Warn when backslashes are used in paths/globs on Windows
* Backslashes behave inconsistently between OSes in the version of glob
that Jasmine currently uses. The next major version of glob will treat
them as escape sequences rather than path separators on all OSes.

* Allow instantiated reporters to be provided in the configuration
* This supports more complex scenarios than the --reporter= CLI flag
(multiple reporters, reporters that need configuration, reporters
that aren't default exports, etc) without requiring a switch to programmatic
usage.

## Documentation Improvements

* Fixed default value of Configuration#alwaysListPendingSpecs

## Supported environments

The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.


------

_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 comments on commit 9fc487f

Please sign in to comment.