Skip to content

Releases: ZachDreamZ/pi-compat

Release list

v1.0.0

Choose a tag to compare

@ZachDreamZ ZachDreamZ released this 26 Jun 02:38

Initial release — pi-compat v1.0.0

Pi-native version compatibility checker for pi.dev extensions.

Tools

  • compat_check — Analyze extension source for pi API usage and validate against known version constraints
  • compat_report — Generate detailed compatibility report with migration suggestions
  • compat_migrate — Auto-suggest migration changes for deprecated APIs

Features

  • Static analysis of TypeScript source for pi.dev API patterns
  • Versioned API catalog (pi v1.0.0 through v1.4.0)
  • Compatibility matrix across all known pi versions
  • Deprecated API detection with replacement suggestions
  • Migration planning between pi versions
  • 25 tests, TypeScript strict, TypeBox schemas