Skip to content

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 17 May 20:06
· 4 commits to main since this release
809a4c1

Docs-only patch release: aligns the package documentation with public OSS
conventions. No runtime, API, or dependency changes vs. [3.0.0]; users on
3.0.0 do not need to upgrade for functionality.

Added

  • CONTRIBUTING.md — setup (pnpm install), scripts (pnpm test /
    typecheck / lint / build / dev), playground walkthrough, PR
    conventions, and pointer to SECURITY.md.
  • SECURITY.md — private vulnerability reporting via GitHub Security
    Advisories; supported version line stated as 3.x.

Changed

  • README: shields.io badges (npm version, monthly downloads, license),
    table of contents, "YAML vs Zod" guidance section to help users pick
    between the two pipelines introduced in [3.0.0], and a footer with
    Contributing / Reporting issues / License sections linking the new files.
  • README intro: replaced the vague "Compatible with latest Directus
    versions" line with the explicit range ^9 || ^10 || ^11, matching
    directus:extension.host in package.json.