File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 10
10
" bdd"
11
11
],
12
12
"license" : " MIT" ,
13
- "version" : " 5.0.2 " ,
13
+ "version" : " 5.1.0 " ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/jasmine/jasmine-npm"
32
32
],
33
33
"dependencies" : {
34
34
"glob" : " ^10.2.2" ,
35
- "jasmine-core" : " ~5.0.1 "
35
+ "jasmine-core" : " ~5.1.0 "
36
36
},
37
37
"bin" : " ./bin/jasmine.js" ,
38
38
"main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change
1
+ # Jasmine 5.1.0 Release Notes
2
+
3
+ This release updates the jasmine-core dependency to 5.1.0. See the
4
+ [ jasmine-core release notes] ( https://github.com/jasmine/jasmine/blob/main/release_notes/5.1.0.md )
5
+ for more information.
6
+
7
+ ## Bug Fixes
8
+
9
+ * Issue a deprecation warning if both jasmine.js and jasmine.json are found
10
+
11
+ Jasmine incorrectly loads both files if they're both found. This will be
12
+ fixed in the next major release.
13
+
14
+ * Fixed support for importing namespaced modules e.g. @serenity-js/jasmine
15
+
16
+ Fixes [ #199 ] ( https://github.com/jasmine/jasmine-npm/issues/199 )
17
+
18
+ Merges [ #209 ] ( https://github.com/jasmine/jasmine-npm/pull/209 ) from @jan-molak
19
+
20
+ * Fixed config file detection when the Testdouble loader and possibly other
21
+ custom ES module loaders are used
22
+
23
+ ## Supported environments
24
+
25
+ The jasmine package has been tested on Node 18 and 20.
26
+
27
+ ------
28
+
29
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments