Releases: Effect-TS/docgen
Releases · Effect-TS/docgen
v0.4.7
Patch Changes
- e3ae139: Typecheck namespace examples
v0.4.6
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
Patch Changes
- 8959440: Fixes the type checking and execution of examples on Windows
v0.4.4
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.2
Patch Changes
- 619a0e3: use @effect/markdown-toc instead of github dependency
v0.4.1
Patch Changes
- b9bfab0: add reporting of
tsc
and tsx
errors, closes #66
v0.4.0
Minor Changes
Patch Changes
- 08e8347: use ConfigProvider to load configuration for docgen
v0.3.8
Patch Changes
- 8abf24f: Core: do not swallow examples errors