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
Showing
3 changed files
with
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Jasmine Py 3.8 Release Notes | ||
|
||
## Summary | ||
|
||
Updates to Jasmine Core 3.8.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.8.0.md) | ||
for details. | ||
|
||
## Deprecation | ||
|
||
The Jasmine packages for Python are deprecated. We intend to continue releasing | ||
them through the end of the 3.x series, but after that they will be | ||
discontinued. We recommend migrating to the following alternatives: | ||
|
||
* The [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser) | ||
npm package to run specs in browsers, including headless Chrome and | ||
Saucelabs. This is the most direct replacement for the `jasmine server` | ||
and `jasmine ci` commands provided by the `jasmine` Python package. | ||
* The [jasmine](https://github.com/jasmine/jasmine-npm) npm package ( | ||
`npm install jasmine`) to run specs under Node.js. | ||
* The standalone distribution from the | ||
[latest Jasmine release](https://github.com/jasmine/jasmine/releases) to | ||
run specs in browsers with no additional tools. | ||
* The [jasmine-core](https://github.com/jasmine/jasmine) npm package if all | ||
you need is the Jasmine assets. This is the direct equivalent of the | ||
jasmine-core Python package. | ||
|
||
## Supported environments | ||
|
||
The jasmine Python package has been tested on Python 3.5-3.9. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.8.0.md) | ||
for supported browsers. | ||
|
||
------ | ||
|
||
_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