Releases: nix-community/nixdoc
Releases · nix-community/nixdoc
v2.6.0
What's Changed
-
After doing a great job of maintaining the project for this year, @asymmetric is passing on the torch to @infinisil!
-
Multi-line comments at the top of the file now become the section description text.
By @phaer in #70For example, the following file
/* This is just a test! */ { /* Increments a number by one */ increment = x: x + 1; }
turns into the following markdown:
# Test {#sec-functions-library-test} This is just a test! ## `lib.test.increment` {#function-library-lib.test.increment} Increments a number by one `x` : Function argument
whereas before, the top section would've been empty.
New Contributors
Full Changelog: v2.5.1...v2.6.0
v2.5.1
What's Changed
- readme: fix link to rendering example by @infinisil in #67
- Fix indentation of structured multi-line comments by @asymmetric in #81
Full Changelog: v2.4.0...v2.5.1
v2.4.0
v2.3.0
What's Changed
- nix: remove outdated outputHashes by @asymmetric in #38
- add snapshot testing by @asymmetric in #39
- Create dependabot.yml by @asymmetric in #41
- chore(deps): bump cachix/install-nix-action from 20 to 22 by @dependabot in #42
- complete the markdown transition by @pennae in #40
Full Changelog: v2.2.0...v2.3.0