Skip to content

Releases: com-lihaoyi/mill

0.11.0-M4

10 Feb 10:29
231f742
Compare
Choose a tag to compare
0.11.0-M4 Pre-release
Pre-release

Changelog

Milestone

Merged Pull Requests

Full Changelog: 0.11.0-M3...0.11.0-M4

0.10.11

24 Jan 16:00
7766c41
Compare
Choose a tag to compare

Changelog: 0.10.11

Milestone: 0.10.11

Merged Pull Requests

  • Pass more settings from ScalaJSModule to its Tests (Backport of #2180) by @lolgab in #2182
  • Use classpath PathRefs hashCode as cache key for Scala.js worker (Backport of #2183) by @lolgab in #2187
  • Add @nowarn to generated ammonite script's millDiscover (Backport of #2242) by @lolgab in #2254
  • Fixed module cleaning and added tests (Backport of #2257) by @lefou in #2258
  • CI: publish manual runs on 0.10.x branch by @lefou in #2263
  • CI: also publish to GH Releases when manually triggered by @lefou in #2265
  • Update default Mill version in wrapper script to 0.10.10 (Backport of #2279) by @lefou in #2280
  • Fix generation of library paths containing : for Windows (Backport of #2273) by @lefou in #2281

Full Changelog: 0.10.10...0.10.11

0.11.0-M3

23 Jan 23:43
11d02ca
Compare
Choose a tag to compare
0.11.0-M3 Pre-release
Pre-release

Changelog: 0.11.0-M3

Milestone: 0.11.0-M3

Merged Pull requests

New Contributors

Full Changelog: 0.11.0-M2...0.11.0-M3

0.11.0-M2

13 Jan 19:41
afc9c50
Compare
Choose a tag to compare
0.11.0-M2 Pre-release
Pre-release

Changelog: 0.11.0-M2

Milestone: 0.11.0-M2

Merged Pull Requests

New Contributors

Full Changelog: 0.11.0-M1...0.11.0-M2

0.11.0-M1

17 Dec 13:28
44cc7b1
Compare
Choose a tag to compare
0.11.0-M1 Pre-release
Pre-release

Changelog: 0.11.0-M1

Milestone: 0.11.0-M1

Merged Pull Requests

  • Update Mill to 0.10.10 by @lefou in #2174
  • Cleanup deprecated API, removed API, adapted call sites by @lefou in #2031
  • Restrict Cross parameter to be of type Module by @lefou in #2048
  • Update os-lib to 0.9.0 by @scala-steward in #2176
  • Consolidated artifact and platform suffix handling by @lefou in #2025
  • MultiLogger refactoring to better control debugEnabled by @lefou in #2179
  • Pass more settings from ScalaJSModule to its Tests by @lolgab in #2180
  • Remove deprecated scalajsmodule apis by @lolgab in #2181
  • Don't include resources into compileClasspath. by @vic in #1811
  • Removed some deprecated coursier helper methods by @lefou in #2184
  • Use classpath PathRefs hashCode as cache key for Scala.js worker by @lolgab in #2183
  • Use classpath PathRefs hashCode as cache key for Zinc worker by @lolgab in #2185
  • Use PathRef hashCode for workers caches by @lolgab in #2189
  • Doc: Fix download URL of Mill bootstrap script by @lefou in #2192
  • Update Scala Native API and worker by @lolgab in #2193
  • Update coursier to 2.1.0-RC3 by @scala-steward in #2194
  • Update scala-library to 2.12.17 by @scala-steward in #2195
  • Document ivyDepsTree and transitive dep management by @IdiosApps in #2175
  • Add in ability to pass in whatDependsOn to JavaModule.ivyDepsTree by @ckipp01 in #2191
  • Bind cross-versions to the context of the originating module by @lefou in #1574
  • Update trees to 4.7.0 by @scala-steward in #2201

Full Changelog: 0.11.0-M0...0.11.0-M1

0.11.0-M0

07 Dec 17:00
ea7227f
Compare
Choose a tag to compare
0.11.0-M0 Pre-release
Pre-release

Early development of Mill 0.11

Merged Pull Requests

Full Changelog: 0.10.10...0.11.0-M0

0.10.10

06 Dec 20:41
356cae2
Compare
Choose a tag to compare

Changelog: 0.10.10

Milestone: 0.10.10

Merged Pull Requests

  • Use latest Mill version for build and as MiMa base by @lefou in #2118
  • Removed .scala-steward.conf by @lefou in #2119
  • Update nir, test-runner, tools, util to 0.4.8 by @scala-steward in #2117
  • Update zinc to 1.8.0 by @scala-steward in #2122
  • Preserve first position of some args in mill script by @lefou in #2124
  • Update coursier to 2.1.0-RC2 by @lefou in #2125
  • Safe Linux home install. by @wiltonlazary in #2127
  • scalapblib- support specifying individual source files by @oridag in #2126
  • fix: remove "sudo" from HOME manual installation. by @wiltonlazary in #2129
  • PathRef.sig is now independent of the base path by @lefou in #2106
  • BSP: implement buildTarget/OutputPaths request by @lefou in #2110
  • Reenable acyclic compiler plugin by @lefou in #1618
  • Undeprecate Agg.foreach which is needed in for comprehensions by @lefou in #2139
  • Refactored JAR creation code and create dir entries by default by @lefou in #2138
  • Update bloop-config to 1.5.4 and update used API by @lefou in #2135
  • Thirdparty_Plugins.adoc: slight clarification by @nafg in #2137
  • Disabled local Caffeine integration tests as they are flaky by @lefou in #2146
  • Test opts file reader to cover issue #2140 by @lefou in #2145
  • Doc: Add missing backticks by @kubukoz in #2148
  • Fixed META-INF handling in JarOps.jar by @lefou in #2142
  • Support incremental compilation in Scala Native 0.4.9 by @lolgab in #2141
  • Support exoego fork of JsDom JsEnv by @lolgab in #2147
  • Always give included files a unique foreign module path by @lefou in #2132
  • Update scalajs-linker, ... to 1.12.0 by @scala-steward in #2150
  • Docs: Add mill bundler under Third-party plugins by @nafg in #2155
  • Fix typo by @kubukoz in #2160
  • docs: Fix favicon by @nafg in #2154
  • Reworked .mill-jvm-opts reader to support files without final newline by @lefou in #2162
  • Update bloop-config to 1.5.5 and drop unused jsoniter dependency by @lefou in #2159
  • Downgrade coursier to avoid stale metadata issues by @lefou in #2163
  • Documentation refactoring and updates by @lefou in #2165
  • Reorganize some docs to make them easier to find by @nafg in #2156
  • Bloop: Fixed re-generation of bloop config dir by @lefou in #2164
  • Doc: Added library dependency page and fixed section references by @lefou in #2167
  • Refined documentation of runIvyDeps by @lefou in #2169
  • Moved testng dependency to compile-only to force the user to provide it by @lefou in #2168
  • Doc: Replaced some hard coded versions with variables by @lefou in #2170
  • Warn user if configured Mill version differs from runtime by @lefou in #2171

New Contributors

Full Changelog: 0.10.9...0.10.10

0.10.9

10 Nov 16:23
033afc2
Compare
Choose a tag to compare

Changelog: 0.10.9

Milestone: 0.10.9

Merged PRs

Full Changelog: 0.10.8...0.10.9

0.10.8

10 Oct 11:01
26bf9c5
Compare
Choose a tag to compare

Changelog: 0.10.8

Milestone: 0.10.8

Merged PRs

New Contributors

Full Changelog: 0.10.7...0.10.8

0.10.7

24 Aug 12:47
876e2ac
Compare
Choose a tag to compare

Changelog: 0.10.7

Milestone: 0.10.7

Merged PRs

  • Don't print unwanted debug messages - Multilogger prefers first logger by @lefou in #2001

Full Changelog: 0.10.6...0.10.7