Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1.03 KB

Changelog

Quickdoc

Quick and minimal API doc generation for Clojure

Unreleased

  • Revert source link in var title and move back to <sub>
  • Specify clojure 1.11 as the minimal Clojure version in deps.edn
  • Fix macro information
  • Fix #39: fix link when var is named multiple times in docstring

v0.2.3

  • Add :filename-add-prefix and :filename-remove-prefix options so quickdoc can more easily be configured from EDN

v0.2.2

  • Improved table of contents and source links (@helins)
  • Support wiki syntax for var linking: [[foo]] (@helins)
  • Upgrade clj-kondo to 2022.10.05

v0.1.1

  • #14: Skip vars defined in comments
  • #18: Quickdoc ignores arglists metadata
  • #17: Change toc var descriptions to be the first sentence of their doc