Skip to content

Releases: com-lihaoyi/mill

0.9.10

13 Nov 10:08
Compare
Choose a tag to compare

Milestone: 0.9.10

What's Changed

  • GenIdea: Improved calculation of runtime scoped dependencies by @lefou in #1420
  • Backported support for more mill-specifics in $ivy-import by @lefou in #1561
  • Backported --import cli option and support empty plugin versions by @lefou in #1562
  • Backported support for a target separator (+) in the argument parser by @lefou in #1566
  • Updated documetation and usage to reflect new + separator by @lefou in #1567

Full Changelog: 0.9.9...0.9.10

0.10.0-M4

08 Nov 22:27
Compare
Choose a tag to compare
0.10.0-M4 Pre-release
Pre-release

What's Changed

  • Removed incorrect example about excluding scala-lib from assembly by @lefou in #1507
  • Build maintenance, added validate target by @lefou in #1509
  • GenIdea: Report errors by @lefou in #1508
  • Retry coursier resolution in case of concurrent download issues by @lefou in #1510
  • Update upickle to 1.4.2 by @scala-steward in #1511
  • Ensure -D property passing correctly resets when -D is later removed by @lihaoyi in #1514
  • Moved mill.eval.Evaluator.State to mill.main.EvaluatorState by @lefou in #1515
  • Some refactoring (core and evaluator) by @lefou in #1518
  • Change ammonite-ops with os-lib by @lolgab in #1519
  • Support a target separator (+) in the argument parser by @lefou in #1521
  • Updated documetation and usage to reflect new + separator by @lefou in #1524
  • Added page generation to validate target by @lefou in #1525
  • Update scalajs-linker, ... to 1.7.1 by @scala-steward in #1529
  • Added --import command-line option by @lefou in #1526
  • Update flyway-core to 8.0.1 and added upickle writers by @lefou in #1532
  • Update coursier to 2.0.16-169-g194ebc55c by @scala-steward in #1527
  • Documented ammoniteVersion and print some warning when resolving ammonite by @lefou in #1533
  • Added mill-jacoco to thirdparty plugin list by @lefou in #1534
  • Update trees to 4.4.29 by @scala-steward in #1535
  • Simplified Bloop installation instructions by @lefou in #1537
  • Update flyway-core to 8.0.2 by @scala-steward in #1538
  • Update bloop-config to 1.4.10 by @scala-steward in #1539
  • Rewrote T.source to fix usage of implicity[sourcecode.Enclosing] by @lefou in #1542
  • Add T.ctx().workspace to access to project top level directory by @lefou in #1545
  • Bsp improve by @lefou in #1536
  • Bump scoverage to latest 1.4.10 by @ckipp01 in #1548
  • Only set COURSIER_CACHE on WSL if undefined by @lefou in #1549
  • Fixed empty BSP response for buildTarget/scalaTestClasses by @lefou in #1551
  • BSP: Listen for all compiled files and properly reset diagnostics by @lefou in #1552
  • zinc worker maintenance by @lefou in #1553
  • Use T.env instead of sys.env to capture actual env values by @lefou in #1555
  • Fixed access to environment variables in ScalaNativeModule by @lefou in #1556
  • Also detect --bsp mode on Windows by @lefou in #1557
  • Deduplicate inputs in inspect command output by @lefou in #1558

Full Changelog: 0.10.0-M3...0.10.0-M4

0.10.0-M3

29 Sep 20:21
Compare
Choose a tag to compare
0.10.0-M3 Pre-release
Pre-release

What's Changed

  • Version bump mill-vcs-version to 0.1.1-27-b3a696 by @lefou in #1480
  • Add More Config Options to Docker Contrib Module by @LaurenceWarne in #1456
  • replace FileSystems with ZipInputStream for parallel execution by @atty303 in #1483
  • Update scalafmt-dynamic to 3.0.4 by @scala-steward in #1484
  • Refined mandatory ivy libs handling by @lefou in #1490
  • scalapblib: support scalajs by default by @atty303 in #1488
  • GenIdea: Improved Scala 3 Support by @lefou in #1486
  • Support more mill-specifics in $ivy-import by @lefou in #1485
  • Reviewed MainModule; added return types, output refinements, cleanup by @lefou in #1495
  • Version update bloop-config to 1.4.9 by @lefou in #1498
  • Re-enabled Caffeine tests and some fixes by @lefou in #1500
  • Replaced some local resolve dependencies logic by @lefou in #1476
  • Added tests for IvyHook by @lefou in #1502
  • Fixed bootstrap tests by @lefou in #1501
  • Fixed example for $MILL_BIN_PLATFORM by @lefou in #1504
  • Update mill-vcs-version to 0.1.2 by @lefou in #1499
  • mill script: Support milestone versions in download URL by @lefou in #1505
  • Setup mima plugin to check for binary compatibility by @lefou in #1494

New Contributors

Full Changelog: 0.10.0-M2...0.10.0-M3

0.10.0-M2

17 Sep 09:05
Compare
Choose a tag to compare
0.10.0-M2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.0-M1...0.10.0-M2

0.9.9

15 Jul 13:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.8...0.9.9

0.10.0-M1

08 Jul 13:11
3016a65
Compare
Choose a tag to compare
0.10.0-M1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.9.8...0.10.0-M1

0.9.8

27 May 14:31
Compare
Choose a tag to compare

Snapshot releases after 0.9.8-10-e3e80b are no longer binary compatible to 0.9.8 and considered part of next 0.10 milestone.

What's Changed

  • Fix bsp: getMillBuildClasspath return URI string by @camper42 in #1325
  • Play 2.8 support by @lolgab in #1324
  • Properly close resources to fix assembly on Windows by @lefou in #1327
  • TestModule: add testOnly to select test suites in mill by @chikei in #1328
  • play-contrib: Fixed classloading of worker module and cleanups by @lefou in #1330
  • play-contrib: Various improvents by @lefou in #1332
  • Fixed bloop tests on windows by @lefou in #1331
  • Replaced deprecated symbols with strings by @lefou in #1329
  • Bump scala version: 2.13.3 -> 2.13.4 and 2.12.10 -> 2.12.13 by @lefou in #1197
  • Scala version bump to 2.13.5 by @lefou in #1339
  • Version bump junit-interface to 0.13.2 by @lefou in #1338
  • GenIdea: Change IDEA modules dir from .idea_modules to .idea/mill_modules by @lefou in #1342
  • Set correct mill home path. by @heksesang in #1334
  • Version bump os-lib to 0.7.7 by @lefou in #1344
  • Update os-lib to 0.7.8 by @lefou in #1345

Full Changelog: 0.9.7...0.9.8

0.9.7

14 May 09:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.6...0.9.7

0.9.6

03 Apr 09:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.5...0.9.6

0.9.5

26 Jan 09:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.4...0.9.5