Skip to content

Release notes

Eugene Lazutkin edited this page Jun 6, 2026 · 5 revisions

Release notes

Detailed release history for wiki-search-index (the npm builder). The README carries the one-line cliff-notes; this page carries the detail.

0.1.0

Initial release of the wiki-search-index CLI — compiles a GitHub wiki (or any Markdown docs) into a self-describing v1 search index (see Index Format):

  • npx wiki-search-index --wiki ./wiki<wiki>/search-index.json.
  • GitHub-slugger-accurate anchors; deterministic output (sorted, no timestamps) so a CI git diff --exit-code can gate index staleness.
  • Owner/repo inferred from the wiki dir's git origin; --repo / --url-template for explicit or non-GitHub sites.

Ships alongside the hosted search app + the install-from-origin bookmarklet on GitHub Pages.

Clone this wiki locally