-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregg Van Hove
committed
Feb 6, 2018
1 parent
b8cf9aa
commit 74d3e96
Showing
3 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Jasmine NPM 3.0 Release Notes | ||
|
||
## Summary | ||
|
||
Jasmine 3.0 is a major release of Jasmine, and as such includes some breaking changes in addition to various new features. | ||
|
||
Please see the [release notes for Jasmine-Core](https://github.com/jasmine/jasmine/blob/master/release_notes/3.0.md) | ||
|
||
There is also a 2.99 release of Jasmine that will present deprecation warnings for suites that will encounter different behavior in 3.0. | ||
|
||
## Changes | ||
|
||
* Support stopping jasmine execution on first spec failure via config object or with `--fail-fast` command line arg | ||
- Fixes [#16](https://github.com/jasmine/jasmine-npm/issues/16) | ||
|
||
* Add ability to pass `--reporter` on the command line | ||
- Fixes [jasmine/jasmine#1027](https://github.com/jasmine/jasmine/issues/1027) | ||
|
||
* Print full details for suite failures | ||
|
||
* Report how to re-run Jasmine with the current seed | ||
|
||
* Run specs in random order by default | ||
|
||
* Treat suites with focused specs as failures | ||
|
||
* Removed deprecated completion callback from console reporter | ||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |