Skip to content

Releases: scalameta/mdoc

mdoc v1.2.10

21 Feb 16:06
Compare
Choose a tag to compare

Identical to v1.2.9, which failed to release.

mdoc v1.2.9

21 Feb 09:46
014548f
Compare
Choose a tag to compare
  • #154 Fix #151, a but using :fail with -Ywarn-value-discard
  • #152 Add support for Scala 2.11
  • #153 Fix a hygiene bug when using -Yno-imports

mdoc v1.2.8

15 Jan 18:40
0254c0e
Compare
Choose a tag to compare

Changelog: https://scalameta.org/mdoc/docs/changelog.html (may take 30 minutes to update from CI).

Artifacts on their way to Maven :)

mdoc v1.2.4

04 Jan 15:53
62cacfb
Compare
Choose a tag to compare

mdoc v1.1.1

01 Jan 19:33
2bd04bd
Compare
Choose a tag to compare

mdov v1.1.0

31 Dec 10:39
47fa277
Compare
Choose a tag to compare

mdov v1.0.0

31 Dec 10:20
Compare
Choose a tag to compare

mdoc v0.7.1

07 Dec 11:12
Compare
Choose a tag to compare
  • #109 Fix #102
  • #110 Publish binary version mdoc_2.12 instead of full vesrion mdoc_2.12.8
  • #107 Upgrade to Scala 2.12.8

Breaking change

The mdoc module is now cross-publishing against the Scala binary version so the artifact name has changed from mdoc_2.12.7 to mdoc_2.12

- before
+ now
- "com.geirsson" % "mdoc" % "VERSION" cross CrossVersion.full
+ "com.geirsson" %% "mdoc" % "VERSION"

mdoc v0.6.1

31 Dec 10:20
Compare
Choose a tag to compare
  • #105 Tone down noise in the console output

mdoc v0.6.0

25 Nov 16:31
Compare
Choose a tag to compare
  • #101, add post modifiers for custom rendering of evaluated code blocks