File tree 2 files changed +32
-1
lines changed 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 9
9
" bdd"
10
10
],
11
11
"license" : " MIT" ,
12
- "version" : " 3.6.1 " ,
12
+ "version" : " 3.6.2 " ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " https://github.com/jasmine/jasmine-npm"
Original file line number Diff line number Diff line change
1
+ # Jasmine NPM 3.6.2 Release Notes
2
+
3
+ # Summary
4
+
5
+ This release fixes an issue with load order of helper files introduced by switching globbing libraries
6
+
7
+ # Changes
8
+
9
+
10
+ Added support for ES modules
11
+
12
+ * Fixes [ #150 ] ( https://github.com/jasmine/jasmine-npm/issues/150 ) .
13
+ * Specs and helpers with names ending in .mjs are loaded as ES modules
14
+ (` import("foo.mjs") ` ).
15
+ * All other specs and helpers are loaded as CommonJS modules, as before
16
+ (` require("foo.js") ` ).
17
+ * If using ES modules with Node 10 or 11, run
18
+ ` node --experimental-modules /path/to/jasmine ` instead of ` jasmine ` .
19
+
20
+
21
+ Switch back to just plain ` glob ` for smaller dependency list
22
+
23
+ * Fixes [ #162 ] ( https://github.com/jasmine/jasmine-npm/issues/162 )
24
+
25
+ Remove code related to multiple workers as it never worked in the first place
26
+
27
+ * See [ #153 ] ( https://github.com/jasmine/jasmine-npm/issues/153 )
28
+ * Fixes [ #163 ] ( https://github.com/jasmine/jasmine-npm/issues/163 )
29
+ * Fixes [ #165 ] ( https://github.com/jasmine/jasmine-npm/issues/165 )
30
+ * See also discussion in [ #162 ] ( https://github.com/jasmine/jasmine-npm/issues/162 )
31
+
You can’t perform that action at this time.
0 commit comments