v1.0.0-alpha.1
Pre-release
Pre-release
·
1138 commits
to main
since this release
- Display links on index pages to project home and source, when defined in the project
package.json–
#91 - Clean up display of parameters and properties – #53 and #49 and #55
- Display source and compiled code (njk and html; scss and css) side-by-side – #65
- Add support for @todo annotation – #18
- Add support for @type annotation – #19
- Add support for @alias (and aliased callback) annotation – #5
- Add support for used-by (@require annotation callbacks).
- Show compiled CSS for
@example scssannotations – #37 - BREAKING: Nest Herman-specific options under
hermanobject in sassdoc configuration, and Sass-specific options underherman.sassobject. - Re-brand with sidebar navigation – #58 and #69.
- Add support for rendering documentation from dependency subprojects – #61.
- BUGFIX: Do not link to internal
@access privateitems ifdisplayoption is set toaccess: ['public']. - BUGFIX: Do not error if missing
herman.subprojectsoption – #107. - BUGFIX: Do not error if missing
hermanoptions – #108.