Skip to content

Releases: com-lihaoyi/mill

0.10.4

06 May 10:24
11bf85d
Compare
Choose a tag to compare

Changelog: 0.10.4

Milestone: 0.10.4

Merged PRs

New Contributors

Full Changelog: 0.10.3...0.10.4

0.10.3

11 Apr 15:16
cc2d001
Compare
Choose a tag to compare

Changelog: 0.10.3

Milestone: 0.10.3

Merged PRs

Full Changelog: 0.10.2...0.10.3

0.10.2

18 Mar 11:39
3cfb040
Compare
Choose a tag to compare

Changelog: 0.10.2

Milestone: 0.10.2

Merged PRs

  • Fix types in download jars example by @lefou in #1770
  • Update mill-main to 0.10.1 by @scala-steward in #1771
  • Reworked the coursier resolver retry logic by @lefou in #1772
  • Fix a potential match error when show-ing failed tasks by @lefou in #1773
  • Doc for using bloop as the build server by @Quafadas in #1774
  • Documentation: Moved each contrib plugin into its own page by @lefou in #1775
  • Added some project references to documentation by @lefou in #1776
  • Fix repl due to orphan hard-coded import by @nitay in #1784
  • Implemented AutoCloseable Workers by @lefou in #1781
  • Let some workers implement AutoCloseable by @lefou in #1786
  • Ensure we properly close opened file resources in TestRunner.listClassFiles by @lefou in #1777

New Contributors

Full Changelog: 0.10.1...0.10.2

0.10.1

08 Mar 08:17
6d6fe67
Compare
Choose a tag to compare

Changelog: 0.10.1

Milestone: 0.10.1

Merged PRs

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

14 Jan 17:14
Compare
Choose a tag to compare

Changelog: 0.10.0

Milestone: 0.10.0

Merged PRs

Read more

0.9.12

07 Jan 16:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.11...0.9.12

0.10.0-M5

18 Dec 14:47
Compare
Choose a tag to compare
0.10.0-M5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.10.0-M4...0.10.0-M5

0.9.11

15 Dec 13:06
Compare
Choose a tag to compare

What's Changed

  • Add a newer log4j2 dependency to avoid a critical vulnerability in zinc by @lefou in #1622

Full Changelog: 0.9.10...0.9.11

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