Releases: com-lihaoyi/mill
Releases · com-lihaoyi/mill
0.11.0-M0
0.10.10
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 inJarOps.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
- @wiltonlazary made their first contribution in #2127
- @oridag made their first contribution in #2126
- @kubukoz made their first contribution in #2148
Full Changelog: 0.10.9...0.10.10
0.10.9
Changelog: 0.10.9
Milestone: 0.10.9
Merged PRs
- Fix regular expression in docs by @nightscape in #2062
- Use latest Mill version and extend Mima checks by @lefou in #2063
- Update junitsocket to 2.6.0 by @lefou in #2066
- Update Ammonite to 2.5.5 by @lefou in #2069
- Update Scala to 2.13.10 by @lefou in #2055
- Remove jetty dependencies from Scala.js worker by @lolgab in #2070
- Update transitive dependencies by @lefou in #2072
- Switched to external mill-moduledefs dependency by @lefou in #2068
- Don't loose
moduleDeps
from super traits inPublishModule
by @lolgab in #2083 - Started to draft some maintenance docs by @lefou in #2084
- Reformatted sources by @lefou in #2085
- Update scalafmt to 3.6.0 by @lefou in #2086
- Avoid calling sbt deprecated methods, stop using log4j by @lolgab in #2087
- Update mill-mima to 0.0.13 by @scala-steward in #2090
- Update log4j-core to 2.19.0 by @scala-steward in #2093
- Update scalajs-linker, ... to 1.11.0 by @scala-steward in #2095
- Update junixsocket-core to 2.6.1 by @lefou in #2097
- Update scalacheck to 1.17.0 by @scala-steward in #2096
- CI: Don't run dependency graph action for forked repositories by @lefou in #2098
- Share all play (test) versions from main builds by @lefou in #2099
- Update coursier to 2.1.0-M7-39-gb8f3d7532 by @lefou in #2064
- Add actual Mill cli as sysprop and use it in BSP config by @lefou in #2080
- Add JMH contrib module by @LaurenceWarne in #2100
- GenIdea: Infer more values for Scala language-level by @lefou in #2111
- Catch even more coursier concurrency glitches, some consolidations by @lefou in #2112
- Update mill-moduledefs to 0.10.9 by @lefou in #2116
- Update coursier to 2.1.0-RC1 by @lefou in #2115
- Harden GAV handling in
Dep
andArtifact
by @lefou in #2113
Full Changelog: 0.10.8...0.10.9
0.10.8
Changelog: 0.10.8
Milestone: 0.10.8
Merged PRs
- Update mill-main to 0.10.7 by @scala-steward in #2004
- docs: add mill-scip to external plugins by @ckipp01 in #2000
- BSP: Forward --debug option to BSP server by @lefou in #2007
- BSP: use build/logMessage for logging by @ckipp01 in #2006
- Support for Scoverage 2.x by @lefou in #2010
- Update scalajs-env-nodejs to 1.4.0 by @scala-steward in #2011
- docs: add mill-ci-release to third party plugins. by @ckipp01 in #2013
- Update de.tobiasroeser.mill.vcs.version to 0.2.0 by @scala-steward in #2019
- Update nir, test-runner, tools, util to 0.4.7 by @scala-steward in #2021
- Update mill-mima to 0.0.12 and removed workarounds by @lefou in #2022
- Fix typo in scaladoc docs by @lolgab in #2023
- Fix issue with lazy val on Scala Native + Scala 3.2 by @lolgab in #2024
- Contrib: Gitlab plugin by @aheiska in #2008
- Fixed inconsistency in args parser by @lefou in #2030
- Fixed wrong resolver error message for cross modules by @lefou in #2038
- [Docs] Fix import on scalanative example module by @carlosedp in #2041
- Fix default commands in nested cross modules by @lefou in #2039
- Import mainargs @main annotation in scripts by @lefou in #2044
- Support Scoverage for Scala 3 by @ckipp01 in #2016
- Slightly updated scalalib test, use shared scala versions by @lefou in #2049
- Update mill-vcs-version to 0.3.0 by @lefou in #2051
- Update Ammonite to 2.5.4-33-0af04a5b by @lefou in #2052
- Update Scoverage to 2.0.5 by @lefou in #2053
- Add more release versions to Mima checks by @lefou in #2054
- Update zinc to 1.7.2 by @lefou in #2056
- Retry coursier artifact loading when "checksum not found" by @lefou in #2058
- Update junitsocket to 2.5.2 by @lefou in #2057
- Show gpg output in server/client in publish (fix #387) by @lolgab in #2059
- Bump zinc and account for diagnostic code by @ckipp01 in #1912
- Update semanticdb and trees to 4.6.0 by @lefou in #2061
New Contributors
Full Changelog: 0.10.7...0.10.8
0.10.7
0.10.6
Changelog: 0.10.6
Milestone: 0.10.6
Merged PRs
- Enable dependabot updates for github actions by @lefou in #1913
- Bump actions/checkout from 2 to 3 by @dependabot in #1915
- Bump actions/setup-java from 1 to 3 by @dependabot in #1914
- Update mill-main to 0.10.5 by @scala-steward in #1920
- Update junixsocket-core to 2.5.1 by @scala-steward in #1919
- Update log4j-core to 2.18.0 by @scala-steward in #1923
- Update trees to 4.5.9 by @scala-steward in #1926
- Update nir, test-runner, tools, util to 0.4.5 by @scala-steward in #1925
- Update jna, jna-platform to 5.12.1 by @scala-steward in #1922
- Update scalajs-linker, ... to 1.10.1 by @scala-steward in #1924
- Fixed reading of .mill-jvm-opts file by @lefou in #1929
- Added doc for Ctx.Workspace / T.workspace by @lefou in #1932
- Align mill version in script with config by @lefou in #1928
- Update sourcecode to 0.3.0 by @scala-steward in #1936
- Update zinc to 1.7.1 by @lefou in #1845
- Fixed some compiler warnings by @lefou in #1940
- Update fansi to 0.4.0 by @scala-steward in #1935
- CI: skip building dependabot branches, we already build PRs by @lefou in #1941
- Improve Scala.js module config docs by @carlosedp in #1938
- Added dependency-graph CI job to submit to GitHub by @lefou in #1944
- docs: add in mill-github-dependency-graph to third party plugins by @ckipp01 in #1950
- docs: add in a note about s01 for new users by @ckipp01 in #1949
- Revised the Maven release documentation and made some fixes by @lefou in #1951
- update: flyway-core 8.0.2 -> 8.5.13, requires NOTICE log level by @IdiosApps in #1953
- update: scalafmt-dynamic 3.4.3 -> 3.5.8 by @IdiosApps in #1954
- docs: Fix Scala.js Modules example by @nightscape in #1955
- docs: Add example of overriding moduleKind by @nightscape in #1963
- Update thirdparty plugin section with shell completions by @lefou in #1964
- Update scalafmt-core to 3.5.8 by @scala-steward in #1962
- Don't use server for --help option by @lefou in #1965
- Look for .mill-version in .config directory by @nrktkt in #945
- Use SoftReference instead of WeakReference for caches by @lolgab in #1966
- Pass clientServer parameter to the IntegrationTestSuite constructor by @hiloboy0119 in #1968
- Twirllib: new twirlScalaVersion target to support for newer versions by @IdiosApps in #1959
- Added coursier cache action to GitHub workflows by @lefou in #1970
- Add a testkit module to hold the TestEvaluator by @Baccata in #1893
- [Docs] Targets fastOpt and fullOpt have been deprecated in Mill 0.10.4 by @carlosedp in #1971
- Use latest proguard by @IdiosApps in #1942
- Update versions in contrib.playlib by @IdiosApps in #1958
- Update trees to 4.5.11 by @scala-steward in #1974
- Update h2 dependency to 2.1.214 in flyway tests by @lefou in #1976
- Added Logger.debugEnabled and also increase zinc debug level with
--debug
by @lefou in #1903 - Experimental dependency management, force transitive versions by @lefou in #1947
- Update bloop-config to 1.5.3 by @scala-steward in #1982
- bloop: use the same naming scheme for adding to and accessing moduleSourceMap by @ajrnz in #1981
- Make docker builds able to COPY custom files in by @joan38 in #1931
- feat: allow for a non-local Java Compiler to be used by @ckipp01 in #1988
- docs: add some documentation about generating a doc jar by @ckipp01 in #1989
- Update windows-ansi to 0.0.4 by @scala-steward in #1990
- Update trees to 4.5.12 by @scala-steward in #1991
- Fix filesystem-dependent sig in PathRef by @atty303 in #1992
- docs: add in mill-giter8 to thirdparty plugins by @ckipp01 in #1993
- Add basic docs for 'init' command by @sake92 in #1887
- Update trees to 4.5.13 by @scala-steward in #1997
- SemanticDB support to be used by BSP (and others) by @lefou in #1977
- Clean the java-compiler cache when closing the worker by @lefou in #1999
New Contributors
- @dependabot made their first contribution in #1915
- @carlosedp made their first contribution in #1938
- @IdiosApps made their first contribution in #1953
- @hiloboy0119 made their first contribution in #1968
Full Changelog: 0.10.5...0.10.6
0.10.5
Changelog: 0.10.5
Milestone: 0.10.5
Merged PRs
- Update mill-main to 0.10.4 by @scala-steward in #1867
- Add more Mill versions to binary version check by @lefou in #1868
- Enable ScalaJS optimizer by default by @lolgab in #1869
- Add Junit5 TestModule by @sake92 in #1861
- Fix universal-main args handling by @sake92 in #1871
- Fix visualize command by @sake92 in #1872
- BSP: fix mill-build module interpretation in IntelliJ IDEA by @atty303 in #1876
- Handle FileSystemException when creating an input stream by @lefou in #1878
- Update coursier to 2.1.0-M6 by @scala-steward in #1881
- Update trees to 4.5.7 by @scala-steward in #1882
- Add 'init' command for creating giter8 projects by @sake92 in #1874
- Update trees to 4.5.8 by @scala-steward in #1885
- Add sake92/mill-powershell-completion thirdparty contrib by @sake92 in #1888
- Fix lunr-extension version by @sake92 in #1889
- Bump uPickle to 2.0.0 together with Ammonite 2.5.4 by @lihaoyi in #1866
- Use ClearableLinker to recover from exceptions in Scala.js by @lolgab in #1891
- Update junixsocket-core to 2.5.0 and removed workarounds by @lefou in #1894
- Support Scala Native
nativeEmbedResources
by @lolgab in #1890 - Fixed links to examples in documentation by @lefou in #1898
- Fixed ordering-sensitive test by @lefou in #1905
- Removed Better-Files integration tests by @lefou in #1906
- Reprased mill --help output for --no-server and --repl and --interactive by @lefou in #1902
- fix zinc binary dependencies by @jilen in #1904
- Test case ensuring zinc is only re-compiling changed sources by @lefou in #1907
- Update bloop-config to 1.5.2 by @lefou in #1909
New Contributors
Full Changelog: 0.10.4...0.10.5
0.10.4
Changelog: 0.10.4
Milestone: 0.10.4
Merged PRs
- Added integration tests which run in client-server mode by @lefou in #1835
- Update mill-main to 0.10.3 by @lefou in #1838
- Update upickle to 1.6.0 by @scala-steward in #1837
- Added two mill plugin projects created by a Andreas Gies by @lefou in #1839
- Update trees to 4.5.4 by @scala-steward in #1841
- Update ammonite, ammonite-terminal to 2.5.3 by @scala-steward in #1840
- Put modules before libraries in Intellij iml files by @yakivy in #1846
- Update bloop-config to 1.5.0 by @scala-steward in #1847
- feat: add framework name to the test classes BSP request by @kpodsiad in #1755
- Added BSP JVM Extension support by @atty303 in #1849
- Fix #370 Use ExtClassLoader instead of null as parent by @lolgab in #1848
- Reviewed tests under Java 9 by @lefou in #1853
- Update trees to 4.5.5 by @scala-steward in #1855
- make bloop aware of runtime dependencies by @megri in #1843
- Replace ipcsocket with junixsocket library by @sake92 in #1852
- Update upickle to 2.0.0 by @scala-steward in #1854
- Refactor ScalaJSApi to insulate worker API and User facing API by @lolgab in #1851
- GenIdea: Added support for Scala 3.1 language level by @lefou in #1856
- Add search functionality based on @antora/lunr-extension by @sake92 in #1859
- Support ModuleSplitStyle in ScalaJSModule by @lolgab in #1860
- Add dest to report and change jsFile to jsFileName by @lolgab in #1862
- Downgrade upickle to 1.6.0 by @lefou in #1865
- Update trees to 4.5.6 by @scala-steward in #1863
New Contributors
Full Changelog: 0.10.3...0.10.4
0.10.3
Changelog: 0.10.3
Milestone: 0.10.3
Merged PRs
- Update mill-main to 0.10.2 by @scala-steward in #1787
- Fix #1788: Handle symbols in scripts imports by @lolgab in #1790
- Update trees to 4.5.1 by @scala-steward in #1791
- Fix incorrect module traversal for BSP classpath retrieval by @lefou in #1793
- Update jna, jna-platform to 5.11.0 by @scala-steward in #1799
- Add transitive moduleDeps to BSP evaluated modules by @lolgab in #1802
- Update Readme by @lefou in #1809
- Update trees to 4.5.2 by @scala-steward in #1810
- Nicer format of inspect for multiple targets by @lefou in #1812
- BSP: Indicate foreign modules by adding the foreign segments to the name by @lefou in #1804
- Include foreign segments in task name printing by @lefou in #1805
- Update scalajs-linker, ... to 1.10.0 by @scala-steward in #1813
- Update nir, test-runner, tools, util to 0.4.4 by @scala-steward in #1761
- Update mill-mima to 0.0.10 by @lefou in #1819
- Update trees to 4.5.3 by @scala-steward in #1821
- Bloop: Replace deprecated API call by @lefou in #1806
- Added
docJarUseArgsFile
target and default totrue
on Windows by @lefou in #1815 - Fixed deprecations, warnings and missing return types by @lefou in #1785
- Handle Ammonite build scripts with symbols by @lolgab in #1822
- Reworked some BSP module inspection tasks by @lefou in #1803
- Update scalacheck to 1.16.0 by @scala-steward in #1827
- Commands: Support tasks as parameters and make overriding usable by @lefou in #1825
- Don't version control the scratch dir by @lefou in #1830
- Added
installLocal
target and deprecated ci/publish-local.sh script by @lefou in #1823 - TestModule: show all failed tests when CI env is defined by @lefou in #1832
- Fixed format of inspect command and added tests by @lefou in #1833
- Reorganized and reworked integration tests by @lefou in #1831
- Add a delay to the client to catch all the server data by @ajrnz in #1828
Full Changelog: 0.10.2...0.10.3
0.10.2
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