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 275
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
30 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Jasmine | ||
VERSION = "3.8.1" | ||
VERSION = "3.9.0" | ||
end |
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,28 @@ | ||
# Jasmine Gem 3.9 Release Notes | ||
|
||
This release updates the jasmine-core dependency to 3.9.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/3.9.0.md) | ||
for more information. | ||
|
||
## Deprecation, Webpacker support, and a path forward for Rails users | ||
|
||
The [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner) | ||
NPM package supports all of same use cases as the `jasmine` Ruby gem. It can | ||
also handle Webpacker, which isn't supported by the gem. See the [setup instructions, including Rails-specific steps](https://jasmine.github.io/setup/browser.html). | ||
|
||
The Jasmine Ruby gems are deprecated. There will be no further releases after | ||
the end of the Jasmine 3.x series. We recommend that most users migrate to | ||
`jasmine-browser-runner`. If `jasmine-browser-runner` doesn't meet your needs, | ||
one of these might: | ||
|
||
* The [jasmine](https://github.com/jasmine/jasmine-npm) npm package to run | ||
specs in Node.js. | ||
* The [standalone distribution](https://github.com/jasmine/jasmine#installation) | ||
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` Ruby gem. | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |