| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-13 | 848 Bytes | |
| Release v0.9.40 source code.tar.gz | 2026-04-13 | 993.7 kB | |
| Release v0.9.40 source code.zip | 2026-04-13 | 1.2 MB | |
| Totals: 3 Items | 2.2 MB | 0 | |
- Add support for Ruby .rbs files (docstrings included) (#1673)
- Add built-in hybrid RDoc/Markdown renderer (
HybridMarkdown) requiring no external gems (#1674) - Add support for
#-as a comment-block separator. See Getting Started Guide. - Add support for
commonmarkerversion>= 1.0. - Remove usage of jQuery in default templates. jQuery library is still packaged in templates for backward compatibility (#1675)
- Fix false self-referential mixin when bare name matches ancestor namespace (#1672)
- Fix bracket/brace map corruption from Ruby 3.0+ pattern matching deconstruction (#1671)
- Fix
@!scope classon attributes (#1582, [#1655], [#1666]) - Fix
@!parsedirectives not including source for block (#1665) - Fix inherited methods not appearing in groups (#1656)