Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

82 lines (43 loc) · 1.15 KB

@effect/docgen

0.2.0

Minor Changes

  • ecd00a5: update effect and add effect/platform-node dependency

0.1.8

Patch Changes

  • 5411c71: Support for parsing "export * as namespace"

0.1.7

Patch Changes

  • b94de9f: add support for export * from ...

0.1.6

Patch Changes

  • 172ac81: Fix parsing regression caused by compilerOptions parsing

0.1.5

Patch Changes

  • 85301ea: Add support for resolving compilerOptions from tsconfig files

0.1.4

Patch Changes

  • 8be0092: add support for namespaces
  • 8be0092: BugFix: remove stale modules from /docs folder

0.1.3

Patch Changes

  • d8006f3: patch markdown-toc to prevent duplicate links
  • 514f73f: update to effect framework package

0.1.2

Patch Changes

  • 115b996: fix formatting of the _config.yml output by docgen
  • 115b996: upgrade dependencies

0.1.1

Patch Changes

  • 2a909a1: fix config handling

0.1.0

Minor Changes

  • eb5ef08: rename docs-ts.json to docgen.json

0.0.3

Patch Changes

  • d139f78: ignore internal classes

0.0.2

Patch Changes

  • 4e88501: fix shebang line

0.0.1

Patch Changes

  • 4faa066: add initial code