Skip to content
Monghoul
What's new

Monghoul 1.4.15

View on GitHub

Search

  • Off-thread indexing — Search indexes are now built in a Web Worker so the UI never freezes, even with 10,000+ documents. The index is built lazily on first search and cached until results change.

Table View

  • Faster search — Search now uses a pre-built index instead of recursively walking every document on each keystroke. Typing in the search bar feels instant even with thousands of documents.
  • Smarter column discovery — Column headers are now cached across pages, so switching pages no longer re-scans every document for column names.
  • Smoother row rendering — Fixed a subtle issue where search results caused every visible row to re-render even when nothing changed, by stabilizing internal match references.
  • Capped nested expansion — Expanding a cell with a large array or object now shows the first 50 items with a "Show more" button, preventing the UI from freezing on deeply nested structures.

Tree View

  • Faster search — Same pre-built search index powers Tree view search, replacing the expensive recursive matching that could stall on large or deeply nested documents.
  • Faster cross-page navigation — Jumping to the next/previous page with matches now uses the search index instead of scanning every document on every page.

Downloads for v1.4.15

Installers published with this release. The current version is v1.11.0.