This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
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
30c7f38
commit 9fb7ad6
Showing
4 changed files
with
38 additions
and
7 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,34 @@ | ||
# Jasmine Py 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 | ||
|
||
* unify command line with subcommands | ||
|
||
* Allow jasmine ci command to pass through failFast to the underlying Jasmine | ||
|
||
* Suite will report all errors, not just after all now, update formatter | ||
|
||
* Report how to re-run Jasmine with the current random seed | ||
|
||
* Run specs in random order by default | ||
|
||
* Don't create spec dirs in the workspace when tests are run | ||
|
||
* Pass random=false to core correctly | ||
|
||
* Removed support for Python 2 and pypy | ||
|
||
* Treat suites with focused specs as failures | ||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |
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