Skip to content

v0.1.0

Choose a tag to compare

@YunYouJun YunYouJun released this 10 Sep 12:26

MEODP 0.1.0 adds an HTTP availability checker for websites, friend links, and sitemap-listed pages.

  • Use meodp/check for structured checks, bounded sitemap discovery, history, and HTML/JSON/Markdown reports.
  • Use meodp check, meodp sitemap, and meodp report from the CLI.
  • Browse the bilingual documentation at https://yunyoujun.github.io/meodp/.
  • The SDK and CLI now live in a pnpm monorepo; npm metadata and repository links point to YunYouJun/meodp.

Migration: Node.js 22.19+ is required. The legacy implicit meodp [root] command is now meodp scan [root]. Running meodp without arguments shows help. HTTP checks do not need Playwright; the legacy browser scanner still does.

Validation: lint, type checks, 28 HTTP/sitemap tests, 6 report-viewer tests across Chromium/Firefox/WebKit, package build, and bilingual documentation build passed locally. Publishing uses npm Trusted Publishing through GitHub Actions.