Releases: scalameta/mdoc
Releases · scalameta/mdoc
mdoc v2.2.24
What’s Changed
- Add Scala 3.1.0 support (#568) @dos65
- [Scala 3] Fix indentation in generated code (#566) @tgodzik
- Update scalameta, testkit to 4.4.28 (#562) @scala-steward
- Update sbt-assembly to 1.1.0 (#557) @scala-steward
- Update scalafmt-core to 3.0.4 (#561) @scala-steward
- Update scala3-compiler, scala3-library, ... to 3.0.2 (#559) @scala-steward
- Update scala-compiler, scala-library, ... to 2.12.15 (#558) @scala-steward
- Update munit to 0.7.29 (#560) @scala-steward
- Bump olafurpg/setup-scala from 12 to 13 (#555) @dependabot
- Crash blocks are incorrectly indented when nesting (#553) @keynmol
mdoc v2.2.23
Crash blocks now support multiple statements
Previously, every statement within an mdoc:crash
code fence would be wrapped in individual try/catch meaning that you couldn't reference variables between statements. For example, the code fence below would fail to compile because x
from the statement 100 / x
was undefined.
```scala mdoc:crash
val x = 0
100 / x
```
Now, thanks to #551 by @keynmol the entire code fence gets wrapped in a single try/catch so that you reference variables between statements.
What’s Changed
- Fix crash block capturing expressions (#551) @keynmol
- Don't call toString on null values (#550) @tgodzik
- Update munit to 0.7.28 (#547) @scala-steward
- Update undertow-core to 2.2.10.Final (#546) @scala-steward
- Update scalafmt-core to 3.0.0 (#548) @scala-steward
- Update scalameta, testkit to 4.4.27 (#549) @scala-steward
- Just use 17 (no need for zulu etc.) (#542) @sideeffffect
- Enable running on Java 17 (#541) @sideeffffect
- Update scalameta, testkit to 4.4.24 (#534) @scala-steward
- Update undertow-core to 2.2.9.Final (#531) @scala-steward
- Update sbt, scripted-plugin to 1.5.5 (#532) @scala-steward
- Update slf4j-api to 1.7.32 (#535) @scala-steward
- Update munit to 0.7.27 (#533) @scala-steward
- Drop Scala 3 RC versions and bump newest to 3.0.1 (#530) @tgodzik
- Fix issues (probably) with website generation (#529) @tgodzik
- Print git diff on job failure (#528) @tgodzik
- [Scala 3] Skip end markers when evaluating code (#526) @tgodzik
- Bump olafurpg/setup-scala from 11 to 12 (#524) @dependabot
- Update scala-compiler, scala-library, ... to 2.12.14 (#520) @scala-steward
- Update undertow-core to 2.2.8.Final (#519) @scala-steward
- Update slf4j-api to 1.7.31 (#523) @scala-steward
- Update scalameta, testkit to 4.4.22 (#522) @scala-steward
- Update sbt, scripted-plugin to 1.5.4 (#521) @scala-steward
- Update sbt-assembly to 1.0.0 (#518) @scala-steward
- Don't use
.stripMargin
for live-reload server (#516) @olafurpg - Make sure Scala 3 dialect is used when printing instrumented code (#514) @tgodzik
- Fetch repository fully when publishing website (#515) @tgodzik
- Allow usage of empty package (#505) @tgodzik
- Add tests on Windows CI (#512) @tgodzik
- Bump olafurpg/setup-scala from 10 to 11 (#510) @dependabot
- Update scala-compiler, scala-library, ... to 2.13.6 (#507) @scala-steward
- Update scalacheck to 1.15.4 (#508) @scala-steward
- Update scalameta, testkit to 4.4.18 (#509) @scala-steward
- Update interface to 1.0.4 (#506) @scala-steward
- Scala 3 JS modifier (#504) @keynmol
- Test JS modifier on all Scala 2 versions (#503) @keynmol
- Update test-release to work with current versions. (#502) @tgodzik
mdoc v2.2.21
What’s Changed
- Add support for Scala 3.0.0 (#501) @tgodzik
- Change default Scala version to 2.13 (#497) @tgodzik
- Add option to specify modifier in the worksheet API (#492) @tgodzik
- Drop support for Scala 3.0.0-M2 and 3.0.0-M3 (#496) @tgodzik
- Update sbt to 1.5.2 (#495) @tgodzik
- Scala 3 support (#466) @keynmol
- Migrate to evilplot hosted on sonatype (#493) @tgodzik
- Update scalameta, testkit to 4.4.14 (#490) @scala-steward
- Update sbt-dotty to 0.5.5 (#487) @scala-steward
- Update undertow-core to 2.2.7.Final (#488) @scala-steward
mdoc v2.2.20
mdoc v2.2.19
What’s Changed
- Add support for Scala 3.0.0-RC2 (#477) @tgodzik
- Update scala-compiler, scala-library, ... to 2.13.5 (#470) @scala-steward
- Update Scala.js to 1.5.0 (#476) @raquo
- Make all older Scala versions work (#474) @tgodzik
- Make sure that evalaution runs with a proper classloader (#473) @tgodzik
- Update scalameta, testkit to 4.4.10 (#472) @scala-steward
- Update sbt, scripted-plugin to 1.4.9 (#471) @scala-steward
- Update undertow-core to 2.2.5.Final (#469) @scala-steward
- Update sbt-ci-release to 1.5.7 (#467) @scala-steward
- Update scalameta, testkit to 4.4.9 (#462) @scala-steward
- Update undertow-core to 2.2.4.Final (#461) @scala-steward
- Update interface to 1.0.3 (#459) @scala-steward
mdoc v2.2.18
mdoc v2.2.17
What’s Changed
- Allow controlling linker re-use on Scala.js (#456) @keynmol
- Update munit to 0.7.21 (#452) @scala-steward
- Update directory-watcher to 0.12.0 (#451) @scala-steward
- Update scalameta, testkit to 4.4.7 (#453) @scala-steward
mdoc v2.2.16
What’s Changed
- Handle Dotty versions like 0.27.0-RC1 (#450) @sideeffffect
- Add legacy version to check for in test release (#448) @tgodzik
- Make older Scala 2.12 versions work (#447) @tgodzik
- Update scala 2.12 to 2.12.13 (#445) @tgodzik
- Update scalameta to 4.4.4 (#442) @tgodzik
- Fix release issues with scala3Doc (#441) @tgodzik
- Update sbt and dotty plugin (#440) @tgodzik
- Update undertow-core to 2.2.3.Final (#435) @scala-steward
- Update sbt-ci-release to 1.5.5 (#434) @scala-steward
- Update xnio-nio to 3.8.4.Final (#436) @scala-steward
- Update scalacheck to 1.15.2 (#438) @scala-steward