Skip to content

0.1.33 - 2026-07-12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:16
71d2375

Release Notes

Added

  • @rwdocs/core's RwSite.listPages() entries now also carry path (the page's site path — the form renderPage/renderSearchDocument/getPageMarkdown take), hasContent (false for a virtual directory page, which has no body to render), and anchors — every section enclosing the page, innermost first with the root last, each paired with the page's path relative to that section. A host indexing a whole site can now find the nearest enclosing catalog entity and a page path relative to it from one call, instead of joining listPages() with listSections() and re-deriving rw's path semantics. Purely additive: anchors[0] is the page's existing (sectionRef, subpath) identity.

Install rw 0.1.33

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rwdocs/rw/releases/download/v0.1.33/rw-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/rwdocs/rw/releases/download/v0.1.33/rw-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install rwdocs/tap/rw

Download rw 0.1.33

File Platform Checksum
rw-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rw-x86_64-apple-darwin.tar.xz Intel macOS checksum
rw-x86_64-pc-windows-msvc.zip x64 Windows checksum
rw-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
rw-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
rw-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum