Skip to content

Commit

Permalink
Bump version to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Oct 13, 2021
1 parent 4a1178e commit 75eb8df
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bdd"
],
"license": "MIT",
"version": "3.9.0",
"version": "3.10.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine-npm"
Expand All @@ -28,7 +28,7 @@
],
"dependencies": {
"glob": "^7.1.6",
"jasmine-core": "~3.9.0"
"jasmine-core": "~3.10.0"
},
"bin": "./bin/jasmine.js",
"main": "./lib/jasmine.js",
Expand Down
46 changes: 46 additions & 0 deletions release_notes/3.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Jasmine NPM 3.10 Release Notes

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

## New features and bugfixes

* Support for executing the suite multiple times
* See the jasmine-core release notes for details

* Display the top suite name as "top suite", not "undefined" when reporting
suite-level failures

* Fixed reporting of load-time errors from modules imported by specs

* Made the promise returned from `Jasmine#execute` usable
* Added an exitOnCompletion property to directly control whether Jasmine
should make the Node process exit. Previously this could only be done by
calling `Jasmine#onComplete`.
* The promise returned from `Jasmine#execute` is resolved to the overall
status.

* Improved interface for programmatically adding files
* Added Jasmine#addHelperFile
* Added more clearly named synonyms for Jasmine#addSpecFiles and
Jasmine#addHelperFiles, and marked the old ones deprecated


## Documentation improvements

* Added jsdoc for `Jasmine#env`


## Internal updates

* Pass stopOnSpecFailure and stopSpecOnExpectationFailure options to core,
not the deprecated failFast and oneFailurePerSpec options

* Replaced var with const and let

* Test suite improvements

------

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

0 comments on commit 75eb8df

Please sign in to comment.