Releases: sleelin/classy-template
Releases · sleelin/classy-template
v1.5.3
What's Changed
- Add mixin example to docs
- Limit default value resolution to tags that can hold a default value
- Add handling for doclets where module membership and scope are incorrectly inferred
- Fix handling of types declared via annotation not tied to a value
- Filter 'void' type from type names
- Only render return tags when items actually have content
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Fixed handling of duplicates in template type replacements
- Added removal of 'never' typed properties and better type styling in typedefs
- Added support for 'keyof' and optional TypeScript types
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Add support for parsing TSDoc
@template
and@typeParam
tags - Fix general layout and scrollbar issues
Full Changelog: v1.4.0...v1.5.1
v1.4.0
What's Changed
- Added support for favicons in pages
- Fixed row spanning of names in parameters/properties tables
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- Fix missing hosted git logo when HEAD is detached by @sleelin in #6
- Add CSS variables for all stylesheet colours by @sleelin in #7
- Add inferred default values by @sleelin in #8
- Fix missing and incorrect links in Table of Contents by @sleelin in #11
- Fix overflowing footer on small viewports by @sleelin in #13
- Update JSDoc to v4 by @sleelin in #14
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.2
What's Changed
- Replaced prettify.js with highlight.js as it is still maintained.
- Fixed deeply nested article styling
- Fixed constants position in TOC
Full Changelog: v1.0.1...v1.0.2