File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 0.14.0
4
4
5
- > Unreleased
5
+ > 2018 Nov 5
6
6
7
7
This release modifies the ` npmUpdate ` task and splits the logic into two separate tasks; ` npmInstallDependencies ` and
8
8
` npmInstallJSResources ` . ` npmUpdate ` has a less obvious side effect that, not only does it run ` npm install ` , it would
@@ -14,11 +14,14 @@ This fixes the following bugs:
14
14
- [ #258 ] ( https://github.com/scalacenter/scalajs-bundler/issues/258 ) : Unable to use npmUpdate in sourceGenerators
15
15
- [ #261 ] ( https://github.com/scalacenter/scalajs-bundler/issues/261 ) : Support jsdom v12.x
16
16
- [ #267 ] ( https://github.com/scalacenter/scalajs-bundler/issues/267 ) : Support JDK9+
17
-
17
+
18
18
New features:
19
19
- [ #264 ] ( https://github.com/scalacenter/scalajs-bundler/issues/264 ) : Ability to set ` node ` [ flags] ( https://nodejs.org/api/cli.html )
20
20
- [ #266 ] ( https://github.com/scalacenter/scalajs-bundler/issues/266 ) : Custom setting for DOM enabled ` JSEnv ` in ` test ` . (` requiresDOM ` is deprecated)
21
21
22
+ And documentation fixes:
23
+ - [ #269 ] ( https://github.com/scalacenter/scalajs-bundler/issues/269 ) : Update docs
24
+
22
25
## Version 0.13.1
23
26
24
27
> 2018 Jul 13
You can’t perform that action at this time.
0 commit comments