Skip to content

0.2.0

Compare
Choose a tag to compare
@typhonrt typhonrt released this 13 Jan 02:24
· 24 commits to main since this release

Release 0.2.0

  • Added @module / @packageDocumentation comment pass-through to generated DTS when this comment type appears in the main entry point source
    file. This is helpful when generating docs from the DTS file.

  • Introduces optional postprocessing of the generated bundled Typescript declaration.

    • First post processor is for @inheritDoc support.
  • Added outputPostprocess configuration option to separately output postprocessing to an alternate filepath for
    easier debugging / comparison.