v1.0.0-alpha.1
Pre-release
Pre-release
jgerigmeyer
released this
29 May 17:31
·
1000 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 scss
annotations – #37 - BREAKING: Nest Herman-specific options under
herman
object in sassdoc configuration, and Sass-specific options underherman.sass
object. - Re-brand with sidebar navigation – #58 and #69.
- Add support for rendering documentation from dependency subprojects – #61.
- BUGFIX: Do not link to internal
@access private
items ifdisplay
option is set toaccess: ['public']
. - BUGFIX: Do not error if missing
herman.subprojects
option – #107. - BUGFIX: Do not error if missing
herman
options – #108.