Releases: scalameta/mdoc
Releases · scalameta/mdoc
mdoc v1.2.8
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
mdoc v1.1.1
mdov v1.1.0
mdov v1.0.0
Release notes: https://scalameta.org/mdoc/blog/2018/12/30/v1.html
mdoc v0.7.1
- #109 Fix #102
- #110 Publish binary version
mdoc_2.12
instead of full vesrionmdoc_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
- #105 Tone down noise in the console output
mdoc v0.6.0
- #101, add post modifiers for custom rendering of evaluated code blocks
mdoc v0.5.3
- #100 Add
mdoc:invisible
modifier https://github.com/olafurpg/mdoc/tree/v0.5.3#invisible - #99 Fix bug where backticked identifiers caused syntax errors in the compiler
Thank you @vlovgr for reporting!
mdoc v0.5.2
- #96 Gracefully handle position conversion errors, thanks @noelwelsh for reporting!