Skip to content

v1.1.0

Choose a tag to compare

@leandigital leandigital released this 23 Feb 20:55
· 1 commit to main since this release
c023642

What's Changed

Bug Fixes

  • Project type detection: Fixed vanilla JS/CSS frontend projects (no React/Vue/Angular) being classified as "unknown". Added detection for CSS build tooling, UI libraries, SCSS/HTML source files, PostCSS/Tailwind configs.
  • Backend detection: Broadened to cover Go, Rust, Ruby, .NET, additional JS frameworks (Hono, Elysia, H3, Hapi), and frameworkless backends using DB/auth/server-utility dependencies.
  • Generic fallback: Unknown project types now generate documentation using a generic template instead of crashing.
  • Cost analyzer schema: Fixed Zod validation for LLM responses returning string numbers and null values.
  • Quality analyzer schema: Fixed Zod validation for LLM responses returning strings instead of objects for compliance violations.
  • CI test fix: Fixed branch checkout test failing in GitHub Actions (detached HEAD).

New

  • Added automated npm publish workflow (triggers on GitHub Release)
  • Added CI status badge to README