We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd2b91 commit 80b6c4cCopy full SHA for 80b6c4c
package.json
@@ -10,7 +10,7 @@
10
"bdd"
11
],
12
"license": "MIT",
13
- "version": "4.0.0",
+ "version": "4.0.1",
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/jasmine/jasmine-npm"
release_notes/4.0.1.md
@@ -0,0 +1,13 @@
1
+# Jasmine NPM 4.0.1 Release Notes
2
+
3
+## Summary
4
5
+This release fixes loading of files with nonstandard extensions (e.g. .jsx,
6
+.coffee) in the default configuration by falling back to `require()` when
7
+`import()` fails because of an unsupported file extension. See
8
+[#188](https://github.com/jasmine/jasmine-npm/issues/188).
9
+------
+_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
0 commit comments