summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-03-13 12:35:32 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-03-13 12:35:32 +0300
commite73f8084c531e25435d3f38d2cf518f391ae3ce0 (patch)
treeb5b4842fdb1b65e472b6607e2fb70f1030a8f7ac /readme.md
parent55ee6ed4616657d308d3e7843d478e74352737ae (diff)
downloadmill-e73f8084c531e25435d3f38d2cf518f391ae3ce0.tar.gz
mill-e73f8084c531e25435d3f38d2cf518f391ae3ce0.tar.bz2
mill-e73f8084c531e25435d3f38d2cf518f391ae3ce0.zip
0.1.50.1.5
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ca821226..4a60a1c5 100644
--- a/readme.md
+++ b/readme.md
@@ -328,13 +328,39 @@ rm -rf out/
## Changelog
-### master
+### 0.1.5
- Introduced the `mill plan foo.bar` command, which shows you what the execution
plan of running the `foo.bar` task looks like without actually evaluating it.
- Mill now generates an `out/mill-profile.json` file containing task-timings, to
make it easier to see where your mill evaluation time is going
+
+- Introduced `ScalaModule#ivyDepsTree` command to show dependencies tree
+
+- Rename `describe` to `inspect` for consistency with SBT
+
+- `mill resolve` now prints results sorted alphabetically
+
+- Node.js configuration can be customised with `ScalaJSModule#nodeJSConfig`
+
+- Scala.js `fullOpt` now uses Google Closure Compiler after generating the optimized Javascript output
+
+- Scala.js now supports `NoModule` and `CommonJSModule` module kinds
+
+- Include `compileIvyDeps` when generating IntelliJ projects
+
+- Fixed invalid POM generation
+
+- Support for Java 9 (and 10)
+
+- Fixes for Windows support
+
+- Fixed test classes discovery by skipping interfaces
+
+- Include "optional" artifacts in dependency resolution if they exist
+
+- `out/{module_name}` now added as a content root in generated IntelliJ project
### 0.1.4