From e73f8084c531e25435d3f38d2cf518f391ae3ce0 Mon Sep 17 00:00:00 2001 From: rockjam <5min4eq.unity@gmail.com> Date: Tue, 13 Mar 2018 12:35:32 +0300 Subject: 0.1.5 --- readme.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'readme.md') 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 -- cgit v1.2.3