Release v1.2.0 · June 30, 2026

Codemods move to the TypeScript AST

Walks back the CmsImage fit requirement and rebuilds its codemod on the TypeScript AST — now the rule for all JSX codemods.

  • Reverted the CmsImage fit requirement (not a real requirement in practice)
  • The cms-image-fit codemod is rewritten on the TypeScript compiler AST
  • New rule: codemods that rewrite JSX/TS must parse an AST, never scan text