-
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
Showing
2 changed files
with
31 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Jasmine 5.1.0 Release Notes | ||
|
||
This release updates the jasmine-core dependency to 5.1.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.1.0.md) | ||
for more information. | ||
|
||
## Bug Fixes | ||
|
||
* Issue a deprecation warning if both jasmine.js and jasmine.json are found | ||
|
||
Jasmine incorrectly loads both files if they're both found. This will be | ||
fixed in the next major release. | ||
|
||
* Fixed support for importing namespaced modules e.g. @serenity-js/jasmine | ||
|
||
Fixes [#199](https://github.com/jasmine/jasmine-npm/issues/199) | ||
|
||
Merges [#209](https://github.com/jasmine/jasmine-npm/pull/209) from @jan-molak | ||
|
||
* Fixed config file detection when the Testdouble loader and possibly other | ||
custom ES module loaders are used | ||
|
||
## Supported environments | ||
|
||
The jasmine package has been tested on Node 18 and 20. | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |