Releases: com-lihaoyi/mill
Releases · com-lihaoyi/mill
0.9.5
What's Changed
- Update testng to 6.14.3 by @scala-steward in #1054
- Update testng to 7.3.0 by @scala-steward in #1087
- Run all contrib tests, not only selected ones by @lefou in #1081
- Update coursier to 2.0.8 by @scala-steward in #1088
- Update scalafmt-dynamic to 2.7.5 by @scala-steward in #1064
- Update graphviz-java to 0.18.0 by @scala-steward in #1066
- Update jna, jna-platform to 5.6.0 by @scala-steward in #1044
- Update ipcsocket to 1.3.0 by @scala-steward in #1057
- Introduce named test traits and some scalalib reorganization by @lefou in #974
- Keep deps used by ScalaJSModule at runtime in sync with build.sc by @lefou in #1090
- Bump zinc to 1.4.4 by @adpi2 in #1094
- Bump Scala version from 2.13.2 to 2.13.3 by @lefou in #1100
- Update coursier to 2.0.9 by @scala-steward in #1114
- Support Scala Native 0.4.0 by @lolgab in #1108
- Option to make TestNG framework less verbose (mill.testng.printProgress) by @lefou in #1112
- Revert "Update ipcsocket to 1.3.0 (#1057)" by @lefou in #1117
- Bump ammonite in preparation for Scala 2.13.4 bump by @lefou in #1115
- Support Scala.js ESModule on Bloop by @lolgab in #1086
- Update sourcecode to 0.2.2 by @scala-steward in #1122
- Update trees to 4.3.24 by @scala-steward in #1053
- Update scalajs-linker, ... to 1.4.0 by @scala-steward in #1106
- Update utest to 0.7.6 on Scala Native tests by @lolgab in #1120
Full Changelog: 0.9.4...0.9.5
0.9.4
What's Changed
- Github Workflow Actions setup by @lefou in #993
- #989 Correct error line and column number by @joan38 in #999
- Add Scala.js improvements to Changelog by @lolgab in #1015
- ScalaPB additional args by @DanielBlanco in #1002
- Fixed build for windows and added to Github Actions by @lefou in #1016
- Correction to checking formatting in docs by @softinio in #1017
- Upgrade bsp4j and implement buildTarget/javacOptions and fix build/taskFinish by @joan38 in #1025
- BSP: Provide mill source files by @joan38 in #1029
- Update routes-compiler to 2.6.25 by @scala-steward in #1040
- Update flyway-core to 6.0.8 by @scala-steward in #1046
- Update ipcsocket to 1.0.1 by @scala-steward in #1051
- Add "xsbti" as a shared prefix of the Scala compiler class loader by @adpi2 in #1019
- ScalaPB: various fix and improves by @chikei in #1027
- Version bump coursier 2.0.7 by @lefou in #1031
- Testng integration test, that covers #553 by @lefou in #566
- Re-enabled test (in the hope it will work in Github Actions) by @lefou in #1060
- Update jgrapht-core to 1.3.1 by @scala-steward in #1047
- Update jgrapht-core to 1.5.0 by @scala-steward in #1061
- Update scalafmt-dynamic to 2.2.2 by @scala-steward in #1052
- Update flyway-core to 6.5.7 by @scala-steward in #1056
- Update jetty-server, jetty-websocket to 8.1.22.v20160922 by @scala-steward in #1045
- Update graphviz-java to 0.8.10 by @scala-steward in #1042
- Update utest to 0.7.5 by @scala-steward in #1039
- Update upickle to 1.2.2 by @scala-steward in #1038
- Update routes-compiler to 2.7.9 by @scala-steward in #1070
- Run all Scala.js tests by @lolgab in #1068
- Use root-package mill in quasi quote by @lefou in #1071
- Update jetty-server, jetty-websocket to 8.2.0.v20160908 by @scala-steward in #1067
- Changed default to single-threaded test evaluator by @lefou in #1074
- scala-native: Run test with release-fast as release-full sometimes hangs by @lefou in #1058
- Don't follow symlinks when checking permissions of files by @jodersky in #1082
- Fix proguard test runner which was never working as expected by @lefou in #1080
New Contributors
- @DanielBlanco made their first contribution in #1002
- @softinio made their first contribution in #1017
Full Changelog: 0.9.3...0.9.4
0.9.3
What's Changed
- Passing args to launcher by @LMnet in #933
- Resolve Mill build source dependencies by @joan38 in #946
- Ability to relocate/shade in assembly by @joan38 in #947
- Twirl enhancements by @mrdziuban in #952
- add scalacPluginClasspath to Tests by @sequencer in #956
- Offline preparation support by @lefou in #951
- Add toMap and toJson methods to BuildInfo by @sbly in #958
- Give more control over module dependencies by @lefou in #955
- Bump coursier to 2.0.0-RC6-25 by @lefou in #960
- Use new target JavaModule.compileModuleDeps for contrib modules by @lefou in #964
- Add support for Scala 3 by @anatoliykmetyuk in #968
- Bump coursier version to 2.0.0 by @lefou in #973
- Add reference to new mill-antlr module by @ml86 in #979
- Make BSP 1st class citizen by @joan38 in #969
- Omit the suffix in artifactName for cross modules by @joan38 in #953
- Add example by @ShalokShalom in #975
- Allow test classes with constructor parameters by @RobinJDCox in #982
- Redirect zinc log output to stderr by @jodersky in #981
- Proguard contrib module by @sbly in #972
- Remove copying env var to .bsp/mill.json by @joan38 in #984
- Exclude trees from ammonite dep. by @ckipp01 in #941
- Bloop: Also use compileModuleDeps to calc transitive classpath by @lefou in #995
- Add AWS Codeartifact contrib module by @realbrianstern in #985
- Include compileModuleDeps in BSP BuildTarget calculation by @lefou in #994
- BSP: Fixed generated
.bsp/mill.json
file. by @lefou in #998 - Changed CoursierModule.repositories to a Task by @lefou in #976
- Prefix the ticker of evaluator targets with the caller target by @lefou in #1000
- GenIdea: Added support for compileModuleDeps by @lefou in #997
- Fix BSP, avoid assumptions about Logger implementation by @srdo in #1003
- Adds ScoverageReport for multi-module projects by @RobinJDCox in #996
- Support useECMAScript2015 option in ScalaJSModule by @lolgab in #1004
- Cache Scala.js Linker to enable incremental linking by @lolgab in #1007
- WIP Convert CLI argument parsing to use latest version of ammonite+mainargs by @lihaoyi in #1008
- PathRef: detect permissions change by @vdebergue in #1006
- Rebootstrap Mill on latest master by @lihaoyi in #1009
- Move
Bloop
object into mill.contrib.bloop package by @lefou in #992
New Contributors
- @LMnet made their first contribution in #933
- @mrdziuban made their first contribution in #952
- @sbly made their first contribution in #958
- @ml86 made their first contribution in #979
- @ShalokShalom made their first contribution in #975
- @RobinJDCox made their first contribution in #982
- @realbrianstern made their first contribution in #985
- @srdo made their first contribution in #1003
- @vdebergue made their first contribution in #1006
Full Changelog: 0.8.0...0.9.3
0.9.2
0.9.2
0.9.1
0.9.1
0.9.0
0.9.0
0.8.0
revert scalameta version
0.7.4
Prepared release 0.7.4
0.7.3
update example project versions
0.7.2
BSP fixes and workaround for cross projects (#885) https://github.com/lihaoyi/mill/pull/885#issuecomment-630059445