Skip to content

docurip v0.5.2

Choose a tag to compare

@MokuDev MokuDev released this 04 Jul 19:24

v0.5.2 (2026-07-04)

Added

  • HTML export format: Export crawled documentation as styled HTML files (individual or merged). Uses pulldown-cmark to convert Markdown to HTML with embedded CSS styling. Added HtmlFiles and MergedHtml variants to ExportFormat.
  • Virtualized ResultTree: Tree view in ResultBrowser now uses react-window for efficient rendering of large result sets. Only visible nodes are rendered, improving performance with thousands of pages.
  • Lazy-loaded MarkdownPreview: MarkdownPreview component is now code-split and loaded on demand, reducing initial bundle size by ~31KB.

v0.5.1 (2026-07-01)

Added

  • Advanced Markdown cleaning pipeline: Comprehensive pre- and post-processing for cleaner output:
    • Pre-processing: strips <script> and <style> tags with content, removes empty <a href="#"></a> links before HTML-to-Markdown conversion
    • Extended boilerplate detection: filters cookie banners ("we use cookies"), newsletter signups ("Subscribe to our newsletter"), and copy-code buttons in addition to existing UI elements
    • Post-processing: collapses excessive blank lines (3+ → 2), removes empty link syntax [text](), and strips broken image references ![alt]()