Skip to content

Releases: Effect-TS/docgen

v0.4.7

06 Nov 16:21
34da106
Compare
Choose a tag to compare

Patch Changes

  • e3ae139: Typecheck namespace examples

v0.4.6

05 Nov 08:58
ab567dd
Compare
Choose a tag to compare

Patch Changes

  • fcd5649: Support examples enclosed in Extended Markdown code blocks

  • 95f136e: Support deeply nested namespaces.

    Previously, the docgen would fail with a [Markdown] Unsupported namespace nesting: 4 error. With this change all namespace headers at depth level 3 and above would be rendered using H4 elements.

v0.4.5

23 Sep 08:32
b77f746
Compare
Choose a tag to compare

Patch Changes

  • 8959440: Fixes the type checking and execution of examples on Windows

v0.4.4

02 Sep 17:17
d2ed71c
Compare
Choose a tag to compare

Patch Changes

  • 00ce7a0: upgrade ts-morph to 23.0.0
  • 5b888e5: srcDir and outDir fields in docgen.json are currently ignored. With this patch, they are taken into account

v0.4.3

16 Apr 21:08
46d996d
Compare
Choose a tag to compare

Patch Changes

v0.4.2

10 Apr 21:29
d448737
Compare
Choose a tag to compare

Patch Changes

  • 619a0e3: use @effect/markdown-toc instead of github dependency

v0.4.1

08 Apr 21:19
ebb6f2c
Compare
Choose a tag to compare

Patch Changes

  • b9bfab0: add reporting of tsc and tsx errors, closes #66

v0.4.0

22 Mar 11:26
20a0ed1
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 08e8347: use ConfigProvider to load configuration for docgen

v0.3.8

07 Dec 16:03
2d3ade2
Compare
Choose a tag to compare

Patch Changes

  • 8abf24f: Core: do not swallow examples errors

v0.3.7

06 Dec 08:17
19a353e
Compare
Choose a tag to compare

Patch Changes