Releases: nix-community/nixdoc
Releases · nix-community/nixdoc
v3.1.0
What's Changed
What's Changed
-
feat: Minimal format by @roberth in #140
Add
--anchor-prefix
to remove or customize thefunction-library-
prefix.A header won't be rendered when
--description
and--category
are empty.
This makes the generated markdown more flexible for inclusion in other documents.
New Contributors
Full Changelog: v3.0.8...v3.1.0
v3.0.8
v3.0.7
What's Changed
- split out and expose package recipe by @fricklerhandwerk in #125
- Allow empty prefix by @hsjobeki in #122
New Contributors
- @fricklerhandwerk made their first contribution in #125
Full Changelog: v3.0.5...v3.0.7
v3.0.5
v3.0.4
v3.0.3
What's Changed
- chore(deps): do cargo update and nix flake update by @philiptaron in #110
- Prove that switching from recursive attrsets to explicit
inherit
style doesn't impact documentation by @philiptaron in #111 - fix: shift headings with commonmark AST by @hsjobeki in #115
New Contributors
- @philiptaron made their first contribution in #110
Full Changelog: v3.0.2...v3.0.3
v3.0.2
v3.0.1
What's Changed
New Features
- Official Doc-Comments Support: We've introduced support for official doc-comments as defined in RFC145. This enhancement aligns nixdoc with our latest documentation standard.
Deprecated Features
- Legacy Custom Format: The custom nixdoc format is now considered a legacy feature. We plan to phase it out in future versions to streamline documentation practices.
- We encourage users to transition to the official doc-comment format introduced in this release.
- For now we will continue to maintain the legacy format, but will not accept new features or enhancements for it. This decision allows for a period of transition to the new documentation practices.
See Migration guide for smooth transition
by @hsjobeki; co-authored by @mightyiam
in #91.
New Contributors
Full Changelog: v2.7.0...v3.0.0
v3.0.0
v2.7.0
What's Changed
- feat: support custom prefixes by @Janik-Haag in #97
New Contributors
- @Janik-Haag made their first contribution in #97
Full Changelog: v2.6.0...v2.7.0