Releases: com-lihaoyi/mill
Releases · com-lihaoyi/mill
0.11.0-M10
Merged Pull Requests
- Swap over to mill-build.com domain name by @lihaoyi in #2528
- Post release chore by @lefou in #2529
- Update mill-vcs-version to 0.3.1-6-e80da7 by @lefou in #2530
- Use
showNamed
output format forshow
with more than one item by @lihaoyi in #2532 - Rebootstrap Mill on 0.11.0-M9 by @lihaoyi in #2463
- Generalize handling of source folders in cross-platform/version scenarios by @lihaoyi in #2531
- Add Agg.when operator by @lihaoyi in #2535
- Publicize PlatformScalaModule#platformScalaSuffix by @lihaoyi in #2534
- Make
mill.backgroundwrapper
aJavaModule
again by @lihaoyi in #2538 - Backtick wrap identifiers in generated code where necessary by @lefou in #2492
- Move
mill.BuildInfo
tomill.main.BuildInfo
by @lihaoyi in #2537 - Make
mill.define.Module
a trait to allow abstract/virtual modulelazy val
s to betrait
s rather thanclass
es by @lihaoyi in #2536 - Clean up
mill.eval
even more by @lihaoyi in #2542 - Silence git stderr output by @lefou in #2541
- Tweak windows CI by @lihaoyi in #2544
- Re-enable Acyclic enforcement and fix existing violations by @lihaoyi in #2543
Full Changelog: 0.11.0-M9...0.11.0-M10
0.11.0-M9
Merged Pull Requests
- Post release chore by @lefou in #2454
- Filter out non-script paths to avoid blow up due to invalid path format by @lihaoyi in #2471
- Update testng to 7.5.1 by @lefou in #2469
- Clean up Resolve.scala and related code to improve rigor and error reporting by @lihaoyi in #2453
- Update semanticdb-scalac and trees to 4.7.7 and semanticdb-java to 0.8.16 by @lefou in #2470
- Update mill-vcs-version to 0.3.1 by @lefou in #2472
- Update mill-mima to 0.0.19 by @lefou in #2473
- Fix crash aggregating failures by @lolgab in #2478
- Break up
main.core
andmain.test
by @lihaoyi in #2475 - Re-introduce Mill special handling of ivydeps, overhaul test classpath management to allow testing by @lihaoyi in #2476
- Update scalajs-linker, ... to 1.13.1 by @scala-steward in #2431
- Make
run
command arguments Tasks by @lihaoyi in #2452 - Consolidate manual testing, automated testing, CI and release configurations by @lihaoyi in #2483
- Support
import $repo
magic import by @lefou in #2480 - Put BSP timing tests behind a retry, as these fail sometimes on Windows by @lefou in #2490
- Add ability to watch
T.input
s andinterp.watchValue
s by @lihaoyi in #2489 - Cleanup mill.eval by @lihaoyi in #2498
- Support Java 20 by @lefou in #2501
- Make
--import
flag work again by @lihaoyi in #2502 - Enable
inspect
,path
, etc. onT.command
s without needing to pass in args in common cases by @lihaoyi in #2500 - Tweak CI to improve UI display by @lihaoyi in #2505
- Added deprecated type aliases for mill.define.Target by @lefou in #2507
- Format build.sc by @lefou in #2508
- Update semanticdb-java to 0.8.18 by @scala-steward in #2495
- Update coursier to 2.1.3 by @scala-steward in #2503
- More refactoring for Resolve logic by @lihaoyi in #2511
- Update coursier interface to 1.0.16 by @scala-steward in #2504
- Try to fix windows CI by @lihaoyi in #2512
- Added a deprecated type alias for removed
EvaluatorScopts
by @lefou in #2491 - Kill mill.modules package by @lihaoyi in #2513
- Re-use MillBuildRootModule for BSP by @lihaoyi in #2415
- Update mill-vcs-version to 0.3.1-5-910047 by @lefou in #2510
- Improve VSCode/BSP integration by @lihaoyi in #2514
- Cleanups for MillBuildServer by @lihaoyi in #2518
- Enable warnings in build.sc, overhaul
Agg
to avoid triggering spurious deprecation warnings by @lihaoyi in #2519 - CI: Refactor more common parts into workflow include by @lefou in #2509
- More tweaks to simplify BSP logic by @lihaoyi in #2521
- Updated mill-vcs-version for bootstrap setup by @lefou in #2524
- Print out CLI help message when inspecting commands by @lihaoyi in #2522
- Update zinc to 1.8.1 by @lefou in #2515
- Reviewed and updated some target types by @lefou in #2494
- Make mill-build folder opt in via
import $meta._
by @lihaoyi in #2527
Full Changelog: 0.11.0-M8...0.11.0-M9
0.11.0-M8
Merged Pull Requests
- Post release chore by @lefou in #2395
- Updated scalafmt to 3.7.3 and reformatted code base by @lefou in #2397
- Update scalafmt-dynamic to 3.7.3 by @lefou in #2398
- Update play version to 2.8.19 by @lefou in #2399
- Remove Ammonite as a dependency, handle script running and bootstrapping ourselves by @lihaoyi in #2377
- Add error if you define other modules outside top level root module by @lihaoyi in #2401
- Combine Router and Discover, add some docs by @lihaoyi in #2403
- Add 1-persistent-targets and 2-worker-task examples by @lihaoyi in #2404
- Make
Target
type abstract to allow overriding by different concrete implementations by @lihaoyi in #2402 - Update ammonite, ammonite-terminal to 3.0.0-M0-6-34034262 by @scala-steward in #2400
- Reformat source code by @lefou in #2408
- Reenabled CI checks: bin-compat and formatting by @lefou in #2407
- Update coursier interface to 1.0.14 by @scala-steward in #2410
- Rename CI jobs to reduce boilerplate in PR checks UI by @lihaoyi in #2411
- Make use of MainArgs in example/basic/ by @lihaoyi in #2409
- Bump Cask to 0.9.1 in example/web/ by @lihaoyi in #2413
- Properly use sig of millBootClasspath if there is no meta build by @lefou in #2421
- Update uPickle to 3.1.0 by @lihaoyi in #2423
- Move BuildInfo from sources into resources, defer use of resources during compilation by @lihaoyi in #2425
- Add some helpers to simplify cross-version/cross-platform modules by @lihaoyi in #2406
- Cleanup stream handling in PrintLogger to try and avoid over-written lines by @lihaoyi in #2428
- Pre compile zinc compiler interface for common Scala versions by @lihaoyi in #2424
- Fix BSP regressions and improved resource file handling by @lefou in #2420
- Add zio-test to TestModule by @carlosedp in #2432
- enforce stdout/stderr contents in
.local
example/integration tests by @lihaoyi in #2435 - Add example.web[webapp-cache-busting] by @lihaoyi in #2436
- CI: Separate format and bincompat checks by @lefou in #2438
- CI: Reused a shared workflow for building by @lefou in #2440
- CI: ignore failing bincompat reports by @lefou in #2443
- Update windows-ansi to 0.0.5 by @alexarchambault in #2442
- Docs & Changelog for 0.11.0-M8 by @lihaoyi in #2439
- Update coursier to 2.1.2 and coursier-interface to 1.0.15 by @lefou in #2445
- Removed unused asciidoctorj dependency by @lefou in #2446
- Allow
Cross
module types to be traits for greater regularity and less boilerplate at callsite by @lihaoyi in #2427 - Fix uploadToGithub command by @lihaoyi in #2447
- Fix spurious
T.command
definitions must have 1 parameter list error by @lihaoyi in #2451 - Consolidate Docsite/Examples/Scaladoc/Giter8 by @lihaoyi in #2448
Full Changelog: 0.11.0-M7...0.11.0-M8
0.11.0-M7
Merged Pull Requests
- Set new MiMa baseline: 0.11.0-M6 by @lefou in #2351
- Update Ammonite to 3.0.0-M0-5 and uPickle to 3.0.0 by @lihaoyi in #2354
- Support automatic
PathRef
validation for cached targets by @lefou in #2328 - Update coursier to 2.1.0 by @lefou in #2357
- Process ivy dependency includes in MillBuildModule by @lefou in #2362
- Doc: Added JMH plugin to navigation bar by @lefou in #2363
- Update scalameta trees and semanticdb to 4.7.6 by @lefou in #2364
- Update nir, test-runner, tools, util to 0.4.11 by @scala-steward in #2367
- Integrated changelog for release 0.10.12 and build docs for it by @lefou in #2373
- Update Mill to 0.10.12 by @lefou in #2375
- CI: cancel older running jobs for pull requests by @lefou in #2378
- Added a task to install Mill into ~/.cache/mill/download by @lefou in #2384
- Update scala native tools to 0.4.12 by @scala-steward in #2382
- Add boolean flag to search for proto files in dependencies. Update docs. by @carlosedp in #2380
- Improve binary compatibility by @lefou in #2379
- CI: only auto-build main and pull requests by @lefou in #2385
- Use scala-parser-combinators:1.1.2 on scala 2, 2.1.0 otherwise by @mrdziuban in #2389
- BSP: Support
mainClasses
in run and test environments by @lefou in #2387 - Reworked
PathRef.revalidate
handling based onDynamicVariable
by @lefou in #2392 - Add nativeDump to ScalaNativeModule by @lolgab in #2391
- Force a newer transitive snakeyaml version by @lefou in #2335
- BSP: Remove query part from target identitfier URI and some cleanups by @lefou in #2394
ScalaJSModule
: DeprecatefastOpt
andfullOpt
by @lefou in #2326
Full Changelog: 0.11.0-M6...0.11.0-M7
0.10.12
Merged Pull Requests
- Added another retry candidate for coursier resolution (Backport of #2287) by @lefou in #2296
- Disabled tests that always fail CI recently by @lefou in #2369
ScalaJSModule
: DeprecatefastOpt
andfullOpt
by @lefou in #2324- Fix concurrency issue with test event reporting (Backport of #2314) by @lefou in #2366
- Update Mill 0.10.11 by @lefou in #2370
- Tooling and dependency updates by @lefou in #2372
Full Changelog: 0.10.11...0.10.12
0.11.0-M6
0.11.0-M5
Merged Pull Requests
- Post release preparations: MiMa baseline by @lefou in #2310
- Add Weaver TestModule by @lolgab in #2311
- Fix typo in Weaver scaladoc by @lolgab in #2313
- Update jarjar-abrams-core to 1.8.2 by @scala-steward in #2316
- Fix concurrency issue with test event reporting by @ollyw in #2314
- Update semanticdb-scalac, trees to 4.7.4 by @scala-steward in #2318
- Update scalac-scoverage-domain, ... to 2.0.8 by @scala-steward in #2319
- Update coursier to 2.1.0-RC6 by @scala-steward in #2321
- No longer inherit ammonite cli parser config by @lefou in #1960
- Move
JarManifest
tomill.api
by @lefou in #2325 - PathRef: Hide hard to evolve case class properties by @lefou in #2327
- Update log4j-core to 2.20.0 by @scala-steward in #2330
- Update semanticdb-scalac, trees to 4.7.5 by @scala-steward in #2333
- Support
JsEnvConfig.Selenium
inScalaJSModule
by @lolgab in #2329 - Update de.tobiasroeser.lambdatest to 0.8.0 by @scala-steward in #2336
- Call overridden task from
ScalaModule.mapDependencies
by @lefou in #2338 - Allign source file locations with packages by @lefou in #2343
- Update ammonite, ammonite-terminal to 3.0.0-M0-3-c2d1e706 by @scala-steward in #2317
- Use a local
.config
dir formill-version
config by @lefou in #2334 - Update os-lib to 0.9.1 by @lefou in #2345
- Doc: Remove extra parenthesis and fixed typo by @daddykotex in #2346
- Do not add
Cross
matrix items tomillSourcePath
by @lefou in #2347
New Contributors
- @ollyw made their first contribution in #2314
- @daddykotex made their first contribution in #2346
Full Changelog: 0.11.0-M4...0.11.0-M5
0.11.0-M4
Merged Pull Requests
- Set new MiMa baseline by @lefou in #2278
- Update default Mill version in wrapper script to 0.10.10 by @lefou in #2279
- Updated changelog and build setup for 0.10.11 by @lefou in #2282
- Update Mill to 0.10.11 by @scala-steward in #2284
- SemanticDB for Java improvements by @lefou in #2288
- BSP: Improve support for
mill-build
module and thebuild.sc
by @lefou in #2291 - Update nir, test-runner, tools, util to 0.4.10 by @scala-steward in #2292
- Update scalajs-linker, ... to 1.13.0 by @scala-steward in #2290
- Added another retry candidate for coursier resolution by @lefou in #2287
- Fetch more tooling deps in
prepareOffine
by @lefou in #2294 - Update semanticdb-java to 0.8.11 by @scala-steward in #2298
- Added some upgrade notes by @lefou in #2301
- Update semanticdb-java to 0.8.13 by @scala-steward in #2303
- Update upickle to 3.0.0-M2 and Ammonite to 3.0.0-M0-1-beb96bfb by @lefou in #2305
- Code review and cleanups by @lefou in #2307
- Update junixsocket to 2.6.2 by @lefou in #2309
- Support reporting of all compilation problems by @lefou in #2297
Full Changelog: 0.11.0-M3...0.11.0-M4
0.10.11
Changelog: 0.10.11
Milestone: 0.10.11
Merged Pull Requests
- Pass more settings from
ScalaJSModule
to itsTests
(Backport of #2180) by @lolgab in #2182 - Use classpath
PathRef
s hashCode as cache key for Scala.js worker (Backport of #2183) by @lolgab in #2187 - Add
@nowarn
to generated ammonite script'smillDiscover
(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
Changelog: 0.11.0-M3
Milestone: 0.11.0-M3
Merged Pull requests
- Set new MiMa baseline by @lefou in #2255
- Fixed module cleaning and added tests by @lefou in #2257
- Gitlab maven repo error message by @aheiska in #2103
- Update jna, jna-platform to 5.13.0 by @scala-steward in #2261
- Docs: Fix
runIvyDeps
code example by @nightscape in #2266 - Update semanticdb-scalac, trees to 4.7.2 by @scala-steward in #2270
- Also bump semanticDB version in antora.xml by @lefou in #2271
- Change
out/
-layout fromfoo.overridden
tofoo.super
by @lefou in #2262 - Use unique
out
path for private named tasks - fixes #2107 by @lefou in #2108 - Update coursier to 2.1.0-RC5 by @scala-steward in #2275
- Make ScalaJS and Native Tests modules extend ScalaModule by @lolgab in #2274
- fix generation of library paths containing
:
for Windows by @unkarjedy in #2273 - Update semanticdb-scalac, trees to 4.7.3 by @scala-steward in #2277
New Contributors
- @unkarjedy made their first contribution in #2273
Full Changelog: 0.11.0-M2...0.11.0-M3