Skip to content

node-boost 0.2.0

Choose a tag to compare

@gracjankubicki gracjankubicki released this 15 Jul 10:10
6667597

node-boost 0.2.0

Highlights

  • hardened audit, guard, suppression, hooks, config lifecycle, and generated-resource ownership,
  • removed regular-expression literals from src/audit/** in favor of AST, TypeScript Scanner, and structural analysis,
  • added reproducible clean-tarball and packed-consumer release gates,
  • introduced the content-only @node-boost/node-boost/plugin contract,
  • added explicit plugin loading, namespaced architectures, variants, safe cleanup, and doctor/MCP reporting,
  • removed the experimental 0.1.x package-root JavaScript API; use CLI/MCP or @node-boost/node-boost/plugin.

Verification

  • 95 tests across 18 test files,
  • typecheck, lint, and build,
  • packed CLI consumer smoke,
  • packed node-boost plus packed example-plugin smoke.

See CHANGELOG.md and README.md for the full migration and plugin authoring guide.