Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 918 Bytes

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

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