Releases: machow/quartodoc
Releases · machow/quartodoc
v0.11.1: remove minor warning
What's Changed
- chore: fix string escape warning by @machow in #397
- this was generated by a misformatted python string in a unit test.
Full Changelog: v0.11.0...v0.11.1
v0.11.0: autolinking in interlinks extension
v0.10.0
What's Changed
- fix!: remove self from class initializer signature by @PhilReinhold in #394
- refactor: make _griffe_compat a submodule that generates import stubs by @machow in #393
- docs: regenerate gh readme by @machow in #385
New Contributors
- @PhilReinhold made their first contribution in #394
Full Changelog: v0.9.1...v0.10.0
v0.9.1: fix multiline signature
What's Changed
Full Changelog: v0.9.0...v0.9.1
v0.9.0: sidebar customization
What's Changed
- feat: Allow addings additional options to
sidebar
by @gadenbuie in #370
New Contributors
- @gadenbuie made their first contribution in #370
Full Changelog: v0.8.1...v0.9.0
v0.8.1: fix escaping inside description blocks
Fixes
Full Changelog: v0.8.0...v0.8.1
v0.8.0: description lists, Auto.excludes, and Auto.member_order
Breaking changes
- The internal logic of rendering has been reworked a bit (#325, #374).
- The dataclass ParamRow now represents each row of a parameter table (previously was a tuple)
- parameter/attribute/etc.. table field sanitization now occurs inside ParamRow methods, rather than being duplicated inside each render concrete.
Features
- feat!: initial description-list support; render_header cleanup by @machow in #325
- feat: add Auto member_order option by @machow in #373
- set
member_order: "source"
to list members in source order (rather than sorting alphabetically)
- set
- feat: implement Auto excludes option by @machow in #372
- allows excluding a list of specific members
Fixes
- fix: use shortname for member children linked style by @machow in #366
- fix: make header css classes more robust by stripping non-alphanumerics by @machow in #367
- fix: parameter description list do not render None as default by @machow in #374
- fix: missing branch in show_signature_annotations by @machow in #362
Chores
Full Changelog: v0.7.6...v0.8.0
v0.7.6: support griffe v1
What's Changed
- fix: support griffe v1, and maintain backwards compatibility to v0.37.0 (#359)
Full Changelog: v0.7.5...v0.7.6